Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8753.c891 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01ec; in wm8753_vdac_adc_set_dai_fmt()
913 snd_soc_component_write(component, WM8753_PCM, voice); in wm8753_vdac_adc_set_dai_fmt()
926 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01f3; in wm8753_pcm_hw_params()
949 snd_soc_component_write(component, WM8753_PCM, voice); in wm8753_pcm_hw_params()
961 voice = snd_soc_component_read(component, WM8753_PCM) & 0x011f; in wm8753_pcm_set_dai_fmt()
1017 snd_soc_component_write(component, WM8753_PCM, voice); in wm8753_pcm_set_dai_fmt()
H A Dwm8753.h16 #define WM8753_PCM 0x03 macro