mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
Fixed aplay -l
This commit is contained in:
parent
025a1c8d26
commit
72db56ca30
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ static void device_list(void)
|
|||
break;
|
||||
pcminfo.device = dev;
|
||||
pcminfo.stream = -stream - 1;
|
||||
pcminfo.subdevice = -1;
|
||||
pcminfo.subdevice = 0;
|
||||
if ((err = snd_ctl_pcm_info(handle, &pcminfo)) < 0) {
|
||||
error("control digital audio info (%i): %s", card, snd_strerror(err));
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue