On 3/10/23 12:42, Ajye Huang wrote: > Enable Bluetooth audio offload for drv_name "adl_rt1019_rt5682" with > following board configuration specifically: > > SSP0 - rt5682 Headset > SSP1 - alc1019p speaker amp > SSP2 - Bluetooth audio > > Signed-off-by: Ajye Huang <ajye_huang@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Mac Chiang <mac.chiang@xxxxxxxxx> > --- > sound/soc/intel/boards/sof_rt5682.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c > index 4fe448295a90..2eec32846078 100644 > --- a/sound/soc/intel/boards/sof_rt5682.c > +++ b/sound/soc/intel/boards/sof_rt5682.c > @@ -1109,7 +1109,9 @@ static const struct platform_device_id board_ids[] = { > SOF_SPEAKER_AMP_PRESENT | > SOF_RT1019_SPEAKER_AMP_PRESENT | > 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), This sounds good, but if the intent is to have BT offload enabled across all ADL skews there are still misses, e.g. .name = "adl_mx98357_rt5682", Can we please try to add this BT offload in a more consistent manner, or add a comment when this is officially not planned/supported?