aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-component.c
diff options
context:
space:
mode:
authorRavulapati Vishnu vardhan rao <Vishnuvardhanrao.Ravulapati@amd.com>2020-08-07 21:40:17 +0530
committerMark Brown <broonie@kernel.org>2020-08-10 18:42:48 +0100
commitea7dc097826b06a9746a2e74c2d6e78d35c98088 (patch)
tree3e7b12dbca1f554c587c1ea61b7ac6b0827dda46 /sound/soc/soc-component.c
parentMerge series "ASoC: tegra: Fix compile warning with CONFIG_PM=n" from Takashi Iwai <tiwai@suse.de>: (diff)
downloadwireguard-linux-ea7dc097826b06a9746a2e74c2d6e78d35c98088.tar.xz
wireguard-linux-ea7dc097826b06a9746a2e74c2d6e78d35c98088.zip
ASoC: amd: Replacing component->name with codec_dai->name.
Replacing string compare with "codec_dai->name" instead of comparing with "codec_dai->component->name" in hw_params because, Here the component name for codec RT1015 is "i2c-10EC5682:00" and will never be "rt1015-aif1" as it is codec-dai->name. So, strcmp() always compares and fails to set the sysclk,pll,bratio for expected codec-dai="rt1015-aif1". Signed-off-by: Ravulapati Vishnu vardhan rao <Vishnuvardhanrao.Ravulapati@amd.com> Link: https://lore.kernel.org/r/20200807161046.17932-1-Vishnuvardhanrao.Ravulapati@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-component.c')
0 files changed, 0 insertions, 0 deletions