Lines Matching refs:wm_get
67 static unsigned short wm_get(struct snd_ice1712 *ice, int reg) in wm_get() function
117 val = wm_get(ice, WM_DAC_ATTEN_L + i) & 0xff; in wm_dac_vol_get()
136 oval = wm_get(ice, idx) & 0xff; in wm_dac_vol_put()
172 val = wm_get(ice, WM_ADC_ATTEN_L + i) & 0xff; in wm_adc_vol_get()
191 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put()
212 ucontrol->value.integer.value[0] = (wm_get(ice, WM_ADC_MUX) & (1 << bit)) ? 1 : 0; in wm_adc_mux_get()
225 nval = oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
248 ucontrol->value.integer.value[0] = (wm_get(ice, WM_OUT_MUX) & 0x04) ? 1 : 0; in wm_bypass_get()
260 val = oval = wm_get(ice, WM_OUT_MUX); in wm_bypass_put()
283 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL1) & 0xf0) != 0x90; in wm_chswap_get()
295 oval = wm_get(ice, WM_DAC_CTRL1); in wm_chswap_put()
640 val = wm_get(ice, reg); in wm_proc_regs_read()