Searched refs:stac9460_get (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ice1712/ |
D | wtm.c | 55 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) in stac9460_get() function 91 old = stac9460_get(ice, idx); in stac9460_dac_mute_all() 145 val = stac9460_get(ice, idx); in stac9460_dac_mute_get() 164 old = stac9460_get(ice, idx); in stac9460_dac_mute_put() 176 old = stac9460_get(ice, idx); in stac9460_dac_mute_put() 220 vol = stac9460_get(ice, idx) & 0x7f; in stac9460_dac_vol_get() 238 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put() 250 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put() 282 val = stac9460_get(ice, STAC946X_MIC_L_VOLUME + i); in stac9460_adc_mute_get() 306 old = stac9460_get(ice, reg); in stac9460_adc_mute_put() [all …]
|
D | prodigy192.c | 80 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) in stac9460_get() function 97 old = stac9460_get(ice, idx); in stac9460_dac_mute() 118 val = stac9460_get(ice, idx); in stac9460_dac_mute_get() 166 vol = stac9460_get(ice, idx) & 0x7f; in stac9460_dac_vol_get() 184 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put() 210 val = stac9460_get(ice, STAC946X_MIC_L_VOLUME + i); in stac9460_adc_mute_get() 226 old = stac9460_get(ice, reg); in stac9460_adc_mute_put() 256 vol = stac9460_get(ice, reg) & 0x0f; in stac9460_adc_vol_get() 273 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put() 297 val = stac9460_get(ice, STAC946X_GENERAL_PURPOSE); in stac9460_mic_sw_get() [all …]
|