diff options
author | Luke D. Jones <luke@ljones.dev> | 2023-07-04 07:46:19 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-07-04 09:41:40 +0300 |
commit | 72cea3a3175b50a4875b3c112fb13df20c6218a5 (patch) | |
tree | 87966f17d8ae614730f2abbdf23e87a8415a6d9a /sound | |
parent | 33d7c9c3bf70ed91191a2bedbbc03783b824b5de (diff) | |
download | linux-72cea3a3175b50a4875b3c112fb13df20c6218a5.tar.xz |
ALSA: hda/realtek: Whitespace fix
Remove an erroneous whitespace.
Fixes: 31278997add6 ("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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 7910af756c9b..e847ba373adc 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -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); } |