Home
last modified time | relevance | path

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

/sound/pci/ice1712/
A Dwm8766.c22 wm->ops.write(wm, addr, data); in snd_wm8766_write()
161 snd_wm8766_write(wm, i, wm->regs[i]); in snd_wm8766_resume()
213 wm->ctl[n].get(wm, &val1, &val2); in snd_wm8766_ctl_get()
215 val1 = wm->regs[wm->ctl[n].reg1] & wm->ctl[n].mask1; in snd_wm8766_ctl_get()
218 val2 = wm->regs[wm->ctl[n].reg2] & wm->ctl[n].mask2; in snd_wm8766_ctl_get()
251 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8766_ctl_put()
253 val = wm->regs[wm->ctl[n].reg1] & ~wm->ctl[n].mask1; in snd_wm8766_ctl_put()
257 wm->ctl[n].reg1 == wm->ctl[n].reg2) { in snd_wm8766_ctl_put()
261 snd_wm8766_write(wm, wm->ctl[n].reg1, val); in snd_wm8766_ctl_put()
264 wm->ctl[n].reg1 != wm->ctl[n].reg2) { in snd_wm8766_ctl_put()
[all …]
A Dwm8776.c25 wm->ops.write(wm, bus_addr, bus_data); in snd_wm8776_write()
434 snd_wm8776_write(wm, i, wm->regs[i]); in snd_wm8776_resume()
483 wm->ctl[n].get(wm, &val1, &val2); in snd_wm8776_ctl_get()
485 val1 = wm->regs[wm->ctl[n].reg1] & wm->ctl[n].mask1; in snd_wm8776_ctl_get()
488 val2 = wm->regs[wm->ctl[n].reg2] & wm->ctl[n].mask2; in snd_wm8776_ctl_get()
521 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8776_ctl_put()
523 val = wm->regs[wm->ctl[n].reg1] & ~wm->ctl[n].mask1; in snd_wm8776_ctl_put()
527 wm->ctl[n].reg1 == wm->ctl[n].reg2) { in snd_wm8776_ctl_put()
531 snd_wm8776_write(wm, wm->ctl[n].reg1, val); in snd_wm8776_ctl_put()
534 wm->ctl[n].reg1 != wm->ctl[n].reg2) { in snd_wm8776_ctl_put()
[all …]
A Dmaya44.c70 struct snd_wm8776 wm[2]; member
86 wm->regs[reg] = val; in wm8776_write()
96 val |= wm->regs[reg] & ~mask; in wm8776_write_bits()
97 if (val != wm->regs[reg]) { in wm8776_write_bits()
174 struct snd_wm8776 *wm = in maya_vol_get() local
189 struct snd_wm8776 *wm = in maya_vol_put() local
235 struct snd_wm8776 *wm = in maya_sw_get() local
247 struct snd_wm8776 *wm = in maya_sw_put() local
255 wm->switch_bits &= ~mask; in maya_sw_put()
258 wm->switch_bits |= mask; in maya_sw_put()
[all …]
A Dwm8766.h88 void (*write)(struct snd_wm8766 *wm, u16 addr, u16 data);
125 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2);
126 void (*get)(struct snd_wm8766 *wm, u16 *ch1, u16 *ch2);
141 void snd_wm8766_init(struct snd_wm8766 *wm);
142 void snd_wm8766_resume(struct snd_wm8766 *wm);
143 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac);
144 void snd_wm8766_volume_restore(struct snd_wm8766 *wm);
145 int snd_wm8766_build_controls(struct snd_wm8766 *wm);
A Dwm8776.h127 void (*write)(struct snd_wm8776 *wm, u8 addr, u8 data);
181 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2);
182 void (*get)(struct snd_wm8776 *wm, u16 *ch1, u16 *ch2);
203 void snd_wm8776_init(struct snd_wm8776 *wm);
204 void snd_wm8776_resume(struct snd_wm8776 *wm);
205 void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power);
206 void snd_wm8776_volume_restore(struct snd_wm8776 *wm);
207 int snd_wm8776_build_controls(struct snd_wm8776 *wm);
A Dpsc724.c104 static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) in psc724_wm8766_write() argument
106 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8766); in psc724_wm8766_write()
146 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data) in psc724_wm8776_write() argument
148 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8776); in psc724_wm8776_write()
/sound/soc/fsl/
A Dfsl_ssi.c1291 u32 wm = ssi->fifo_watermark; in fsl_ssi_hw_init() local
1298 SSI_SFCSR_TFWM0(wm) | SSI_SFCSR_RFWM0(wm) | in fsl_ssi_hw_init()
1299 SSI_SFCSR_TFWM1(wm) | SSI_SFCSR_RFWM1(wm)); in fsl_ssi_hw_init()
/sound/soc/codecs/
A DMakefile352 snd-soc-wm-adsp-y := wm_adsp.o
409 snd-soc-wm-hubs-y := wm_hubs.o
839 obj-$(CONFIG_SND_SOC_WM_ADSP) += snd-soc-wm-adsp.o
840 obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o

Completed in 32 milliseconds