Lines Matching defs:stereo
286 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_gain() local
299 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_gain() local
317 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_gain() local
335 #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ argument
348 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_w() local
363 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_w() local
378 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_w() local
390 #define BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) \ argument
404 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_b() local
419 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_b() local
434 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_b() local
446 #define BURGUNDY_SWITCH_B(xname, xindex, addr, lmask, rmask, stereo) \ argument