acp-config.c (3ceff4ea07410763d5d4cccd60349bf7691e7e61) acp-config.c (330dc18356e697eaf9796732b6acbdf948022136)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2//
3// This file is provided under a dual BSD/GPLv2 license. When using or
4// redistributing this file, you may do so under either license.
5//
6// Copyright(c) 2021 Advanced Micro Devices, Inc.
7//
8// Authors: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>

--- 97 unchanged lines hidden (view full) ---

106 .drv_name = "rt5682s-max",
107 .pdata = (void *)&acp_quirk_data,
108 .machine_quirk = snd_soc_acpi_codec_list,
109 .quirk_data = &amp_max,
110 .fw_filename = "sof-rn.ri",
111 .sof_tplg_filename = "sof-rn-rt5682-max98360.tplg",
112 },
113 {
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2//
3// This file is provided under a dual BSD/GPLv2 license. When using or
4// redistributing this file, you may do so under either license.
5//
6// Copyright(c) 2021 Advanced Micro Devices, Inc.
7//
8// Authors: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>

--- 97 unchanged lines hidden (view full) ---

106 .drv_name = "rt5682s-max",
107 .pdata = (void *)&acp_quirk_data,
108 .machine_quirk = snd_soc_acpi_codec_list,
109 .quirk_data = &amp_max,
110 .fw_filename = "sof-rn.ri",
111 .sof_tplg_filename = "sof-rn-rt5682-max98360.tplg",
112 },
113 {
114 .id = "RTL5682",
115 .drv_name = "rt5682s-rt1019",
116 .pdata = (void *)&acp_quirk_data,
117 .machine_quirk = snd_soc_acpi_codec_list,
118 .quirk_data = &amp_rt1019,
119 .fw_filename = "sof-rn.ri",
120 .sof_tplg_filename = "sof-rn-rt5682-rt1019.tplg",
121 },
122 {
114 .id = "AMDI1019",
115 .drv_name = "renoir-dsp",
116 .pdata = (void *)&acp_quirk_data,
117 .fw_filename = "sof-rn.ri",
118 .sof_tplg_filename = "sof-acp.tplg",
119 },
120 {},
121};
122EXPORT_SYMBOL(snd_soc_acpi_amd_sof_machines);
123
124MODULE_LICENSE("Dual BSD/GPL");
123 .id = "AMDI1019",
124 .drv_name = "renoir-dsp",
125 .pdata = (void *)&acp_quirk_data,
126 .fw_filename = "sof-rn.ri",
127 .sof_tplg_filename = "sof-acp.tplg",
128 },
129 {},
130};
131EXPORT_SYMBOL(snd_soc_acpi_amd_sof_machines);
132
133MODULE_LICENSE("Dual BSD/GPL");