Searched refs:stac9460_2_put (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/pci/ice1712/ |
D | wtm.c | 63 static inline void stac9460_2_put(struct snd_ice1712 *ice, int reg, in stac9460_2_put() function 114 stac9460_2_put(ice, idx, new); in stac9460_dac_mute_all() 170 stac9460_2_put(ice, idx, new); in stac9460_dac_mute_put() 186 stac9460_2_put(ice, idx - 6, new); in stac9460_dac_mute_put() 243 stac9460_2_put(ice, idx, (0x7f - nvol) | (tmp & 0x80)); in stac9460_dac_vol_put() 260 stac9460_2_put(ice, idx-6, (0x7f - nvol) | in stac9460_dac_vol_put() 321 stac9460_2_put(ice, reg, new); in stac9460_adc_mute_put() 390 stac9460_2_put(ice, reg, (0x0f - nvol) | in stac9460_adc_vol_put() 443 stac9460_2_put(ice, STAC946X_GENERAL_PURPOSE, new); in stac9460_mic_sw_put() 478 stac9460_2_put(ice, STAC946X_MASTER_CLOCKING, new); in stac9460_set_rate_val() [all …]
|