Re: [PATCH v7 4/5] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-08-20 Thread pramodh ag
Hello, > +static ssize_t wl1273_fm_fops_write(struct file *file, const char __user *buf, > +                    size_t count, loff_t *ppos) > +{ > +    struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); > +    u16 val; > +    int r; > + > +    dev_dbg(radio->dev, "%s\n", __func

Re: [PATCH v7 4/5] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-08-12 Thread pramodh ag
Matti, > +/** > + * wl1273_fm_set_tx_power() -    Set the transmission power value. > + * @core:            A pointer to the device struct. > + * @power:            The new power value. > + */ > +static int wl1273_fm_set_tx_power(struct wl1273_core *core, u16 power) > +{ > +    int r; > + > +    i