Skip to content

Commit 0196105

Browse files
yesanishherebroonie
authored andcommitted
ASoC: doc: update clock api details
Added ASoC clock api kernel doc in this document. Signed-off-by: anish kumar <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent bd0aff8 commit 0196105

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/sound/soc/clocking.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,17 @@ rate, number of channels and word size) to save on power.
4242
It is also desirable to use the codec (if possible) to drive (or master) the
4343
audio clocks as it usually gives more accurate sample rates than the CPU.
4444

45+
ASoC provided clock APIs
46+
------------------------
4547

48+
.. kernel-doc:: sound/soc/soc-dai.c
49+
:identifiers: snd_soc_dai_set_sysclk
4650

51+
.. kernel-doc:: sound/soc/soc-dai.c
52+
:identifiers: snd_soc_dai_set_clkdiv
53+
54+
.. kernel-doc:: sound/soc/soc-dai.c
55+
:identifiers: snd_soc_dai_set_pll
56+
57+
.. kernel-doc:: sound/soc/soc-dai.c
58+
:identifiers: snd_soc_dai_set_bclk_ratio

0 commit comments

Comments
 (0)