Skip to content

Commit 0cbeccd

Browse files
John-Hsubroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 2ec30f6 commit 0cbeccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/nau8825.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ static const struct snd_kcontrol_new nau8825_controls[] = {
386386
SOC_ENUM("DAC Oversampling Rate", nau8825_dac_oversampl_enum),
387387
/* programmable biquad filter */
388388
SOC_ENUM("BIQ Path Select", nau8825_biq_path_enum),
389-
SND_SOC_BYTES_EXT("BIQ Coefficeints", 20,
389+
SND_SOC_BYTES_EXT("BIQ Coefficients", 20,
390390
nau8825_biq_coeff_get, nau8825_biq_coeff_put),
391391
};
392392

0 commit comments

Comments
 (0)