Lines Matching refs:stac9460_get
55 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) in stac9460_get() function
91 old = stac9460_get(ice, idx); in stac9460_dac_mute_all()
145 val = stac9460_get(ice, idx); in stac9460_dac_mute_get()
164 old = stac9460_get(ice, idx); in stac9460_dac_mute_put()
176 old = stac9460_get(ice, idx); in stac9460_dac_mute_put()
220 vol = stac9460_get(ice, idx) & 0x7f; in stac9460_dac_vol_get()
238 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put()
250 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put()
282 val = stac9460_get(ice, STAC946X_MIC_L_VOLUME + i); in stac9460_adc_mute_get()
306 old = stac9460_get(ice, reg); in stac9460_adc_mute_put()
351 vol = stac9460_get(ice, reg) & 0x0f; in stac9460_adc_vol_get()
377 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put()
418 val = stac9460_get(ice, STAC946X_GENERAL_PURPOSE); in stac9460_mic_sw_get()
434 old = stac9460_get(ice, STAC946X_GENERAL_PURPOSE); in stac9460_mic_sw_put()
467 old = stac9460_get(ice, STAC946X_MASTER_CLOCKING); in stac9460_set_rate_val()