Skip to content

Commit 92c6de0

Browse files
povikmarcan
authored andcommitted
ASoC: macaudio: s/Freq/Frequency/ in TAS2764 control
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
1 parent 46c3f61 commit 92c6de0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/apple/macaudio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ static int macaudio_j314_fixup_controls(struct snd_soc_card *card)
730730
CHECK(snd_soc_set_enum_kctl, "* ASI1 Sel", "Left");
731731
CHECK(snd_soc_deactivate_kctl, "* ASI1 Sel", 0);
732732
CHECK(snd_soc_limit_volume, "* Amp Gain Volume", 9); // 15 set by macOS, this is 3 dB below
733-
CHECK(snd_soc_set_enum_kctl, "* Tweeter HPF Corner Freq", "800 Hz");
734-
CHECK(snd_soc_deactivate_kctl, "* Tweeter HPF Corner Freq", 0);
733+
CHECK(snd_soc_set_enum_kctl, "* Tweeter HPF Corner Frequency", "800 Hz");
734+
CHECK(snd_soc_deactivate_kctl, "* Tweeter HPF Corner Frequency", 0);
735735

736736
/*
737737
* The speaker amps suffer from spurious overcurrent

0 commit comments

Comments
 (0)