Lines Matching refs:wm_get
81 static unsigned short wm_get(struct snd_ice1712 *ice, int reg) in wm_get() function
131 val = wm_get(ice, WM_DAC_ATTEN_L + i) & 0xff; in wm_dac_vol_get()
150 oval = wm_get(ice, idx) & 0xff; in wm_dac_vol_put()
186 val = wm_get(ice, WM_ADC_ATTEN_L + i) & 0xff; in wm_adc_vol_get()
205 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put()
226 ucontrol->value.integer.value[0] = (wm_get(ice, WM_ADC_MUX) & (1 << bit)) ? 1 : 0; in wm_adc_mux_get()
239 nval = oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
262 ucontrol->value.integer.value[0] = (wm_get(ice, WM_OUT_MUX) & 0x04) ? 1 : 0; in wm_bypass_get()
274 val = oval = wm_get(ice, WM_OUT_MUX); in wm_bypass_put()
297 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL1) & 0xf0) != 0x90; in wm_chswap_get()
309 oval = wm_get(ice, WM_DAC_CTRL1); in wm_chswap_put()
654 val = wm_get(ice, reg); in wm_proc_regs_read()