Added a small intro for device_list

This commit is contained in:
Jaroslav Kysela 2003-03-10 14:25:45 +00:00
parent 9ba313fe07
commit ab0043f66a

View file

@ -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;