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: soc-dai: Note valid values of sysclock direction

Clock direction is marked as 'unsigned int' but only two values are
currently used in practice. Note these down in the documentation.

Signed-off-by: John Watts <contact@jookia.org>
Link: https://msgid.link/r/20240326-dai_mclk_hint-v1-1-653cbd2d78d9@jookia.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

John Watts and committed by
Mark Brown
1e90a846 ea5fee22

+1 -1
+1 -1
sound/soc/soc-dai.c
··· 45 45 * @dai: DAI 46 46 * @clk_id: DAI specific clock ID 47 47 * @freq: new clock frequency in Hz 48 - * @dir: new clock direction - input/output. 48 + * @dir: new clock direction (SND_SOC_CLOCK_IN or SND_SOC_CLOCK_OUT) 49 49 * 50 50 * Configures the DAI master (MCLK) or system (SYSCLK) clocking. 51 51 */