ALSA: hda - Add parameter for dumping processing coefficients
authorDavid Henningsson <david.henningsson@canonical.com>
Wed, 29 Jan 2014 09:37:10 +0000 (10:37 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Jan 2014 15:39:13 +0000 (16:39 +0100)
commitcd262518a3ae4465e8e51c29641d98c4ed0651a1
treefe769d43aaa2e639756b6e6f614dd2e6f3edcf7b
parenta31886669f6277a8576af6e917c3958c780a4ebf
ALSA: hda - Add parameter for dumping processing coefficients

Processing coefficients are often a vital part of the codec's configuration,
so dumping them can be important. However, because they are undocumented and
secret, we do not want to enable this for all codecs by default.

Therefore instead add this as a debugging parameter.

I have prepared for codecs that want to enable this by default by the extra
dump_coef bitfield, but unsure if we want to do that as long as the
(unlikely, but still) race remains.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_proc.c