]> git.tuebingen.mpg.de Git - paraslash.git/commit
alsa: Dump the configuration on startup.
authorAndre Noll <maan@systemlinux.org>
Tue, 26 Jul 2011 20:47:20 +0000 (22:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 18 Oct 2011 17:29:33 +0000 (19:29 +0200)
commit43491f2e4c1a858ca439095b9f5d3215c7f42f03
treeba11b5616e7fd687324c3778d9348764ab09282b
parent32309225ba462289fc6b51c22e6929d90f764dfa
alsa: Dump the configuration on startup.

Currently we log selected alsa parameters, but it is sometimes
useful to see the full configuration. This patch adds a call to
snd_pcm_dump() to alsa_init() which obtains the alsa hardware and
software configuration. It is printed for loglevels info and debug.
alsa_write.c