Add initial support for the Vocaster One and Two
This commit is contained in:
@@ -756,7 +756,8 @@ static void alsa_scan_cards(void) {
|
||||
goto next;
|
||||
|
||||
if (strncmp(snd_ctl_card_info_get_name(info), "Scarlett", 8) != 0 &&
|
||||
strncmp(snd_ctl_card_info_get_name(info), "Clarett", 7) != 0)
|
||||
strncmp(snd_ctl_card_info_get_name(info), "Clarett", 7) != 0 &&
|
||||
strncmp(snd_ctl_card_info_get_name(info), "Vocaster", 8) != 0)
|
||||
goto next;
|
||||
|
||||
// is there already an entry for this card in alsa_cards?
|
||||
|
||||
Reference in New Issue
Block a user