[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080227065251.3b2e4516@areia>
Date: Wed, 27 Feb 2008 06:52:51 -0300
From: Mauro Carvalho Chehab <mchehab@...radead.org>
To: Robert Fitzsimons <robfitz@...k.net>
Cc: Bongani Hlope <bonganilinux@...b.co.za>,
video4linux-list@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] bttv: Re-enabling radio support requires the use of
struct bttv_fh.
On Wed, 27 Feb 2008 01:47:29 +0000
Robert Fitzsimons <robfitz@...k.net> wrote:
> A number of the radio tuner ioctl functions are shared with the TV
> tuner, these functions require a struct bttv_fh data structure to be
> allocated and initialized.
>
> Signed-off-by: Robert Fitzsimons <robfitz@...k.net>
> ---
> drivers/media/video/bt8xx/bttv-driver.c | 21 ++++++++++++++++-----
> 1 files changed, 16 insertions(+), 5 deletions(-)
>
>
> Mauro, the radio_open function may want to do more initialisation then
> the amount I copied from bttv_open.
Maybe, but the proper way would be to use just one open for both radio and
video, like cx88. This driver violates V4L2 API, since the spec says that
opening /dev/radio will select radio, by default, but it is possible to listen
video also on that interface (the opposite is valid also for /dev/video).
I'll apply the fixes, for now. The better would be if you could try to use the
same approach present on cx88.
Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists