mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
ASoC: doc: update clock api details
Added ASoC clock api kernel doc in this document. Signed-off-by: anish kumar <yesanishhere@gmail.com> Link: https://patch.msgid.link/20241031035829.54852-1-yesanishhere@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
bd0aff85d5
commit
0196105667
@ -42,5 +42,17 @@ rate, number of channels and word size) to save on power.
|
||||
It is also desirable to use the codec (if possible) to drive (or master) the
|
||||
audio clocks as it usually gives more accurate sample rates than the CPU.
|
||||
|
||||
ASoC provided clock APIs
|
||||
------------------------
|
||||
|
||||
.. kernel-doc:: sound/soc/soc-dai.c
|
||||
:identifiers: snd_soc_dai_set_sysclk
|
||||
|
||||
.. kernel-doc:: sound/soc/soc-dai.c
|
||||
:identifiers: snd_soc_dai_set_clkdiv
|
||||
|
||||
.. kernel-doc:: sound/soc/soc-dai.c
|
||||
:identifiers: snd_soc_dai_set_pll
|
||||
|
||||
.. kernel-doc:: sound/soc/soc-dai.c
|
||||
:identifiers: snd_soc_dai_set_bclk_ratio
|
||||
|
Loading…
Reference in New Issue
Block a user