Searched refs:stac9460_2_get (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/pci/ice1712/ |
D | wtm.c | 69 static inline unsigned char stac9460_2_get(struct snd_ice1712 *ice, int reg) in stac9460_2_get() function 110 old = stac9460_2_get(ice, idx); in stac9460_dac_mute_all() 147 val = stac9460_2_get(ice, idx - 6); in stac9460_dac_mute_get() 178 old = stac9460_2_get(ice, idx - 6); in stac9460_dac_mute_put() 222 vol = stac9460_2_get(ice, idx - 6) & 0x7f; in stac9460_dac_vol_get() 252 tmp = stac9460_2_get(ice, idx - 6); in stac9460_dac_vol_put() 287 val = stac9460_2_get(ice, STAC946X_MIC_L_VOLUME + i); in stac9460_adc_mute_get() 316 old = stac9460_2_get(ice, reg); in stac9460_adc_mute_put() 357 vol = stac9460_2_get(ice, reg) & 0x0f; in stac9460_adc_vol_get() 387 ovol = 0x0f - stac9460_2_get(ice, reg); in stac9460_adc_vol_put() [all …]
|