mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
ALSA backend: require both in+output.
This commit is contained in:
parent
bc6c4285f2
commit
edcd5c52bc
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ void Alsa_pcmi::initialise (const char *play_name, const char *capt_name, const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! _play_handle && ! _capt_handle) return;
|
if (! _play_handle || ! _capt_handle) return;
|
||||||
|
|
||||||
if (ctrl_name)
|
if (ctrl_name)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue