Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

anish kumar and committed by
Mark Brown
01961056 bd0aff85

+12
+12
Documentation/sound/soc/clocking.rst
··· 42 42 It is also desirable to use the codec (if possible) to drive (or master) the 43 43 audio clocks as it usually gives more accurate sample rates than the CPU. 44 44 45 + ASoC provided clock APIs 46 + ------------------------ 45 47 48 + .. kernel-doc:: sound/soc/soc-dai.c 49 + :identifiers: snd_soc_dai_set_sysclk 46 50 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