summaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/sof_da7219.c
diff options
context:
space:
mode:
authorBrent Lu <brent.lu@intel.com>2024-03-25 17:10:42 -0500
committerMark Brown <broonie@kernel.org>2024-03-25 22:44:52 +0000
commit54bac56954a7c36eb8d1c7047b63133635999eb8 (patch)
tree20b527675e3fddd331b5d725c282c711720d0469 /sound/soc/intel/boards/sof_da7219.c
parent3b6378bb8baf519e641151dcdb9171c2bdecb7b7 (diff)
ASoC: Intel: sof_da7219: add rpl_mx98360_da7219 board config
This configuration supports RPL boards which implement DA7219 on SSP0 and MAX98360A on SSP1. DA7219 uses PLL bypass mode to avoid WCLK locking problem. To use this mode, the MCLK frequency must be 12.288 or 24.576MHz in the topology binary. Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Brent Lu <brent.lu@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://msgid.link/r/20240325221059.206042-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/sof_da7219.c')
-rw-r--r--sound/soc/intel/boards/sof_da7219.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/sof_da7219.c b/sound/soc/intel/boards/sof_da7219.c
index 6eb5a6144e97..290bf75bdaef 100644
--- a/sound/soc/intel/boards/sof_da7219.c
+++ b/sound/soc/intel/boards/sof_da7219.c
@@ -545,6 +545,10 @@ static const struct platform_device_id board_ids[] = {
.name = "adl_mx98360_da7219",
/* no quirk needed for this board */
},
+ {
+ .name = "rpl_mx98360_da7219",
+ /* no quirk needed for this board */
+ },
{ }
};
MODULE_DEVICE_TABLE(platform, board_ids);