Searched refs:PCM_INF2_18WL (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
H A D88pm860x-codec.c61 #define PCM_INF2_18WL (1 << 3) /* 18 / 16 bits */ macro
950 inf &= ~PCM_INF2_18WL; pm860x_pcm_hw_params()
953 inf |= PCM_INF2_18WL; pm860x_pcm_hw_params()
958 mask |= PCM_INF2_18WL; pm860x_pcm_hw_params()
1052 inf = PCM_INF2_18WL; pm860x_i2s_hw_params()
1057 snd_soc_update_bits(codec, PM860X_I2S_IFACE_2, PCM_INF2_18WL, inf); pm860x_i2s_hw_params()

Completed in 84 milliseconds