sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value repeated...
authorClive Wright <clive_wright@ntlworld.com>
Thu, 8 May 2008 19:16:17 +0000 (19:16 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 May 2010 18:02:53 +0000 (19:02 +0100)
commit0e4d8ef5fe0df792109c0a8349dd74fb678fe318
tree3854b1c775eeeeba1172e9f605873d6f01cb8301
parentb33c37c2561780e106085534c2b748144f7280de
sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value repeated in the upper bits, so mask those o...

Original commit message from CVS:
Based on patch by: Clive Wright <clive_wright ntlworld com>
* sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
Apparently mono sliders have the mono value repeated in the upper bits,
so mask those out when reading them. Probably makes the mixer applet
work properly in some more cases.
sys/oss4/oss4-mixer-slider.c