ASoC: arizona: Implement stability check for EQ coefficients
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 25 Jun 2015 08:35:11 +0000 (09:35 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jul 2015 12:15:12 +0000 (13:15 +0100)
commitc05d9a8c7f55a901d9e8ec2a5f0730137bbfea4a
treea6e6382dc10ce2aaf458f8b1e1e36b0898620e7f
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ASoC: arizona: Implement stability check for EQ coefficients

Specifying unstable coefficients for the EQ can have a severe impact on
the audio. This patchs adds a stability check on the coefficients
written to the EQ, for this it is necessary to merge the mode control
and the coefficients as some coefficients may only be unstable with a
certain mode setting so it is ideal if these are always updated in sync.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c
sound/soc/codecs/arizona.h
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8997.c
This page took 0.028963 seconds and 5 git commands to generate.