From: John Hsu Date: Fri, 3 Jun 2016 04:02:16 +0000 (+0800) Subject: ASoC: nau8825: correct typo in biquad filter coefficients X-Git-Tag: v4.14-rc1~2705^2~7^2~5^6~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cbeccdfb159110f5158c0daf52acf6b2288eaf7;p=platform%2Fkernel%2Flinux-rpi.git ASoC: nau8825: correct typo in biquad filter coefficients There is typo in the name of biquad filter coefficients control. The patch is to fix the typo. Signed-off-by: John Hsu Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/nau8825.c b/sound/soc/codecs/nau8825.c index dbb91aa..43cb677 100644 --- a/sound/soc/codecs/nau8825.c +++ b/sound/soc/codecs/nau8825.c @@ -386,7 +386,7 @@ static const struct snd_kcontrol_new nau8825_controls[] = { SOC_ENUM("DAC Oversampling Rate", nau8825_dac_oversampl_enum), /* programmable biquad filter */ SOC_ENUM("BIQ Path Select", nau8825_biq_path_enum), - SND_SOC_BYTES_EXT("BIQ Coefficeints", 20, + SND_SOC_BYTES_EXT("BIQ Coefficients", 20, nau8825_biq_coeff_get, nau8825_biq_coeff_put), };