mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
[PATCH] echomixer, update driver name
- Updates echomixer according to the new driver name. Signed-off-by: Giuliano Pochini <pochini@shiny.it>
This commit is contained in:
parent
961ee03200
commit
8ee0611dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue