diff options
author | Luca Ceresoli <luca.ceresoli@bootlin.com> | 2024-04-26 19:56:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-04-29 17:49:28 +0300 |
commit | eaf84bda623e0a034fe03b871addf7dc4f70dfff (patch) | |
tree | 7939ee94c5a4d5dab032f1447cbb65dc1fc1b41f /Documentation/sound | |
parent | 534e0cd89baf74c22ca55b442fb4add8d844e272 (diff) | |
download | linux-eaf84bda623e0a034fe03b871addf7dc4f70dfff.tar.xz |
ASoC: doc: dapm: fix struct name
struct snd_soc_codec_dai does not exist.
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Link: https://lore.kernel.org/r/20240426-dapm-docs-v2-2-87b07547eb5b@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/soc/dapm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/soc/dapm.rst b/Documentation/sound/soc/dapm.rst index 59f65b181828..68ef79f539f2 100644 --- a/Documentation/sound/soc/dapm.rst +++ b/Documentation/sound/soc/dapm.rst @@ -148,7 +148,7 @@ Stream widgets have the following format:- SND_SOC_DAPM_AIF_IN(name, stream, slot, reg, shift, invert) NOTE: the stream name must match the corresponding stream name in your codec -snd_soc_codec_dai. +snd_soc_dai_driver. e.g. stream widgets for HiFi playback and capture :: |