Lines Matching refs:wm_put
624 static void wm_put(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put() function
665 wm_put(ice, WM_OUT_MUX1, nvol); in aureon_ac97_mmute_put()
694 wm_put(ice, index, nvol); in wm_set_vol()
724 wm_put(ice, WM_MUTE, nval); in wm_pcm_mute_put()
968 wm_put(ice, WM_DAC_DIG_MASTER_ATTEN, nvol); /* prelatch */ in wm_pcm_vol_put()
1007 wm_put(ice, WM_ADC_GAIN + i, new); in wm_adc_mute_put()
1057 wm_put(ice, idx, nvol | (ovol & ~0x1f)); in wm_adc_vol_put()
1121 wm_put(ice, WM_ADC_MUX, nval); in wm_adc_mux_put()
1346 wm_put(ice, WM_DAC_CTRL2, temp); in aureon_deemp_put()
1382 wm_put(ice, WM_MASTER, temp); in aureon_oversampling_put()
2039 wm_put(ice, p[0], p[1]); in aureon_reset()