summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/hda/hda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/hda/hda.c b/src/soc/amd/common/block/hda/hda.c
index 4e1c409d4815..8bc0abd9f445 100644
--- a/src/soc/amd/common/block/hda/hda.c
+++ b/src/soc/amd/common/block/hda/hda.c
@@ -29,7 +29,7 @@ static struct device_operations hda_audio_ops = {
};
static const struct pci_driver hdaaudio_driver __pci_driver = {
- .ops = CONFIG(AZALIA_PLUGIN_SUPPORT) ?
+ .ops = CONFIG(AZALIA_HDA_CODEC_SUPPORT) ?
&default_azalia_audio_ops : &hda_audio_ops,
.vendor = PCI_VID_AMD,
.devices = pci_device_ids,