All of lore.kernel.org
 help / color / mirror / Atom feed
* tea575x-tuner improvements & use in maxiradio
@ 2012-02-05 13:17 Hans Verkuil
  2012-02-05 13:17 ` [RFCv1 PATCH 1/2] tea575x-tuner: update to latest V4L2 framework requirements Hans Verkuil
  2012-02-07 22:20   ` [alsa-devel] " Ondrej Zary
  0 siblings, 2 replies; 11+ messages in thread
From: Hans Verkuil @ 2012-02-05 13:17 UTC (permalink / raw)
  To: linux-media; +Cc: Ondrej Zary, alsa-devel

These patches improve the tea575x-tuner module to make it up to date with
the latest V4L2 frameworks.

The maxiradio driver has also been converted to use the tea575x-tuner and
I've used that card to test it.

Unfortunately, this card can't read the data pin, so the new hardware seek
functionality has been tested only partially (yes, it seeks, but when it finds
a channel I can't read back the frequency).

Ondrej, are you able to test these patches for the sound cards that use this
tea575x tuner?

Note that these two patches rely on other work that I did and that hasn't been
merged yet. So it is best to pull from my git tree:

http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/radio-pci2

You can use the v4l-utils repository (http://git.linuxtv.org/v4l-utils.git) to
test the drivers: the v4l2-compliance test should succeed and with v4l2-ctl you
can test the hardware seek:

To seek down:

v4l2-ctl -d /dev/radio0 --freq-seek=dir=0

To seek up:

v4l2-ctl -d /dev/radio0 --freq-seek=dir=1

To do the compliance test:

v4l2-compliance -r /dev/radio0

Regards,

	Hans

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

end of thread, other threads:[~2012-02-09 22:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-05 13:17 tea575x-tuner improvements & use in maxiradio Hans Verkuil
2012-02-05 13:17 ` [RFCv1 PATCH 1/2] tea575x-tuner: update to latest V4L2 framework requirements Hans Verkuil
2012-02-05 13:17   ` [RFCv1 PATCH 2/2] radio-maxiradio: use the tea575x framework Hans Verkuil
2012-02-07 22:20 ` tea575x-tuner improvements & use in maxiradio Ondrej Zary
2012-02-07 22:20   ` [alsa-devel] " Ondrej Zary
2012-02-08  7:29   ` Hans Verkuil
2012-02-08  7:56     ` Ondrej Zary
2012-02-08 19:57     ` Ondrej Zary
2012-02-08 20:30       ` Hans Verkuil
2012-02-08 21:03         ` Ondrej Zary
2012-02-09 22:45     ` Ondrej Zary

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.