https://github.com/torvalds/linux
Revision e99d3438e4db1ef9e4cae5ad3946c76f4ffd268d authored by Jiri Benc on 07 May 2005, 04:30:42 UTC, committed by Linus Torvalds on 07 May 2005, 05:09:28 UTC
In VIDIOC_S_FREQUENCY command in tuner-core.c, t->freq is set to a new
value before calling set_freq().  This is not necessary, as set_freq() sets
t->freq itself.  Moreover, it causes problems with Philips tuners, as they
need to take into consideration difference between previous and new
frequency.

Signed-off-by: Jiri Benc <jbenc@suse.cz>
Cc: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent b272125
History
Tip revision: e99d3438e4db1ef9e4cae5ad3946c76f4ffd268d authored by Jiri Benc on 07 May 2005, 04:30:42 UTC
[PATCH] video/tuner: fix tuner->freq updating
Tip revision: e99d343

README

back to top