Searched refs:stac9460_put (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/pci/ice1712/ |
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 …]
|
D | prodigy192.c | 61 static inline void stac9460_put(struct snd_ice1712 *ice, int reg, unsigned char val) in stac9460_put() function 88 stac9460_put(ice, idx, new); in stac9460_dac_mute() 179 stac9460_put(ice, idx, (0x7f - nvol) | (tmp & 0x80)); in stac9460_dac_vol_put() 216 stac9460_put(ice, reg, new); in stac9460_adc_mute_put() 262 stac9460_put(ice, reg, (0x0f - nvol) | (ovol & ~0x0f)); in stac9460_adc_vol_put() 298 stac9460_put(ice, STAC946X_GENERAL_PURPOSE, new); in stac9460_mic_sw_put() 330 stac9460_put(ice, STAC946X_MASTER_CLOCKING, new); in stac9460_set_rate_val() 733 stac9460_put(ice, p[0], p[1]); in prodigy192_init()
|