Michael Krufky wrote: > Kirk Lapray wrote: > >> The reason it was hard coded only for this tuner is because I thought >> this was the only tuner that worked this way. Now that we know the >> A180 is also this way, and that these are the only NXT2004 based >> cards that I am aware of, it would probably be the easiest to just >> write directly to the tuner on all NXT2004 based card. Just put a >> switch statement to write to the tuner on NXT2004 based cards and to >> the NXT chip on NXT2002 based cards. This way we would not have to >> have to have to add another parameter. > > 1) If it is nxt2004, then use "direct pll write" method, if nxt2002, > use "nxt pll write" method. > > Sounds like this is the method preferred by Kirk, and the easiest one > to implement. This is probably the choice that makes the most sense. Done... I'm happy with this route. We can change to the callback method later on if necessary, but I dont think there will be any need. -Michael Krufky