-----Original Message----- From: Mark Brown broonie@kernel.org Sent: Thursday, August 6, 2020 4:59 PM To: RAVULAPATI, VISHNU VARDHAN RAO Vishnuvardhanrao.Ravulapati@amd.com Cc: Liam Girdwood lgirdwood@gmail.com; Jaroslav Kysela perex@perex.cz; Takashi Iwai tiwai@suse.com; Agrawal, Akshu Akshu.Agrawal@amd.com; Kuninori Morimoto kuninori.morimoto.gx@renesas.com; YueHaibing yuehaibing@huawei.com; moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM... alsa-devel@alsa-project.org; open list linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASoC: amd: Replacing component->name with codec_dai->name
On Thu, Aug 06, 2020 at 03:44:12PM +0530, Ravulapati Vishnu vardhan rao wrote:
Replacing string compare with codec_dai->name instead of comparing with codec_dai->component->name in hw_params.
Why?
Here the component name for codec RT1015 is "i2c-10EC5682:00" and will never be "rt1015-aif1" As it is codec-dai->name so the strcmp always compares and fails to set the sysclk,pll,bratio of expected codec-dai
Thanks, Vishnu