From: Jaroslav Kysela Date: Mon, 10 Mar 2003 14:25:45 +0000 (+0000) Subject: Added a small intro for device_list X-Git-Tag: v1.0.3~78 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ab0043f66abee2be60de5fbc845e0481c344faaf;p=alsa-utils.git Added a small intro for device_list --- diff --git a/aplay/aplay.c b/aplay/aplay.c index 2dd2759..929eb4c 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -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;