Lines Matching +full:dual +full:- +full:interface
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
3 // This file is provided under a dual BSD/GPLv2 license. When using or
11 * PCI interface for Vangogh ACP device
17 #include <sound/soc-acpi.h>
19 #include "../sof-pci-dev.h"
20 #include "../../amd/mach-config.h"
22 #include "acp-dsp-offset.h"
39 .resindex_pcicfg_base = -1,
40 .resindex_imr_base = -1,
41 .irqindex_host_ipc = -1,
49 [SOF_IPC_TYPE_3] = "amd/sof-tplg",
52 [SOF_IPC_TYPE_3] = "sof-vangogh.ri",
54 .nocodec_tplg_filename = "sof-acp.tplg",
63 if (pci->revision != ACP_VANGOGH_PCI_ID) in acp_pci_vgh_probe()
64 return -ENODEV; in acp_pci_vgh_probe()
68 return -ENODEV; in acp_pci_vgh_probe()
98 MODULE_LICENSE("Dual BSD/GPL");