Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A D88pm860x-codec.c58 #define PCM_INF2_18WL (1 << 3) /* 18 / 16 bits */ macro
928 inf &= ~PCM_INF2_18WL; in pm860x_pcm_hw_params()
931 inf |= PCM_INF2_18WL; in pm860x_pcm_hw_params()
936 mask |= PCM_INF2_18WL; in pm860x_pcm_hw_params()
1028 inf = PCM_INF2_18WL; in pm860x_i2s_hw_params()
1033 snd_soc_component_update_bits(component, PM860X_I2S_IFACE_2, PCM_INF2_18WL, inf); in pm860x_i2s_hw_params()