Lines Matching refs:snd_soc_component_write
58 #define wm8711_reset(c) snd_soc_component_write(c, WM8711_RESET, 0)
166 snd_soc_component_write(component, WM8711_SRATE, srate);
180 snd_soc_component_write(component, WM8711_IFACE, iface);
190 snd_soc_component_write(component, WM8711_ACTIVE, 0x0001);
203 snd_soc_component_write(component, WM8711_ACTIVE, 0x0);
213 snd_soc_component_write(component, WM8711_APDIGI, mute_reg | 0x8);
215 snd_soc_component_write(component, WM8711_APDIGI, mute_reg);
293 snd_soc_component_write(component, WM8711_IFACE, iface);
305 snd_soc_component_write(component, WM8711_PWR, reg);
313 snd_soc_component_write(component, WM8711_PWR, reg | 0x0040);
316 snd_soc_component_write(component, WM8711_ACTIVE, 0x0);
317 snd_soc_component_write(component, WM8711_PWR, 0xffff);