mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ALSA: hda/realtek: Whitespace fix
Remove an erroneous whitespace.
Fixes: 31278997ad
("ALSA: hda/realtek - Add headset quirk for Dell DT")
Signed-off-by: Luke D. Jones <luke@ljones.dev>
Link: https://lore.kernel.org/r/20230704044619.19343-6-luke@ljones.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
33d7c9c3bf
commit
72cea3a317
@@ -5883,7 +5883,7 @@ static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
|
|||||||
struct alc_spec *spec = codec->spec;
|
struct alc_spec *spec = codec->spec;
|
||||||
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
|
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
|
||||||
alc255_set_default_jack_type(codec);
|
alc255_set_default_jack_type(codec);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
alc_fixup_headset_mode(codec, fix, action);
|
alc_fixup_headset_mode(codec, fix, action);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user