[PATCH] ASoC: Intel: sof_rt5682: Add quirk for Rex board

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Mon Oct 17 22:52:03 CEST 2022



On 10/17/22 15:42, Pierre-Louis Bossart wrote:
> From: Yong Zhi <yong.zhi at intel.com>
> 
> Add mtl_mx98357_rt5682 driver data for Chrome Rex board support.
> 
> Signed-off-by: Yong Zhi <yong.zhi at intel.com>
> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>

I forgot to run my script and add my Signed-off-by tag, please discard
this one, will send a v2. Sorry about the noise.


> Reviewed-by: Bard Liao <yung-chuan.liao at linux.intel.com>
> Reviewed-by: Curtis Malainey <cujomalainey at chromium.org>
> ---
>  sound/soc/intel/boards/sof_rt5682.c | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c
> index 1bf9455eaf935..adc964d363a29 100644
> --- a/sound/soc/intel/boards/sof_rt5682.c
> +++ b/sound/soc/intel/boards/sof_rt5682.c
> @@ -225,6 +225,18 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
>  					SOF_RT5682_SSP_AMP(2) |
>  					SOF_RT5682_NUM_HDMIDEV(4)),
>  	},
> +	{
> +		.callback = sof_rt5682_quirk_cb,
> +		.matches = {
> +			DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Rex"),
> +		},
> +		.driver_data = (void *)(SOF_RT5682_MCLK_EN |
> +					SOF_RT5682_SSP_CODEC(2) |
> +					SOF_SPEAKER_AMP_PRESENT |
> +					SOF_RT5682_SSP_AMP(0) |
> +					SOF_RT5682_NUM_HDMIDEV(4)
> +					),
> +	},
>  	{}
>  };
>  


More information about the Alsa-devel mailing list