Lines Matching +defs:val +defs:spec
249 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache()
257 static void wm_put(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put()
332 struct phase28_spec *spec = ice->spec; in wm_master_vol_get() local
344 struct phase28_spec *spec = ice->spec; in wm_master_vol_put() local
408 struct phase28_spec *spec; in phase28_init() local
479 struct phase28_spec *spec = ice->spec; in wm_vol_get() local
494 struct phase28_spec *spec = ice->spec; in wm_vol_put() local
535 struct phase28_spec *spec = ice->spec; in wm_mute_get() local
551 struct phase28_spec *spec = ice->spec; in wm_mute_put() local
559 int val = (spec->vol[ofs + i] & WM_VOL_MUTE) ? 0 : 1; in wm_mute_put() local
584 struct phase28_spec *spec = ice->spec; in wm_master_mute_get() local
597 struct phase28_spec *spec = ice->spec; in wm_master_mute_put() local
602 int val = (spec->master[i] & WM_VOL_MUTE) ? 0 : 1; in wm_master_mute_put() local
639 unsigned short val; in wm_pcm_vol_get() local