sound/oss: fix sparse warnings: different signedness
authorHannes Eder <hannes@hanneseder.net>
Wed, 25 Feb 2009 21:29:29 +0000 (22:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Feb 2009 08:55:17 +0000 (09:55 +0100)
commit5d44aa4c7322e0cda6d71cc3f0dffaceea0daae5
tree66b87d15c67b7cff901d2c17eb3d0e481bab2198
parenteca985d28e1a8092ba2686ec5485fd688df5cfb3
sound/oss: fix sparse warnings: different signedness

Impact: Change signature of 'set_volume_stereo' and 'set_volume_mono'.

Fix this sparse warnings:
  sound/oss/pss.c:545:42: warning: incorrect type in argument 2 (different signedness)
  sound/oss/pss.c:546:42: warning: incorrect type in argument 3 (different signedness)
  sound/oss/pss.c:554:59: warning: incorrect type in argument 2 (different signedness)
  sound/oss/pss.c:560:59: warning: incorrect type in argument 2 (different signedness)
  sound/oss/pss.c:566:59: warning: incorrect type in argument 2 (different signedness)

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/pss.c