The patch titled sound: hda: detect ALC883 on MSI K9A Platinum motherboards (MS-7280) has been removed from the -mm tree. Its filename was sound-hda-detect-alc883-on-msi-k9a-platinum-motherboards.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: sound: hda: detect ALC883 on MSI K9A Platinum motherboards (MS-7280) From: Leonard Norrgard <leonard.norrgard@xxxxxxxxxxx> Recognize the Realtek ALC883 chip on MSI K9A Platinum motherboards (model no. MS-7280), enabling full sound capabilities. Error messages seen before this patch: cannot find the slot for index 0 (range 0-0) hda-intel: Error creating card! HDA Intel: probe of 0000:00:14.2 failed with error -12 [akpm@xxxxxxxx: updated to match recent ALSA table changes] Signed-off-by: Leonard Norrgård <leonard.norrgard@xxxxxxxxxxx> Cc: Jaroslav Kysela <perex@xxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/pci/hda/patch_realtek.c | 1 + 1 files changed, 1 insertion(+) diff -puN sound/pci/hda/patch_realtek.c~sound-hda-detect-alc883-on-msi-k9a-platinum-motherboards sound/pci/hda/patch_realtek.c --- a/sound/pci/hda/patch_realtek.c~sound-hda-detect-alc883-on-msi-k9a-platinum-motherboards +++ a/sound/pci/hda/patch_realtek.c @@ -5524,6 +5524,7 @@ static struct snd_pci_quirk alc883_cfg_t SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG), + SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG), SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG), SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG), _ Patches currently in -mm which might be from leonard.norrgard@xxxxxxxxxxx are git-alsa.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html