Searched refs:stac9460_2_get (Results 1 – 1 of 1) sorted by relevance
/linux/sound/pci/ice1712/ |
H A D | wtm.c | 55 static inline unsigned char stac9460_2_get(struct snd_ice1712 *ice, int reg) in stac9460_2_get() function 96 old = stac9460_2_get(ice, idx); in stac9460_dac_mute_all() 133 val = stac9460_2_get(ice, idx - 6); in stac9460_dac_mute_get() 164 old = stac9460_2_get(ice, idx - 6); in stac9460_dac_mute_put() 208 vol = stac9460_2_get(ice, idx - 6) & 0x7f; in stac9460_dac_vol_get() 238 tmp = stac9460_2_get(ice, idx - 6); in stac9460_dac_vol_put() 273 val = stac9460_2_get(ice, STAC946X_MIC_L_VOLUME + i); in stac9460_adc_mute_get() 302 old = stac9460_2_get(ice, reg); in stac9460_adc_mute_put() 343 vol = stac9460_2_get(ice, reg) & 0x0f; in stac9460_adc_vol_get() 373 ovol = 0x0f - stac9460_2_get(ice, reg); in stac9460_adc_vol_put() [all …]
|