Skip to content

Commit 2958b39

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 ad08dd4 commit 2958b39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6043,9 +6043,9 @@ static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
60436043
struct alc_spec *spec = codec->spec;
60446044
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
60456045
alc255_set_default_jack_type(codec);
6046-
}
6047-
else
6046+
} else {
60486047
alc_fixup_headset_mode(codec, fix, action);
6048+
}
60496049
}
60506050

60516051
static void alc288_update_headset_jack_cb(struct hda_codec *codec,

0 commit comments

Comments
 (0)