Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c6db77c authored by Dylan Reid's avatar Dylan Reid Committed by Takashi Iwai
Browse files

ALSA: Docs: Fix typo in tegra_hda doc.



The correct name of the third clock is hda2codec_2x.

Signed-off-by: default avatarDylan Reid <dgreid@chromium.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 112cddca
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -20,9 +20,9 @@ hda@0,70030000 {
	clocks = <&tegra_car TEGRA124_CLK_HDA>,
	clocks = <&tegra_car TEGRA124_CLK_HDA>,
		 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
		 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
		 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
		 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
	clock-names = "hda", "hda2hdmi", "hdacodec_2x";
	clock-names = "hda", "hda2hdmi", "hda2codec_2x";
	resets = <&tegra_car 125>, /* hda */
	resets = <&tegra_car 125>, /* hda */
		 <&tegra_car 128>; /* hda2hdmi */
		 <&tegra_car 128>; /* hda2hdmi */
		 <&tegra_car 111>, /* hda2codec_2x */
		 <&tegra_car 111>, /* hda2codec_2x */
	reset-names = "hda", "hda2hdmi", "hdacodec_2x";
	reset-names = "hda", "hda2hdmi", "hda2codec_2x";
};
};