Skip to content

Commit

Permalink
ASoC: nau8825: correct typo in biquad filter coefficients
Browse files Browse the repository at this point in the history
There is typo in the name of biquad filter coefficients control.
The patch is to fix the typo.

Signed-off-by: John Hsu <KCHSU0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
John Hsu authored and Mark Brown committed Jun 3, 2016
1 parent 2ec30f6 commit 0cbeccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/nau8825.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
};

Expand Down

0 comments on commit 0cbeccd

Please sign in to comment.