Skip to content

Commit 72cea3a

Browse files
flukejonestiwai
authored andcommitted
ALSA: hda/realtek: Whitespace fix
Remove an erroneous whitespace. Fixes: 3127899 ("ALSA: hda/realtek - Add headset quirk for Dell DT") Signed-off-by: Luke D. Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 33d7c9c commit 72cea3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5883,7 +5883,7 @@ static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
58835883
struct alc_spec *spec = codec->spec;
58845884
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
58855885
alc255_set_default_jack_type(codec);
5886-
}
5886+
}
58875887
else
58885888
alc_fixup_headset_mode(codec, fix, action);
58895889
}

0 commit comments

Comments
 (0)