Searched refs:stac9460_get (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/pci/ice1712/
H A Dwtm.c41 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) function
77 old = stac9460_get(ice, idx);
131 val = stac9460_get(ice, idx);
150 old = stac9460_get(ice, idx);
162 old = stac9460_get(ice, idx);
206 vol = stac9460_get(ice, idx) & 0x7f;
224 tmp = stac9460_get(ice, idx);
236 tmp = stac9460_get(ice, idx);
268 val = stac9460_get(ice, STAC946X_MIC_L_VOLUME + i);
292 old = stac9460_get(ic
[all...]
H A Dprodigy192.c66 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) function
83 old = stac9460_get(ice, idx);
104 val = stac9460_get(ice, idx);
152 vol = stac9460_get(ice, idx) & 0x7f;
170 tmp = stac9460_get(ice, idx);
196 val = stac9460_get(ice, STAC946X_MIC_L_VOLUME + i);
212 old = stac9460_get(ice, reg);
242 vol = stac9460_get(ice, reg) & 0x0f;
259 ovol = 0x0f - stac9460_get(ice, reg);
283 val = stac9460_get(ic
[all...]

Completed in 114 milliseconds