]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
DVB: fix nxt200x rf input switching
authorMichael Krufky <mkrufky@linuxtv.org>
Thu, 29 Mar 2007 01:22:16 +0000 (21:22 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 Apr 2007 10:43:14 +0000 (03:43 -0700)
commit80e8196248a8945739759e36fece6227ba670993
treeb0168fcb7b076e21dc7d0f171c09d0472201a69b
parent88a214c46c49d1bd82716c370f3c289f2ca2324e
DVB: fix nxt200x rf input switching

DVB: fix nxt200x rf input switching

After dvb tuner refactoring, the pll buffer has been altered such that
the pll address is now stored in buf[0].  Instead of sending buf to
set_pll_input, we should send buf+1.

(cherry picked from commit f5ae29e284b328e0976789d5c199bbbe80e4b005)

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/dvb/frontends/nxt200x.c