Merge branch 'for-linus' into for-next
Yet another non-trivial conflicts for HDA legacy stuff. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
commit
0b2d711759
@ -12,12 +12,14 @@ if SND_MIPS
|
|||||||
config SND_SGI_O2
|
config SND_SGI_O2
|
||||||
tristate "SGI O2 Audio"
|
tristate "SGI O2 Audio"
|
||||||
depends on SGI_IP32
|
depends on SGI_IP32
|
||||||
|
select SND_PCM
|
||||||
help
|
help
|
||||||
Sound support for the SGI O2 Workstation.
|
Sound support for the SGI O2 Workstation.
|
||||||
|
|
||||||
config SND_SGI_HAL2
|
config SND_SGI_HAL2
|
||||||
tristate "SGI HAL2 Audio"
|
tristate "SGI HAL2 Audio"
|
||||||
depends on SGI_HAS_HAL2
|
depends on SGI_HAS_HAL2
|
||||||
|
select SND_PCM
|
||||||
help
|
help
|
||||||
Sound support for the SGI Indy and Indigo2 Workstation.
|
Sound support for the SGI Indy and Indigo2 Workstation.
|
||||||
|
|
||||||
|
@ -5089,6 +5089,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
|
|||||||
SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK),
|
SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK),
|
||||||
SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
||||||
SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
||||||
|
SND_PCI_QUIRK(0x1028, 0x0665, "Dell XPS 13", ALC292_FIXUP_DELL_E7X),
|
||||||
SND_PCI_QUIRK(0x1028, 0x06c7, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
|
SND_PCI_QUIRK(0x1028, 0x06c7, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
|
||||||
SND_PCI_QUIRK(0x1028, 0x06d9, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
SND_PCI_QUIRK(0x1028, 0x06d9, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
||||||
SND_PCI_QUIRK(0x1028, 0x06da, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
SND_PCI_QUIRK(0x1028, 0x06da, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
|
||||||
|
Loading…
Reference in New Issue
Block a user