Hello.
On Tue, 2010-07-06 at 04:03 +0200, ext Mauro Carvalho Chehab wrote:
> Em 04-06-2010 07:34, Matti J. Aaltonen escreveu:
> > +
> > +#define V4L2_CID_FM_RX_BAND
> > (V4L2_CID_FM_TX_CLASS_BASE + 1)
> > +enum v4l2_fm_rx_band {
> > + V4L2_FM_BAND_OTHER = 0,
Hello and
thanks for the comments Mauro... One quick comment:
On Tue, 2010-07-06 at 04:34 +0200, ext Mauro Carvalho Chehab wrote:
> > + core->rx_frequency =
> > + bands[core->band].bottom_frequency +
> > + freq * 50;
> >
Hello Hans,
thank you for the comments.
On Fri, 2010-04-23 at 11:16 +0200, ext Hans Verkuil wrote:
> On Tuesday 20 April 2010 17:20:04 Matti J. Aaltonen wrote:
> > Hi.
> >
> > This is the initial version of my driver for Texas Instruments
> > WL1273 FM receiver transmitter. The driver is divided
Hello.
Thanks for the comments.
On Tue, 2010-04-20 at 21:33 +0200, ext Jonathan Corbet wrote:
> On Tue, 20 Apr 2010 18:20:05 +0300
> "Matti J. Aaltonen" wrote:
>
> > This is a parent driver for two child drivers: the V4L2 driver and
> > the ALSA codec driver. The MFD part provides the I2C commu
Hi.
On Mon, 2010-03-08 at 19:03 +0100, ext Hans Verkuil wrote:
> On Monday 08 March 2010 13:44:25 m7aalton wrote:
> > Hello.
> >
> > I'm writing a radio driver which uses subdevice file operations to
> > handle RDS reception and transmission. Some IOCTL call-backs
Hello.
I'm writing a radio driver which uses subdevice file operations to
handle RDS reception and transmission. Some IOCTL call-backs to the main
device are easy to pass to the subdevice driver. To me it seems that
adding the fops pointer to the following struct in v4l2-subdev.h would
make passin
HI.
On Wed, 2010-03-03 at 15:55 +0100, ext Mauro Carvalho Chehab wrote:
> m7aalton wrote:
> > Hello.
> >
> > On Tue, 2010-03-02 at 20:08 +0100, ext Mauro Carvalho Chehab wrote:
> >> m7aalton wrote:
> >>> Hi.
> >>>
> >>> Is
Hello.
On Tue, 2010-03-02 at 20:08 +0100, ext Mauro Carvalho Chehab wrote:
> m7aalton wrote:
> > Hi.
> >
> > Is it possible to access the linuxtv.org git repositories using http?
> > I tried to do this:
> >
> > git remote add linuxtv git://linuxtv.org/v4l
Hi.
Is it possible to access the linuxtv.org git repositories using http?
I tried to do this:
git remote add linuxtv git://linuxtv.org/v4l-dvb.git
using http, but I couldn't figure out a working address.
Thank you,
Matti Aaltonen
--
To unsubscribe from this list: send the line "unsubscribe
Hello.
I have been writing this FM radio driver and I'm now trying to implement
it as a platform driver that passes IOCTL calls to a subdevice driver
that handles the communication with the hardware etc.
For IOCTLs there's a macro v4l2_device_call_until_err in v4l2-device.h
that makes the calls
Hi.
I have written a driver for the TI WL1273 FM Radio but it's not yet
quite ready for up-streaming because of its interface. Now I've started
to change the interface to v4l2 and I'm following Eduardo Valentin's
Si4713 TX driver as an example. However, WL1273 radio has RX and TX so
there are thin
Fixed two typos.
Signed-off-by: Matti J. Aaltonen
diff -r 5582a6427a41 -r ff80edccfe24 linux/drivers/media/radio/Kconfig
--- a/linux/drivers/media/radio/Kconfig Tue Sep 01 22:16:23 2009 +0200
+++ b/linux/drivers/media/radio/Kconfig Fri Sep 11 10:25:13 2009 +0300
@@ -346,7 +346,7 @@
---he
On Sat, 2009-08-08 at 13:10 +0200, Valentin Eduardo (Nokia-D/Helsinki)
wrote:
> Simple add Makefile and Kconfig entries.
>
...
> + Say Y here if you want support to Si4713 FM Radio Transmitter.
> + This device can transmit audio through FM. It can transmit
> + EDS and EBDS sign
Hello.
On Sat, 2009-08-08 at 13:10 +0200, Valentin Eduardo (Nokia-D/Helsinki)
wrote:
...
> +/*
> + * I2C driver interface
> + */
> +/* si4713_probe - probe for the device */
> +static int si4713_probe(struct i2c_client *client,
> + const struct i2c_device_id
Hi.
On Mon, 2009-07-27 at 17:12 +0200, Valentin Eduardo (Nokia-D/Helsinki)
wrote:
> This patch adds files to control si4713 devices.
> Internal functions to control device properties
> + */
> +/* si4713_probe - probe for the device */
> +static int si4713_probe(struct i2c_client *client,
>
15 matches
Mail list logo