aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/sound/soc
diff options
context:
space:
mode:
authorChristina Quast <cquast@baylibre.com>2018-04-11 18:33:26 +0200
committerJonathan Corbet <corbet@lwn.net>2018-04-16 14:01:06 -0600
commit9225e4e02936e0de920f45aff21095d453b53be3 (patch)
treeb2f927f0bd3135d10c5cd1482d55a386b76f2ad9 /Documentation/sound/soc
parentMerge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (diff)
downloadwireguard-linux-9225e4e02936e0de920f45aff21095d453b53be3.tar.xz
wireguard-linux-9225e4e02936e0de920f45aff21095d453b53be3.zip
Some files where renamed from .txt to .rst, but the Documentation
was not fixed yet. Signed-off-by: Christina Quast <cquast@baylibre.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/sound/soc')
-rw-r--r--Documentation/sound/soc/codec.rst2
-rw-r--r--Documentation/sound/soc/platform.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/sound/soc/codec.rst b/Documentation/sound/soc/codec.rst
index f87612b94812..240770ea761e 100644
--- a/Documentation/sound/soc/codec.rst
+++ b/Documentation/sound/soc/codec.rst
@@ -139,7 +139,7 @@ DAPM description
----------------
The Dynamic Audio Power Management description describes the codec power
components and their relationships and registers to the ASoC core.
-Please read dapm.txt for details of building the description.
+Please read dapm.rst for details of building the description.
Please also see the examples in other codec drivers.
diff --git a/Documentation/sound/soc/platform.rst b/Documentation/sound/soc/platform.rst
index d5574904d981..02c93a8b9c3b 100644
--- a/Documentation/sound/soc/platform.rst
+++ b/Documentation/sound/soc/platform.rst
@@ -66,7 +66,7 @@ Each SoC DAI driver must provide the following features:-
4. SYSCLK configuration
5. Suspend and resume (optional)
-Please see codec.txt for a description of items 1 - 4.
+Please see codec.rst for a description of items 1 - 4.
SoC DSP Drivers