Home
last modified time | relevance | path

Searched refs:bclk_pol (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sunxi/
H A Dsun4i-i2s.c732 u32 mode, lrclk_pol, bclk_pol, val; in sun8i_i2s_set_soc_fmt() local
781 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_NORMAL; in sun8i_i2s_set_soc_fmt()
787 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun8i_i2s_set_soc_fmt()
791 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun8i_i2s_set_soc_fmt()
807 lrclk_pol | bclk_pol); in sun8i_i2s_set_soc_fmt()
840 u32 mode, lrclk_pol, bclk_pol, val; in sun50i_h6_i2s_set_soc_fmt() local
889 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_NORMAL; in sun50i_h6_i2s_set_soc_fmt()
895 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun50i_h6_i2s_set_soc_fmt()
899 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun50i_h6_i2s_set_soc_fmt()
915 lrclk_pol | bclk_pol); in sun50i_h6_i2s_set_soc_fmt()
/linux/sound/soc/codecs/
H A Dmax98396.c352 unsigned int bclk_pol = 0; in max98396_dai_set_fmt() local
369 bclk_pol = MAX98396_PCM_MODE_CFG_BCLKEDGE; in max98396_dai_set_fmt()
372 bclk_pol = MAX98396_PCM_MODE_CFG_BCLKEDGE; in max98396_dai_set_fmt()
417 if (bclk_pol != (reg & MAX98396_PCM_MODE_CFG_BCLKEDGE)) in max98396_dai_set_fmt()
432 bclk_pol); in max98396_dai_set_fmt()