]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ASoC: Intel: boards: fix spelling in comments
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tue, 1 Mar 2022 19:48:57 +0000 (13:48 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 2 Mar 2022 13:43:38 +0000 (13:43 +0000)
copy/paste spelling issues with platforms and buttons.

Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: FRED OH <fred.oh@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220301194903.60859-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
16 files changed:
sound/soc/intel/boards/bdw-rt5650.c
sound/soc/intel/boards/bdw-rt5677.c
sound/soc/intel/boards/broadwell.c
sound/soc/intel/boards/bxt_da7219_max98357a.c
sound/soc/intel/boards/bxt_rt298.c
sound/soc/intel/boards/bytcht_cx2072x.c
sound/soc/intel/boards/bytcht_da7213.c
sound/soc/intel/boards/bytcht_es8316.c
sound/soc/intel/boards/bytcr_rt5640.c
sound/soc/intel/boards/bytcr_rt5651.c
sound/soc/intel/boards/cht_bsw_max98090_ti.c
sound/soc/intel/boards/cht_bsw_nau8824.c
sound/soc/intel/boards/cht_bsw_rt5645.c
sound/soc/intel/boards/cht_bsw_rt5672.c
sound/soc/intel/boards/glk_rt5682_max98357a.c
sound/soc/intel/boards/haswell.c

index 6cba5552f7a21030f6cd1e3ae87044d0f69fccd2..bc0eab1c304a260a99994e8257c85e73d5d5881a 100644 (file)
@@ -299,7 +299,7 @@ static int bdw_rt5650_probe(struct platform_device *pdev)
        if (!bdw_rt5650)
                return -ENOMEM;
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        mach = pdev->dev.platform_data;
        ret = snd_soc_fixup_dai_links_platform_name(&bdw_rt5650_card,
                                                    mach->mach_params.platform);
index 119c441f4c1045d61aa0d8cefce0a7de51144a38..071557fada29c29fca1304b2b087731be666bb87 100644 (file)
@@ -426,7 +426,7 @@ static int bdw_rt5677_probe(struct platform_device *pdev)
        if (!bdw_rt5677)
                return -ENOMEM;
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        mach = pdev->dev.platform_data;
        ret = snd_soc_fixup_dai_links_platform_name(&bdw_rt5677_card,
                                                    mach->mach_params.platform);
index 618d0645ed8d06d2a5f0f02eb7b1960646584960..d37c74fd1a3cf70dc7ef7d26332debd7c50f5cce 100644 (file)
@@ -292,7 +292,7 @@ static int broadwell_audio_probe(struct platform_device *pdev)
 
        broadwell_rt286.dev = &pdev->dev;
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        mach = pdev->dev.platform_data;
        ret = snd_soc_fixup_dai_links_platform_name(&broadwell_rt286,
                                                    mach->mach_params.platform);
index b768d9b8ec027e78753002b3bee4d5a0be7878a6..9bc7b88e346b28b643ecfc54fb7ff0bf5655300a 100644 (file)
@@ -825,7 +825,7 @@ static int broxton_audio_probe(struct platform_device *pdev)
                }
        }
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        mach = pdev->dev.platform_data;
        platform_name = mach->mach_params.platform;
 
index 920e575b4314af38b56bf23a54bd82c4e4f18fde..05e8330764992ca6d6d338cc91b7c793d214a474 100644 (file)
@@ -628,7 +628,7 @@ static int broxton_audio_probe(struct platform_device *pdev)
        card->dev = &pdev->dev;
        snd_soc_card_set_drvdata(card, ctx);
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        mach = pdev->dev.platform_data;
        platform_name = mach->mach_params.platform;
 
index ffd497a5b5a5febd660a234dbfd428199e362c2f..96d3201efbbd0e88d36a2457d8e7745126a2c8bf 100644 (file)
@@ -257,7 +257,7 @@ static int snd_byt_cht_cx2072x_probe(struct platform_device *pdev)
                byt_cht_cx2072x_dais[dai_index].codecs->name = codec_name;
        }
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        ret = snd_soc_fixup_dai_links_platform_name(&byt_cht_cx2072x_card,
                                                    mach->mach_params.platform);
        if (ret)
index fae1e7e785b043ba2fc0bace2a90ba2936706157..eb19bf16afad47b1878d076ac7bfd2d17e2ee74b 100644 (file)
@@ -260,7 +260,7 @@ static int bytcht_da7213_probe(struct platform_device *pdev)
                dailink[dai_index].codecs->name = codec_name;
        }
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        platform_name = mach->mach_params.platform;
 
        ret_val = snd_soc_fixup_dai_links_platform_name(card, platform_name);
