Skip to content

Commit ec84792

Browse files
Lei Huanggregkh
authored andcommitted
ALSA: hda/realtek: fix bad indentation for alc269
[ Upstream commit c1258a2 ] Mention complains about this coding style: ERROR: code indent should use tabs where possible #6640: FILE: sound/hda/codecs/realtek/alc269.c:6640: + [ALC233_FIXUP_LENOVO_GPIO2_MIC_HOTKEY] = {$ fix it up. Fixes: 5de5db3 ("ALSA: hda/realtek - Enable Mute LED for Lenovo platform") Signed-off-by: Lei Huang <huanglei@kylinos.cn> Link: https://patch.msgid.link/20260331024036.30782-1-huanglei814@163.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 8088437 commit ec84792

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sound/hda/codecs/realtek/alc269.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6657,10 +6657,10 @@ static const struct hda_fixup alc269_fixups[] = {
66576657
.type = HDA_FIXUP_FUNC,
66586658
.v.func = alc288_fixup_surface_swap_dacs,
66596659
},
6660-
[ALC233_FIXUP_LENOVO_GPIO2_MIC_HOTKEY] = {
6661-
.type = HDA_FIXUP_FUNC,
6662-
.v.func = alc233_fixup_lenovo_gpio2_mic_hotkey,
6663-
},
6660+
[ALC233_FIXUP_LENOVO_GPIO2_MIC_HOTKEY] = {
6661+
.type = HDA_FIXUP_FUNC,
6662+
.v.func = alc233_fixup_lenovo_gpio2_mic_hotkey,
6663+
},
66646664
[ALC245_FIXUP_BASS_HP_DAC] = {
66656665
.type = HDA_FIXUP_FUNC,
66666666
/* Borrow the DAC routing selected for those Thinkpads */

0 commit comments

Comments
 (0)