projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534e0cd
)
ASoC: doc: dapm: fix struct name
author
Luca Ceresoli
<luca.ceresoli@bootlin.com>
Fri, 26 Apr 2024 16:56:35 +0000
(18:56 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 29 Apr 2024 14:49:28 +0000
(23:49 +0900)
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>
Documentation/sound/soc/dapm.rst
patch
|
blob
|
history
diff --git
a/Documentation/sound/soc/dapm.rst
b/Documentation/sound/soc/dapm.rst
index 59f65b181828d1ea2602569fb86eb45309bf7a45..68ef79f539f256ada43226e53688a11d966d1297 100644
(file)
--- 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
::