]> Git Repo - linux.git/commitdiff
ASoC: Intel: Boards: tgl_max98373: Fix the comment for max_98373_components
authorDharageswari R <[email protected]>
Thu, 25 Jun 2020 19:12:59 +0000 (14:12 -0500)
committerMark Brown <[email protected]>
Fri, 26 Jun 2020 12:35:18 +0000 (13:35 +0100)
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 <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Kai Vehmanen <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/boards/sof_maxim_common.c

index b7014c424163ea6267f1b643f34d0e93eaacd8df..f8871af2f0d3d23f85635c5b74a50ad648481fab 100644 (file)
@@ -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,
        },
This page took 0.050007 seconds and 4 git commands to generate.