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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 10:26:32 +0000 (11:26 +0100)
[ Upstream commit f1eebb3bf707b267bd8ed945d00a81c8ca31bd73 ]

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>
Stable-dep-of: 6b1c0bd6fdef ("ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after use")
Signed-off-by: Sasha Levin <sashal@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 c5122d3b0e6c4efd571896d305a05fed1955c8bc..7c8c2557d68503905e099f402817fa24a16af87c 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 e01b7a90ca6c78261bab926ca35d54fd71d6fb65..e99094017909548e36789ffb6475821abfbf5d34 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 3c3aff9c61cc66589c43647f2bfac972687cf6f3..f18dcda23e74bac0284ac571ec92313bd516f01a 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 e67ddfb8e469071a3d2a0231b9c7e8fbcc2f5a56..e49c64f54a12c10a71f8435ba26103b5960fefde 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 47f6b1523ae6baeb9ac6da6227d33643f3257ad3..0d1df37ecea0b6a9a4a430764cb97a51f1b1c201 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 a9e51bbf018c35938be1a7d57675098f02079231..0fc57db6e92cb8dfdf60b011b00208003c7cf928 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 a28773fb7892b540d9d2ad6ed131465029d148b1..21b6bebc9a26adbd4945dd4d690bd7143f9146d8 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 950457bcc28fe8eb9e3ae76e76304da909f64acd..78b7e24b0c79eca6e6c24fe81af3c4696b67b614 100644 (file)
@@ -504,7 +504,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 888e04c577579d15216147082f7cd8458cd3ee8d..7795632cb38fa6fd2f180a915d2b41aa3633be12 100644 (file)
@@ -1733,7 +1733,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 e94c9124d4f411ad55be08cb470dcd43356019a0..31219874c2ae1f8a8b5c51fa7285345116a21574 100644 (file)
@@ -1104,7 +1104,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 131882378a5947a09258dc26623c8ce45ac1e974..ba6de1e389cd8a11fd09f92712a0a2efea64cac4 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 da5a5cbc875908e28014b930d957b38268181fb1..779b388db85d33956eb0c49b14ff45349d60a958 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 804dbc7911d5049cc944e811c4d723cd5edffcab..381bf6054047fbcec344f70139b054c91034da8b 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 9509b6e161b891c0044ff75789ddbdc7e9825c66..ba96741c7771b2644770fd8adb792fa56b954bf5 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 71fe26a1b7011ee9d3767280dc30d70782322a12..99b3d7642cb77e2bbbbccd835018b35a1acaf381 100644 (file)
@@ -604,7 +604,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 c763bfeb1f38fbfe89f3462a6ad866115ecc4d1f..b5ca3177be6a323fa747ec38c6172125ee0a8fed 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);