mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
ALSA: hda/realtek - Support Dell headset mode for ALC225
Dell create new platform with ALC298 codec. This patch will enable headset mode for ALC225/ALC3253 platform. Signed-off-by: Kailang Yang <kailang@realtek.com> Cc: <stable@vger.kernel.org> # v4.4+ Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4231430da9
commit
cfc5a845e6
@ -5564,6 +5564,9 @@ static const struct hda_model_fixup alc269_fixup_models[] = {
|
||||
{.id = ALC292_FIXUP_TPT440, .name = "tpt440"},
|
||||
{}
|
||||
};
|
||||
#define ALC225_STANDARD_PINS \
|
||||
{0x12, 0xb7a60130}, \
|
||||
{0x21, 0x04211020}
|
||||
|
||||
#define ALC256_STANDARD_PINS \
|
||||
{0x12, 0x90a60140}, \
|
||||
@ -5585,6 +5588,12 @@ static const struct hda_model_fixup alc269_fixup_models[] = {
|
||||
{0x21, 0x03211020}
|
||||
|
||||
static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
|
||||
SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
|
||||
ALC225_STANDARD_PINS,
|
||||
{0x14, 0x901701a0}),
|
||||
SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
|
||||
ALC225_STANDARD_PINS,
|
||||
{0x14, 0x901701b0}),
|
||||
SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
|
||||
{0x14, 0x90170110},
|
||||
{0x21, 0x02211020}),
|
||||
|
Loading…
Reference in New Issue
Block a user