diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/common/block/hda/hda.c | 2 |
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 4e1c409d48..8bc0abd9f4 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, |