Skip to content

Commit eaf84bd

Browse files
lucaceresolibroonie
authored andcommitted
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>
1 parent 534e0cd commit eaf84bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/sound/soc/dapm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Stream widgets have the following format:-
148148
SND_SOC_DAPM_AIF_IN(name, stream, slot, reg, shift, invert)
149149

150150
NOTE: the stream name must match the corresponding stream name in your codec
151-
snd_soc_codec_dai.
151+
snd_soc_dai_driver.
152152

153153
e.g. stream widgets for HiFi playback and capture
154154
::

0 commit comments

Comments
 (0)