diff mbox

ALSA: Docs: Fix typo in tegra_hda doc.

Message ID 1401502547-8436-1-git-send-email-dgreid@chromium.org (mailing list archive)
State New, archived
Headers show

Commit Message

Dylan Reid May 31, 2014, 2:15 a.m. UTC
The correct name of the third clock is hda2codec_2x.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
---
 Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Takashi Iwai May 31, 2014, 7:33 a.m. UTC | #1
At Fri, 30 May 2014 19:15:47 -0700,
Dylan Reid wrote:
> 
> The correct name of the third clock is hda2codec_2x.
> 
> Signed-off-by: Dylan Reid <dgreid@chromium.org>

Applied, thanks.


Takashi

> ---
>  Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
> index c26f8ca..b4730c2 100644
> --- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
> +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
> @@ -20,9 +20,9 @@ hda@0,70030000 {
>  	clocks = <&tegra_car TEGRA124_CLK_HDA>,
>  		 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
>  		 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
> -	clock-names = "hda", "hda2hdmi", "hdacodec_2x";
> +	clock-names = "hda", "hda2hdmi", "hda2codec_2x";
>  	resets = <&tegra_car 125>, /* hda */
>  		 <&tegra_car 128>; /* hda2hdmi */
>  		 <&tegra_car 111>, /* hda2codec_2x */
> -	reset-names = "hda", "hda2hdmi", "hdacodec_2x";
> +	reset-names = "hda", "hda2hdmi", "hda2codec_2x";
>  };
> -- 
> 1.8.1.3.605.g02339dd
>
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
index c26f8ca..b4730c2 100644
--- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
+++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
@@ -20,9 +20,9 @@  hda@0,70030000 {
 	clocks = <&tegra_car TEGRA124_CLK_HDA>,
 		 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
 		 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
-	clock-names = "hda", "hda2hdmi", "hdacodec_2x";
+	clock-names = "hda", "hda2hdmi", "hda2codec_2x";
 	resets = <&tegra_car 125>, /* hda */
 		 <&tegra_car 128>; /* hda2hdmi */
 		 <&tegra_car 111>, /* hda2codec_2x */
-	reset-names = "hda", "hda2hdmi", "hdacodec_2x";
+	reset-names = "hda", "hda2hdmi", "hda2codec_2x";
 };