From: Dharageswari R Date: Thu, 25 Jun 2020 19:12:59 +0000 (-0500) Subject: ASoC: Intel: Boards: tgl_max98373: Fix the comment for max_98373_components X-Git-Tag: baikal/aarch64/sdk6.1~8539^2~2^2~149^2~5 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=76378d7fc6fb4ca424e9ce47c11a20f7732fd9ba;p=kernel.git ASoC: Intel: Boards: tgl_max98373: Fix the comment for max_98373_components MAX_98373_DEV0_NAME is the Right speaker and MAX_98373_DEV1_NAME is the Left speaker, hence updating the comments for max98373 dailink components accordingly. Signed-off-by: Dharageswari R Signed-off-by: Pierre-Louis Bossart Reviewed-by: Kai Vehmanen Reviewed-by: Ranjani Sridharan Link: https://lore.kernel.org/r/20200625191308.3322-9-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/boards/sof_maxim_common.c b/sound/soc/intel/boards/sof_maxim_common.c index b7014c424163e..f8871af2f0d3d 100644 --- a/sound/soc/intel/boards/sof_maxim_common.c +++ b/sound/soc/intel/boards/sof_maxim_common.c @@ -29,11 +29,11 @@ static struct snd_soc_codec_conf max_98373_codec_conf[] = { }; struct snd_soc_dai_link_component max_98373_components[] = { - { /* For Left */ + { /* For Right */ .name = MAX_98373_DEV0_NAME, .dai_name = MAX_98373_CODEC_DAI, }, - { /* For Right */ + { /* For Left */ .name = MAX_98373_DEV1_NAME, .dai_name = MAX_98373_CODEC_DAI, },