Lines Matching refs:wm_get
602 static unsigned short wm_get(struct snd_ice1712 *ice, int reg) in wm_get() function
647 ucontrol->value.integer.value[0] = (wm_get(ice, WM_OUT_MUX1) >> 1) & 0x01; in aureon_ac97_mmute_get()
661 ovol = wm_get(ice, WM_OUT_MUX1); in aureon_ac97_mmute_put()
708 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? 0 : 1; in wm_pcm_mute_get()
720 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
948 val = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_get()
966 ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_put()
989 val = wm_get(ice, WM_ADC_GAIN + i); in wm_adc_mute_get()
1004 old = wm_get(ice, WM_ADC_GAIN + i); in wm_adc_mute_put()
1037 vol = wm_get(ice, idx) & 0x1f; in wm_adc_vol_get()
1055 ovol = wm_get(ice, idx); in wm_adc_vol_put()
1101 val = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_get()
1115 oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
1332 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) == 0xf; in aureon_deemp_get()
1340 temp2 = temp = wm_get(ice, WM_DAC_CTRL2); in aureon_deemp_put()
1365 ucontrol->value.enumerated.item[0] = (wm_get(ice, WM_MASTER) & 0x8) == 0x8; in aureon_oversampling_get()
1374 temp2 = temp = wm_get(ice, WM_MASTER); in aureon_oversampling_put()