mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-22 01:40:08 -05:00
ASoC: topology: Add definitions for mclk_direction values
Current comment makes not clear the direction of mclk. Previously, similar description caused a misunderstanding for bclk_master and fsync_master. This commit solves the potential confusion the same way it is solved for bclk_master and fsync_master. Signed-off-by: Kirill Marinushkin <k.marinushkin@gmail.com> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Cc: Jaroslav Kysela <perex@perex.cz> Cc: Takashi Iwai <tiwai@suse.de> Cc: Mark Brown <broonie@kernel.org> Cc: Pan Xiuli <xiuli.pan@linux.intel.com> Cc: Liam Girdwood <liam.r.girdwood@linux.intel.com> Cc: alsa-devel@alsa-project.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
bdb709ab2a
commit
7cf73b56e4
3 changed files with 19 additions and 4 deletions
|
|
@ -1002,7 +1002,7 @@ struct snd_tplg_hw_config_template {
|
|||
unsigned char invert_fsync; /* 1 for inverted frame clock, 0 for normal */
|
||||
unsigned char bclk_master; /* SND_SOC_TPLG_BCLK_ value */
|
||||
unsigned char fsync_master; /* SND_SOC_TPLG_FSYNC_ value */
|
||||
unsigned char mclk_direction; /* 0 for input, 1 for output */
|
||||
unsigned char mclk_direction; /* SND_SOC_TPLG_MCLK_ value */
|
||||
unsigned short reserved; /* for 32bit alignment */
|
||||
unsigned int mclk_rate; /* MCLK or SYSCLK freqency in Hz */
|
||||
unsigned int bclk_rate; /* BCLK freqency in Hz */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue