Add initial support for the Vocaster One and Two

This commit is contained in:
Geoffrey D. Bennett
2024-02-25 00:45:25 +10:30
parent 607b002985
commit 6e40b8d9ed
7 changed files with 5363 additions and 2 deletions

View File

@@ -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?