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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dopl3sa2.c361 static inline int ret_vol_stereo(int left, int right) function
400 value = ret_vol_stereo(devc->volume_l, devc->volume_r);
446 value = ret_vol_stereo(devc->volume_l, devc->volume_r);
472 value = ret_vol_stereo(devc->bass_l, devc->bass_r);
477 value = ret_vol_stereo(devc->treble_l, devc->treble_r);
482 value = ret_vol_stereo(devc->wide_l, devc->wide_r);
H A Dpss.c499 static int ret_vol_stereo(int left, int right) function
552 return ret_vol_stereo(devc->mixer.volume_l,
616 or_mask = ret_vol_stereo(devc->mixer.volume_l, devc->mixer.volume_r);

Completed in 51 milliseconds