mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-31 23:49:44 +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);
|
snd_ctl_close(handle);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
fprintf(stderr, "**** List of %s Hardware Devices ****\n", snd_pcm_stream_name(stream));
|
||||||
dev = -1;
|
dev = -1;
|
||||||
while (1) {
|
while (1) {
|
||||||
unsigned int count;
|
unsigned int count;
|
||||||
|
|
Loading…
Reference in a new issue