Skip to content

Commit

Permalink
ASoC: doc: dapm: fix struct name
Browse files Browse the repository at this point in the history
struct snd_soc_codec_dai does not exist.

Reviewed-by: Alexandre Belloni <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
lucaceresoli authored and broonie committed Apr 29, 2024
1 parent 534e0cd commit eaf84bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/sound/soc/dapm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
::
Expand Down

0 comments on commit eaf84bd

Please sign in to comment.