All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] use V4L2 control framework for DVB tuner
@ 2014-02-04  1:39 Antti Palosaari
  2014-02-04  1:39 ` [PATCH 1/4] rtl28xxu: attach SDR module later Antti Palosaari
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Antti Palosaari @ 2014-02-04  1:39 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab, Hans Verkuil, Antti Palosaari

Mauro blamed a little my earlier solution where I provided runtime
tuner gain controls using DVB .set_config() callback. So here it is,
new solution which uses V4L2 control framework instead.

Hehe, implementation didn't look bad at all IMHO. It was a pretty
simple, but sounds strange as tuner sits on DVB API.

Antti

Antti Palosaari (4):
  rtl28xxu: attach SDR module later
  e4000: implement controls via v4l2 control framework
  rtl2832_sdr: use E4000 tuner controls via V4L framework
  e4000: remove .set_config() which was for controls

 drivers/media/tuners/e4000.c                     | 104 +++++++++++++++++++----
 drivers/media/tuners/e4000.h                     |  18 ++--
 drivers/media/tuners/e4000_priv.h                |  12 +++
 drivers/media/usb/dvb-usb-v2/rtl28xxu.c          |  21 ++++-
 drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c |  92 ++++++++------------
 5 files changed, 164 insertions(+), 83 deletions(-)

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-02-04 19:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04  1:39 [PATCH 0/4] use V4L2 control framework for DVB tuner Antti Palosaari
2014-02-04  1:39 ` [PATCH 1/4] rtl28xxu: attach SDR module later Antti Palosaari
2014-02-04  1:39 ` [PATCH 2/4] e4000: implement controls via v4l2 control framework Antti Palosaari
2014-02-04 18:43   ` Hans Verkuil
2014-02-04 19:41     ` Antti Palosaari
2014-02-04  1:39 ` [PATCH 3/4] rtl2832_sdr: use E4000 tuner controls via V4L framework Antti Palosaari
2014-02-04  1:40 ` [PATCH 4/4] e4000: remove .set_config() which was for controls Antti Palosaari

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.