diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-26 08:47:27 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-26 13:11:29 +0100 |
commit | d8481155a3219ef427c6384022931758fbbe8ebe (patch) | |
tree | d04ee76dbb46bc0d192df75b3907d0c6b8008ba3 | |
parent | 2448c813b12cf1fb08da1d20bdb2ae583cda2d6f (diff) | |
download | linux-stable-d8481155a3219ef427c6384022931758fbbe8ebe.tar.gz linux-stable-d8481155a3219ef427c6384022931758fbbe8ebe.tar.bz2 linux-stable-d8481155a3219ef427c6384022931758fbbe8ebe.zip |
ASoC: sunxi: fix a sound binding broken reference
Address this rename:
Documentation/devicetree/bindings/sound/{sun4i-i2s.txt -> allwinner,sun4i-a10-i2s.yaml}
Fixes: 0a0ca8e94ca3 ("dt-bindings: sound: Convert Allwinner I2S binding to YAML")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Link: https://lore.kernel.org/r/9932608f32030c886d906ea656eda8408c544776.1564140865.git.mchehab+samsung@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/sun8i-a33-codec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/sun8i-a33-codec.txt b/Documentation/devicetree/bindings/sound/sun8i-a33-codec.txt index 2ca3d138528e..7ecf6bd60d27 100644 --- a/Documentation/devicetree/bindings/sound/sun8i-a33-codec.txt +++ b/Documentation/devicetree/bindings/sound/sun8i-a33-codec.txt @@ -4,7 +4,7 @@ Allwinner SUN8I audio codec On Sun8i-A33 SoCs, the audio is separated in different parts: - A DAI driver. It uses the "sun4i-i2s" driver which is documented here: - Documentation/devicetree/bindings/sound/sun4i-i2s.txt + Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml - An analog part of the codec which is handled as PRCM registers. See Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt - An digital part of the codec which is documented in this current |