dvbsrc: Use uint instead of int for frequency and symbol-rate properties
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Apr 2010 17:09:40 +0000 (19:09 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Apr 2010 17:09:40 +0000 (19:09 +0200)
commitee4baab1005dd9a12cc44e5560ef95c1360efa12
tree41a1d056b5b010a663cc04401e71dc6f7c0c2ced
parent840e1c5209a65280a16a0fce7db5d82734ec52b2
dvbsrc: Use uint instead of int for frequency and symbol-rate properties

The kernel API specifies them as uint32 and frequencies/symbol-rates greater
than 2^31 are actually needed sometimes.

Fixes bug #614475.
sys/dvb/gstdvbsrc.c