mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
Added a small intro for device_list
This commit is contained in:
parent
9ba313fe07
commit
ab0043f66a
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ static void device_list(void)
|
|||
snd_ctl_close(handle);
|
||||
continue;
|
||||
}
|
||||
fprintf(stderr, "**** List of %s Hardware Devices ****\n", snd_pcm_stream_name(stream));
|
||||
dev = -1;
|
||||
while (1) {
|
||||
unsigned int count;
|
||||
|
|
Loading…
Reference in a new issue