Unverified Commit 54e28876 authored by Uday M Bhat's avatar Uday M Bhat Committed by Mark Brown
Browse files

ASoC: Intel: sof_rt5682: Update BT offload config for Rex

parent e3057eb5
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -234,7 +234,9 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
					SOF_SPEAKER_AMP_PRESENT |
					SOF_MAX98360A_SPEAKER_AMP_PRESENT |
					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[] = {
					SOF_RT5682_SSP_CODEC(2) |
					SOF_SPEAKER_AMP_PRESENT |
					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
					),
	},
	{}