Lines Matching refs:snd_soc_component_write

106 #define wm8510_reset(c)	snd_soc_component_write(c, WM8510_RESET, 0)
322 snd_soc_component_write(component, WM8510_CLOCK, reg & 0x0ff);
326 snd_soc_component_write(component, WM8510_POWER1, reg & 0x1df);
332 snd_soc_component_write(component, WM8510_PLLN, (pll_div.pre_div << 4) | pll_div.n);
333 snd_soc_component_write(component, WM8510_PLLK1, pll_div.k >> 18);
334 snd_soc_component_write(component, WM8510_PLLK2, (pll_div.k >> 9) & 0x1ff);
335 snd_soc_component_write(component, WM8510_PLLK3, pll_div.k & 0x1ff);
337 snd_soc_component_write(component, WM8510_POWER1, reg | 0x020);
341 snd_soc_component_write(component, WM8510_CLOCK, reg | 0x100);
358 snd_soc_component_write(component, WM8510_GPIO, reg | div);
362 snd_soc_component_write(component, WM8510_CLOCK, reg | div);
366 snd_soc_component_write(component, WM8510_ADC, reg | div);
370 snd_soc_component_write(component, WM8510_DAC, reg | div);
374 snd_soc_component_write(component, WM8510_CLOCK, reg | div);
435 snd_soc_component_write(component, WM8510_IFACE, iface);
436 snd_soc_component_write(component, WM8510_CLOCK, clk);
485 snd_soc_component_write(component, WM8510_IFACE, iface);
486 snd_soc_component_write(component, WM8510_ADD, adn);
496 snd_soc_component_write(component, WM8510_DAC, mute_reg | 0x40);
498 snd_soc_component_write(component, WM8510_DAC, mute_reg);
513 snd_soc_component_write(component, WM8510_POWER1, power1);
523 snd_soc_component_write(component, WM8510_POWER1, power1 | 0x3);
528 snd_soc_component_write(component, WM8510_POWER1, power1);
532 snd_soc_component_write(component, WM8510_POWER1, 0);
533 snd_soc_component_write(component, WM8510_POWER2, 0);
534 snd_soc_component_write(component, WM8510_POWER3, 0);