Lines Matching refs:stac9460_put
49 static inline void stac9460_put(struct snd_ice1712 *ice, int reg, in stac9460_put() function
95 stac9460_put(ice, idx, new); in stac9460_dac_mute_all()
169 stac9460_put(ice, idx, new); in stac9460_dac_mute_put()
184 stac9460_put(ice, idx, new); in stac9460_dac_mute_put()
242 stac9460_put(ice, idx, (0x7f - nvol) | (tmp & 0x80)); in stac9460_dac_vol_put()
257 stac9460_put(ice, idx, (0x7f - nvol) | in stac9460_dac_vol_put()
311 stac9460_put(ice, reg, new); in stac9460_adc_mute_put()
380 stac9460_put(ice, reg, (0x0f - nvol) | in stac9460_adc_vol_put()
441 stac9460_put(ice, STAC946X_GENERAL_PURPOSE, new); in stac9460_mic_sw_put()
477 stac9460_put(ice, STAC946X_MASTER_CLOCKING, new); in stac9460_set_rate_val()
608 stac9460_put(ice, p[0], p[1]); in wtm_init()