* [PATCH 1/1] ALSA: hda: Add ASRock X670E Taichi to denylist
@ 2023-11-05 15:29 Alexander Koskovich
2023-11-07 14:10 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Koskovich @ 2023-11-05 15:29 UTC (permalink / raw)
To: perex, tiwai, alsa-devel, gregkh, linux-kernel; +Cc: Alexander Koskovich
Recent AMD platforms expose an HD-audio bus but without any actual
codecs, which is internally tied with a USB-audio device, supposedly.
It results in "no codecs" error of HD-audio bus driver, and it's
nothing but a waste of resources.
snd_hda_intel 0000:59:00.6: no codecs found!
Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
---
sound/pci/hda/hda_intel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 5cfd00917..f727add4c 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2086,6 +2086,7 @@ static const struct pci_device_id driver_denylist[] = {
{ PCI_DEVICE_SUB(0x1022, 0x1487, 0x1043, 0x874f) }, /* ASUS ROG Zenith II / Strix */
{ PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb59) }, /* MSI TRX40 Creator */
{ PCI_DEVICE_SUB(0x1022, 0x1487, 0x1462, 0xcb60) }, /* MSI TRX40 */
+ { PCI_DEVICE_SUB(0x1022, 0x15e3, 0x1022, 0xd601) }, /* ASRock X670E Taichi */
{}
};
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] ALSA: hda: Add ASRock X670E Taichi to denylist
2023-11-05 15:29 [PATCH 1/1] ALSA: hda: Add ASRock X670E Taichi to denylist Alexander Koskovich
@ 2023-11-07 14:10 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-11-07 14:10 UTC (permalink / raw)
To: Alexander Koskovich
Cc: perex, tiwai, alsa-devel, gregkh, linux-kernel,
Alexander Koskovich
On Sun, 05 Nov 2023 16:29:29 +0100,
Alexander Koskovich wrote:
>
> Recent AMD platforms expose an HD-audio bus but without any actual
> codecs, which is internally tied with a USB-audio device, supposedly.
> It results in "no codecs" error of HD-audio bus driver, and it's
> nothing but a waste of resources.
>
> snd_hda_intel 0000:59:00.6: no codecs found!
>
> Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-07 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 15:29 [PATCH 1/1] ALSA: hda: Add ASRock X670E Taichi to denylist Alexander Koskovich
2023-11-07 14:10 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox