Commit 1e90a846 authored by John Watts's avatar John Watts Committed by Mark Brown

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: default avatarJohn Watts <contact@jookia.org>
Link: https://msgid.link/r/20240326-dai_mclk_hint-v1-1-653cbd2d78d9@jookia.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent ea5fee22
...@@ -45,7 +45,7 @@ static inline int _soc_dai_ret(struct snd_soc_dai *dai, ...@@ -45,7 +45,7 @@ static inline int _soc_dai_ret(struct snd_soc_dai *dai,
* @dai: DAI * @dai: DAI
* @clk_id: DAI specific clock ID * @clk_id: DAI specific clock ID
* @freq: new clock frequency in Hz * @freq: new clock frequency in Hz
* @dir: new clock direction - input/output. * @dir: new clock direction (SND_SOC_CLOCK_IN or SND_SOC_CLOCK_OUT)
* *
* Configures the DAI master (MCLK) or system (SYSCLK) clocking. * Configures the DAI master (MCLK) or system (SYSCLK) clocking.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment