mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
enable ALSA backend on Linux
This commit is contained in:
parent
87afeb76ad
commit
bfdea4ac59
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ def backend_list():
|
|||
else:
|
||||
# Not Ardour
|
||||
if re.search ("linux", sys.platform) != None:
|
||||
backends = [ 'jack' ]
|
||||
backends = [ 'jack', 'alsa' ]
|
||||
else:
|
||||
backends = [ ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue