Message ID | 20230629112449.1755928-7-cezary.rojewski@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3ed180ac3cec77fe193573adcbaaca34bbc63551 |
Headers | show |
Series | ASoC: Intel: avs: New boards and fixes to existing ones | expand |
diff --git a/sound/soc/intel/avs/board_selection.c b/sound/soc/intel/avs/board_selection.c index 5dc55f14b5a3..f91ef6c9612f 100644 --- a/sound/soc/intel/avs/board_selection.c +++ b/sound/soc/intel/avs/board_selection.c @@ -135,6 +135,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = { }, .tplg_filename = "max98927-tplg.bin", }, + { + .id = "10EC5663", + .drv_name = "avs_rt5663", + .mach_params = { + .i2s_link_mask = AVS_SSP(1), + }, + .tplg_filename = "rt5663-tplg.bin", + }, { .id = "MX98373", .drv_name = "avs_max98373",