index 9d86fea51a7dcb56fee58a353a2b094cdd97582f..f4bf26e802a2077498708fe781e7268798e2b0a9 100644 (file)
@@ -497,7 +497,7 @@ static int snd_byt_cht_es8316_mc_probe(struct platform_device *pdev)
                return -ENXIO;
        }
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        byt_cht_es8316_card.dev = dev;
        platform_name = mach->mach_params.platform;
 
index 2ace32c03ec9d65fdb23429a436a81c03dc8b6ec..d76a505052fb7650f37926415cdf51d68f4f0b6b 100644 (file)
@@ -1764,7 +1764,7 @@ static int snd_byt_rt5640_mc_probe(struct platform_device *pdev)
        byt_rt5640_card.long_name = byt_rt5640_long_name;
 #endif
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        platform_name = mach->mach_params.platform;
 
        ret_val = snd_soc_fixup_dai_links_platform_name(&byt_rt5640_card,
index 5e9c53dadbc7c5079de596660d6d00b737624166..39348d2b242fc58407d840859548b1f5f32bbf6d 100644 (file)
@@ -1088,7 +1088,7 @@ static int snd_byt_rt5651_mc_probe(struct platform_device *pdev)
        byt_rt5651_card.long_name = byt_rt5651_long_name;
 #endif
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        platform_name = mach->mach_params.platform;
 
        ret_val = snd_soc_fixup_dai_links_platform_name(&byt_rt5651_card,
index 1bc21434c9de8f1165daa6d84d3dfa272b4e4c8a..b3d7a0725ef2ff2def444f9011df28c409128b23 100644 (file)
@@ -296,7 +296,7 @@ static int cht_max98090_headset_init(struct snd_soc_component *component)
        int ret;
 
        /*
-        * TI supports 4 butons headset detection
+        * TI supports 4 buttons headset detection
         * KEY_MEDIA
         * KEY_VOICECOMMAND
         * KEY_VOLUMEUP
@@ -558,7 +558,7 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
                        dev_dbg(dev, "Unable to add GPIO mapping table\n");
        }
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        snd_soc_card_cht.dev = &pdev->dev;
        mach = pdev->dev.platform_data;
        platform_name = mach->mach_params.platform;
index bad32d2bdf89088314824ba219e5d6246d00ab7d..da6c659de266711834becbc574745c8f3cf1a6db 100644 (file)
@@ -100,7 +100,7 @@ static int cht_codec_init(struct snd_soc_pcm_runtime *runtime)
        struct snd_soc_component *component = codec_dai->component;
        int ret, jack_type;
 
-       /* NAU88L24 supports 4 butons headset detection
+       /* NAU88L24 supports 4 buttons headset detection
         * KEY_PLAYPAUSE
         * KEY_VOICECOMMAND
         * KEY_VOLUMEUP
@@ -257,7 +257,7 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
                return -ENOMEM;
        snd_soc_card_set_drvdata(&snd_soc_card_cht, drv);
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        snd_soc_card_cht.dev = &pdev->dev;
        mach = pdev->dev.platform_data;
        platform_name = mach->mach_params.platform;
index e182012d0c607a52ecc658dc1413101871ec1a92..c21561c6a464ea333b8af30ab915611d41724559 100644 (file)
@@ -653,7 +653,7 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
            (cht_rt5645_quirk & CHT_RT5645_SSP0_AIF2))
                cht_dailink[dai_index].cpus->dai_name = "ssp0-port";
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        platform_name = mach->mach_params.platform;
 
        ret_val = snd_soc_fixup_dai_links_platform_name(card,
index 26eb8ad0d2624a2921d1867f95f3b34b3592beda..9882aeb24d339e79e120e6a423f3fb5ce4e0428b 100644 (file)
@@ -483,7 +483,7 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
                drv->use_ssp0 = true;
        }
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        snd_soc_card_cht.dev = &pdev->dev;
        platform_name = mach->mach_params.platform;
 
index bad3829e52ca1b1ad1b8a683fad5ece13c17c9ee..e4bfb0fe5f12e79d5e3e61d0fac20789756ebd9c 100644 (file)
@@ -638,7 +638,7 @@ static int geminilake_audio_probe(struct platform_device *pdev)
        card->dev = &pdev->dev;
        snd_soc_card_set_drvdata(card, ctx);
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        mach = pdev->dev.platform_data;
        platform_name = mach->mach_params.platform;
 
index 36e136acbef582461c6353e3c4b66b2634b34a39..aa61e101f793c6db6608685920719c2ee3dcfe12 100644 (file)
@@ -175,7 +175,7 @@ static int haswell_audio_probe(struct platform_device *pdev)
 
        haswell_rt5640.dev = &pdev->dev;
 
-       /* override plaform name, if required */
+       /* override platform name, if required */
        mach = pdev->dev.platform_data;
        ret = snd_soc_fixup_dai_links_platform_name(&haswell_rt5640,
                                                    mach->mach_params.platform);