acp-config.c (39cd06e3f7b75b629f2987aa51ab26fb820d167b) | acp-config.c (bb98b592cfd387eccc9430d4cd5ebc1678775a88) |
---|---|
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> --- 249 unchanged lines hidden (view full) --- 258 .quirk_data = &_rt1019, 259 .fw_filename = "sof-rmb.ri", 260 .sof_tplg_filename = "sof-rmb-rt5682s-rt1019.tplg", 261 }, 262 {}, 263}; 264EXPORT_SYMBOL(snd_soc_acpi_amd_rmb_sof_machines); 265 | 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> --- 249 unchanged lines hidden (view full) --- 258 .quirk_data = &_rt1019, 259 .fw_filename = "sof-rmb.ri", 260 .sof_tplg_filename = "sof-rmb-rt5682s-rt1019.tplg", 261 }, 262 {}, 263}; 264EXPORT_SYMBOL(snd_soc_acpi_amd_rmb_sof_machines); 265 |
266struct snd_soc_acpi_mach snd_soc_acpi_amd_acp63_sof_machines[] = { 267 { 268 .id = "AMDI1019", 269 .drv_name = "acp63-dsp", 270 .pdata = &acp_quirk_data, 271 .fw_filename = "sof-acp_6_3.ri", 272 .sof_tplg_filename = "sof-acp_6_3.tplg", 273 }, 274 {}, 275}; 276EXPORT_SYMBOL(snd_soc_acpi_amd_acp63_sof_machines); 277 |
|
266MODULE_LICENSE("Dual BSD/GPL"); | 278MODULE_LICENSE("Dual BSD/GPL"); |