Searched refs:stac9460_get (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/pci/ice1712/ |
| H A D | wtm.c | 41 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) in stac9460_get() function 77 old = stac9460_get(ice, idx); in stac9460_dac_mute_all() 131 val = stac9460_get(ice, idx); in stac9460_dac_mute_get() 149 old = stac9460_get(ice, idx); in stac9460_dac_mute_put() 161 old = stac9460_get(ice, idx); in stac9460_dac_mute_put() 205 vol = stac9460_get(ice, idx) & 0x7f; in stac9460_dac_vol_get() 223 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put() 235 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put() 267 val = stac9460_get(ice, STAC946X_MIC_L_VOLUME + i); in stac9460_adc_mute_get() 291 old = stac9460_get(ice, reg); in stac9460_adc_mute_put() [all …]
|
| H A D | prodigy192.c | 66 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) in stac9460_get() function 83 old = stac9460_get(ice, idx); in stac9460_dac_mute() 104 val = stac9460_get(ice, idx); in stac9460_dac_mute_get() 150 vol = stac9460_get(ice, idx) & 0x7f; in stac9460_dac_vol_get() 168 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put() 189 val = stac9460_get(ice, STAC946X_MIC_L_VOLUME + i); in stac9460_adc_mute_get() 205 old = stac9460_get(ice, reg); in stac9460_adc_mute_put() 235 vol = stac9460_get(ice, reg) & 0x0f; in stac9460_adc_vol_get() 252 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put() 276 val = stac9460_get(ice, STAC946X_GENERAL_PURPOSE); in stac9460_mic_sw_get() [all …]
|