diff options
| author | Amadeusz Sławiński <[email protected]> | 2022-09-30 14:45:38 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2022-10-17 12:47:45 +0100 |
| commit | 999ce9967a2f5a64c4bd04ae1edf0a979cf68833 (patch) | |
| tree | ded6ca22cd68ab119dfef935821e3d267d11d36d | |
| parent | 1c993300ab1cec9a0a6a3c417614a1d9f35b175b (diff) | |
ASoC: Intel: avs: Load max98927 on target platform
In order to load proper board configuration it needs to be looked up in
ACPI. Add board configuration for MAXIM 98927 codec present on
Chromebooks.
Reviewed-by: Cezary Rojewski <[email protected]>
Signed-off-by: Amadeusz Sławiński <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | sound/soc/intel/avs/board_selection.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/board_selection.c b/sound/soc/intel/avs/board_selection.c index 87f9c18be238..1a85349f9563 100644 --- a/sound/soc/intel/avs/board_selection.c +++ b/sound/soc/intel/avs/board_selection.c @@ -122,6 +122,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = { .tplg_filename = "rt298-tplg.bin", }, { + .id = "MX98927", + .drv_name = "avs_max98927", + .mach_params = { + .i2s_link_mask = AVS_SSP(0), + }, + .tplg_filename = "max98927-tplg.bin", + }, + { .id = "MX98373", .drv_name = "avs_max98373", .mach_params = { |