From cd262518a3ae4465e8e51c29641d98c4ed0651a1 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Wed, 29 Jan 2014 10:37:10 +0100 Subject: [PATCH] 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 Signed-off-by: Takashi Iwai --- Reading git-format-patch failed