ALSA: disambiguate multiple soundcards with the same name

This commit is contained in:
Robin Gareus 2023-07-02 00:17:58 +02:00
parent d688af76c0
commit d899441df1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ ARDOUR::get_alsa_audio_device_names (std::map<std::string, std::string>& devices
assert (!have_multiple_subdevices);
have_multiple_subdevices = true;
uniq_name += " (" + PBD::to_string (device) + ")";
uniq_name += " (" + hwname + ")";
devices.insert (std::make_pair (uniq_name, hwname));
#if 0 // disabled (blame the_CLA's laptop)
/* It may happen that the soundcard has multiple sub-devices for playback