Commit 72cea3a3 authored by Luke D. Jones's avatar Luke D. Jones Committed by Takashi Iwai

ALSA: hda/realtek: Whitespace fix

Remove an erroneous whitespace.

Fixes: 31278997 ("ALSA: hda/realtek - Add headset quirk for Dell DT")
Signed-off-by: default avatarLuke D. Jones <luke@ljones.dev>
Link: https://lore.kernel.org/r/20230704044619.19343-6-luke@ljones.devSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 33d7c9c3
......@@ -5883,7 +5883,7 @@ static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
struct alc_spec *spec = codec->spec;
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
alc255_set_default_jack_type(codec);
}
}
else
alc_fixup_headset_mode(codec, fix, action);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment