Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: hda/cs8409: Setup Dolphin Headset Mic as Phantom Jack

Dell's requirement to have headset mic as phantom jack on this
specific dolphin hardware platform.

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210916095646.7631-1-vitalyr@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Stefan Binding and committed by
Takashi Iwai
94d508fa be830389

+3
+3
sound/pci/hda/patch_cs8409.c
··· 1207 1207 snd_hda_jack_add_kctl(codec, DOLPHIN_LO_PIN_NID, "Line Out", true, 1208 1208 SND_JACK_HEADPHONE, NULL); 1209 1209 1210 + snd_hda_jack_add_kctl(codec, DOLPHIN_AMIC_PIN_NID, "Microphone", true, 1211 + SND_JACK_MICROPHONE, NULL); 1212 + 1210 1213 cs8409_fix_caps(codec, DOLPHIN_HP_PIN_NID); 1211 1214 cs8409_fix_caps(codec, DOLPHIN_LO_PIN_NID); 1212 1215 cs8409_fix_caps(codec, DOLPHIN_AMIC_PIN_NID);