Searched refs:stac9460_put (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/pci/ice1712/ |
D | wtm.c | 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() [all …]
|
D | prodigy192.c | 75 static inline void stac9460_put(struct snd_ice1712 *ice, int reg, unsigned char val) in stac9460_put() function 102 stac9460_put(ice, idx, new); in stac9460_dac_mute() 193 stac9460_put(ice, idx, (0x7f - nvol) | (tmp & 0x80)); in stac9460_dac_vol_put() 230 stac9460_put(ice, reg, new); in stac9460_adc_mute_put() 276 stac9460_put(ice, reg, (0x0f - nvol) | (ovol & ~0x0f)); in stac9460_adc_vol_put() 312 stac9460_put(ice, STAC946X_GENERAL_PURPOSE, new); in stac9460_mic_sw_put() 344 stac9460_put(ice, STAC946X_MASTER_CLOCKING, new); in stac9460_set_rate_val() 748 stac9460_put(ice, p[0], p[1]); in prodigy192_init()
|