From: Trent Piepho Date: Mon, 19 Mar 2007 05:24:09 +0000 (-0300) Subject: V4L/DVB (5457): Dvb-pll: Replace sleep function with a more capable one X-Git-Tag: v2.6.22-rc1~1118^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d519dcf61ed55bcfb947a31122cea068a73ad974;p=pandora-kernel.git V4L/DVB (5457): Dvb-pll: Replace sleep function with a more capable one The dvb-pll sleep function could only send a 2-byte sequence to the PLL. This isn't enough in some cases, for example fmd1216me will need to send a 4-byte command to set both BB and AB to the correct values. Instead of using a fake band with a frequency of 0 to store the sleep data (which has room for only two bytes), the new sleep function works like the init function. A new pointer is added to the pll description, and when non-NULL points to a buffer with the length and data to send. Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed