Searched refs:stac9460_put (Results 1 – 1 of 1) sorted by relevance
/linux/sound/pci/ice1712/ |
H A D | wtm.c | 35 static inline void stac9460_put(struct snd_ice1712 *ice, int reg, in stac9460_put() function 81 stac9460_put(ice, idx, new); in stac9460_dac_mute_all() 155 stac9460_put(ice, idx, new); in stac9460_dac_mute_put() 170 stac9460_put(ice, idx, new); in stac9460_dac_mute_put() 228 stac9460_put(ice, idx, (0x7f - nvol) | (tmp & 0x80)); in stac9460_dac_vol_put() 243 stac9460_put(ice, idx, (0x7f - nvol) | in stac9460_dac_vol_put() 297 stac9460_put(ice, reg, new); in stac9460_adc_mute_put() 366 stac9460_put(ice, reg, (0x0f - nvol) | in stac9460_adc_vol_put() 427 stac9460_put(ice, STAC946X_GENERAL_PURPOSE, new); in stac9460_mic_sw_put() 463 stac9460_put(ice, STAC946X_MASTER_CLOCKING, new); in stac9460_set_rate_val() [all …]
|