Commit ba31f89c authored by Mark Brown's avatar Mark Brown

ASoC: Intel: sof_rt5682: Updates for MTL BT offload

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

Enable BT offload for Rex variants and RVP.
parents f134bb6e f19f24d4
...@@ -234,7 +234,9 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = { ...@@ -234,7 +234,9 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
SOF_SPEAKER_AMP_PRESENT | SOF_SPEAKER_AMP_PRESENT |
SOF_MAX98360A_SPEAKER_AMP_PRESENT | SOF_MAX98360A_SPEAKER_AMP_PRESENT |
SOF_RT5682_SSP_AMP(0) | SOF_RT5682_SSP_AMP(0) |
SOF_RT5682_NUM_HDMIDEV(4) SOF_RT5682_NUM_HDMIDEV(4) |
SOF_BT_OFFLOAD_SSP(1) |
SOF_SSP_BT_OFFLOAD_PRESENT
), ),
}, },
{ {
...@@ -246,7 +248,9 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = { ...@@ -246,7 +248,9 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
SOF_RT5682_SSP_CODEC(2) | SOF_RT5682_SSP_CODEC(2) |
SOF_SPEAKER_AMP_PRESENT | SOF_SPEAKER_AMP_PRESENT |
SOF_RT5682_SSP_AMP(0) | SOF_RT5682_SSP_AMP(0) |
SOF_RT5682_NUM_HDMIDEV(4) SOF_RT5682_NUM_HDMIDEV(4) |
SOF_BT_OFFLOAD_SSP(1) |
SOF_SSP_BT_OFFLOAD_PRESENT
), ),
}, },
{} {}
...@@ -1118,7 +1122,9 @@ static const struct platform_device_id board_ids[] = { ...@@ -1118,7 +1122,9 @@ static const struct platform_device_id board_ids[] = {
SOF_RT5682_SSP_CODEC(0) | SOF_RT5682_SSP_CODEC(0) |
SOF_SPEAKER_AMP_PRESENT | SOF_SPEAKER_AMP_PRESENT |
SOF_RT5682_SSP_AMP(1) | SOF_RT5682_SSP_AMP(1) |
SOF_RT5682_NUM_HDMIDEV(4)), SOF_RT5682_NUM_HDMIDEV(4) |
SOF_BT_OFFLOAD_SSP(2) |
SOF_SSP_BT_OFFLOAD_PRESENT),
}, },
{ {
.name = "mtl_mx98360_rt5682", .name = "mtl_mx98360_rt5682",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment