From: Giuliano Pochini Date: Tue, 26 Jul 2005 12:57:08 +0000 (+0000) Subject: [PATCH] echomixer, update driver name X-Git-Tag: v1.0.10rc1~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8ee0611dc1ca13e6391a5441dfc398e21773d78e;p=alsa-tools.git [PATCH] echomixer, update driver name - Updates echomixer according to the new driver name. Signed-off-by: Giuliano Pochini --- diff --git a/echomixer/echomixer.c b/echomixer/echomixer.c index 8da44f7..270bdaa 100644 --- a/echomixer/echomixer.c +++ b/echomixer/echomixer.c @@ -1889,7 +1889,7 @@ int main(int argc, char *argv[]) { continue; } if ((err=snd_ctl_card_info(ctlhandle, hw_info))>=0) { - if (!strncmp(snd_ctl_card_info_get_driver(hw_info), "Echoaudio", 9)) { + if (!strncmp(snd_ctl_card_info_get_driver(hw_info), "Echo_", 5)) { strncpy(card, hwname, 7); hwname[7]=0; strncpy(cardname, snd_ctl_card_info_get_name(hw_info), 31);