Skip to content

Commit c87f914

Browse files
Lei Huanggregkh
authored andcommitted
ALSA: hda/realtek: fix code style (ERROR: else should follow close brace '}')
[ Upstream commit d1888bf ] Fix checkpatch code style errors: ERROR: else should follow close brace '}' #2300: FILE: sound/hda/codecs/realtek/alc269.c:2300: + } + else Fixes: 3127899 ("ALSA: hda/realtek - Add headset quirk for Dell DT") Signed-off-by: Lei Huang <huanglei@kylinos.cn> Link: https://patch.msgid.link/20260331075405.78148-1-huanglei814@163.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent f329dcc commit c87f914

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/hda/codecs/realtek/alc269.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,9 +2237,9 @@ static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
22372237
struct alc_spec *spec = codec->spec;
22382238
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
22392239
alc255_set_default_jack_type(codec);
2240-
}
2241-
else
2240+
} else {
22422241
alc_fixup_headset_mode(codec, fix, action);
2242+
}
22432243
}
22442244

22452245
static void alc288_update_headset_jack_cb(struct hda_codec *codec,

0 commit comments

Comments
 (0)