• Home
  • Raw
  • Download

Lines Matching refs:stereo

286 	int stereo = (kcontrol->private_value >> 24) & 1;  in snd_pmac_burgundy_info_gain()  local
288 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_gain()
299 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_gain() local
307 if (stereo) in snd_pmac_burgundy_get_gain()
317 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_gain() local
325 if (stereo) in snd_pmac_burgundy_put_gain()
335 #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ argument
340 .private_value = (ADDR2BASE(addr) | ((stereo) << 24) | ((atten) << 25)) }
348 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_w() local
350 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_w()
363 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_w() local
366 if (stereo) in snd_pmac_burgundy_get_switch_w()
378 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_w() local
381 val = oval & ~(lmask | (stereo ? rmask : 0)); in snd_pmac_burgundy_put_switch_w()
384 if (stereo && ucontrol->value.integer.value[1]) in snd_pmac_burgundy_put_switch_w()
390 #define BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) \ argument
396 | (ADDR2BASE(addr) << 16) | ((stereo) << 24)) }
404 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_b() local
406 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_b()
419 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_b() local
422 if (stereo) in snd_pmac_burgundy_get_switch_b()
434 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_b() local
440 if (stereo && ucontrol->value.integer.value[1]) in snd_pmac_burgundy_put_switch_b()
446 #define BURGUNDY_SWITCH_B(xname, xindex, addr, lmask, rmask, stereo) \ argument
452 | (ADDR2BASE(addr) << 16) | ((stereo) << 24)) }