Unverified Commit f1eebb3b authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Mark Brown
Browse files

ASoC: Intel: boards: fix spelling in comments

parent a6264056
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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;

+1 −1
Original line number Diff line number Diff line
@@ -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;

Loading