Skip to content

Commit 4b21a66

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek - Add Dell ALC295 to pin fall back table
Add ALC295 to pin fall back table. Remove 5 pin quirks for Dell ALC295. ALC295 was only support MIC2 for external MIC function. ALC295 assigned model "ALC269_FIXUP_DELL1_MIC_NO_PRESENCE" for pin fall back table. It was assigned wrong model. So, let's remove it. Fixes: fbc5712 ("ALSA: hda/realtek - Fixed Headphone Mic can't record on Dell platform") Signed-off-by: Kailang Yang <kailang@realtek.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/7c1998e873834df98d59bd7e0d08c72e@realtek.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent bce36aa commit 4b21a66

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

sound/pci/hda/patch_realtek.c

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10821,22 +10821,6 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
1082110821
{0x12, 0x90a60130},
1082210822
{0x17, 0x90170110},
1082310823
{0x21, 0x03211020}),
10824-
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
10825-
{0x14, 0x90170110},
10826-
{0x21, 0x04211020}),
10827-
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
10828-
{0x14, 0x90170110},
10829-
{0x21, 0x04211030}),
10830-
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10831-
ALC295_STANDARD_PINS,
10832-
{0x17, 0x21014020},
10833-
{0x18, 0x21a19030}),
10834-
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10835-
ALC295_STANDARD_PINS,
10836-
{0x17, 0x21014040},
10837-
{0x18, 0x21a19050}),
10838-
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10839-
ALC295_STANDARD_PINS),
1084010824
SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
1084110825
ALC298_STANDARD_PINS,
1084210826
{0x17, 0x90170110}),
@@ -10880,6 +10864,9 @@ static const struct snd_hda_pin_quirk alc269_fallback_pin_fixup_tbl[] = {
1088010864
SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
1088110865
{0x19, 0x40000000},
1088210866
{0x1b, 0x40000000}),
10867+
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
10868+
{0x19, 0x40000000},
10869+
{0x1b, 0x40000000}),
1088310870
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
1088410871
{0x19, 0x40000000},
1088510872
{0x1a, 0x40000000}),

0 commit comments

Comments
 (0)