diff mbox series

[v2,5/5] Fixes: 31278997add6 (ALSA: hda/realtek - Add headset quirk for Dell DT)

Message ID 20230704044619.19343-6-luke@ljones.dev (mailing list archive)
State Accepted
Commit 72cea3a3175b50a4875b3c112fb13df20c6218a5
Headers show
Series ALSA: hda/realtek: add extra ROOG laptop quirks | expand

Commit Message

Luke D. Jones July 4, 2023, 4:46 a.m. UTC
Remove an erroneous whitespace.

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ba3c113f0be1..1547c40dc7e9 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);
 }