V4L/DVB (3537a): Whitespace cleanup
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
4caba4261f
commit
a8733ca514
8 changed files with 125 additions and 122 deletions
|
@ -334,8 +334,8 @@ static struct saa7146_standard standard[] = {
|
||||||
static struct saa7146_extension extension;
|
static struct saa7146_extension extension;
|
||||||
|
|
||||||
static struct saa7146_pci_extension_data dpc = {
|
static struct saa7146_pci_extension_data dpc = {
|
||||||
.ext_priv = "Multimedia eXtension Board",
|
.ext_priv = "Multimedia eXtension Board",
|
||||||
.ext = &extension,
|
.ext = &extension,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct pci_device_id pci_tbl[] = {
|
static struct pci_device_id pci_tbl[] = {
|
||||||
|
|
|
@ -431,7 +431,7 @@ static int mxb_init_done(struct saa7146_dev* dev)
|
||||||
|
|
||||||
/* this is ugly, but because of the fact that this is completely
|
/* this is ugly, but because of the fact that this is completely
|
||||||
hardware dependend, it should be done directly... */
|
hardware dependend, it should be done directly... */
|
||||||
saa7146_write(dev, DD1_STREAM_B, 0x00000000);
|
saa7146_write(dev, DD1_STREAM_B, 0x00000000);
|
||||||
saa7146_write(dev, DD1_INIT, 0x02000200);
|
saa7146_write(dev, DD1_INIT, 0x02000200);
|
||||||
saa7146_write(dev, MC2, (MASK_09 | MASK_25 | MASK_10 | MASK_26));
|
saa7146_write(dev, MC2, (MASK_09 | MASK_25 | MASK_10 | MASK_26));
|
||||||
|
|
||||||
|
@ -894,11 +894,11 @@ static int mxb_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg)
|
||||||
struct v4l2_audio *a = arg;
|
struct v4l2_audio *a = arg;
|
||||||
|
|
||||||
if( a->index < 0 || a->index > MXB_INPUTS ) {
|
if( a->index < 0 || a->index > MXB_INPUTS ) {
|
||||||
DEB_D(("VIDIOC_G_AUDIO %d out of range.\n",a->index));
|
DEB_D(("VIDIOC_G_AUDIO %d out of range.\n",a->index));
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEB_EE(("VIDIOC_G_AUDIO %d.\n",a->index));
|
DEB_EE(("VIDIOC_G_AUDIO %d.\n",a->index));
|
||||||
memcpy(a, &mxb_audios[video_audio_connect[mxb->cur_input]], sizeof(struct v4l2_audio));
|
memcpy(a, &mxb_audios[video_audio_connect[mxb->cur_input]], sizeof(struct v4l2_audio));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -928,7 +928,7 @@ static int std_callback(struct saa7146_dev* dev, struct saa7146_standard *std)
|
||||||
v4l2_std_id std = V4L2_STD_PAL_I;
|
v4l2_std_id std = V4L2_STD_PAL_I;
|
||||||
DEB_D(("VIDIOC_S_STD: setting mxb for PAL_I.\n"));
|
DEB_D(("VIDIOC_S_STD: setting mxb for PAL_I.\n"));
|
||||||
/* set the 7146 gpio register -- I don't know what this does exactly */
|
/* set the 7146 gpio register -- I don't know what this does exactly */
|
||||||
saa7146_write(dev, GPIO_CTRL, 0x00404050);
|
saa7146_write(dev, GPIO_CTRL, 0x00404050);
|
||||||
/* unset the 7111 gpio register -- I don't know what this does exactly */
|
/* unset the 7111 gpio register -- I don't know what this does exactly */
|
||||||
mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &zero);
|
mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &zero);
|
||||||
mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_STD, &std);
|
mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_STD, &std);
|
||||||
|
@ -936,7 +936,7 @@ static int std_callback(struct saa7146_dev* dev, struct saa7146_standard *std)
|
||||||
v4l2_std_id std = V4L2_STD_PAL_BG;
|
v4l2_std_id std = V4L2_STD_PAL_BG;
|
||||||
DEB_D(("VIDIOC_S_STD: setting mxb for PAL/NTSC/SECAM.\n"));
|
DEB_D(("VIDIOC_S_STD: setting mxb for PAL/NTSC/SECAM.\n"));
|
||||||
/* set the 7146 gpio register -- I don't know what this does exactly */
|
/* set the 7146 gpio register -- I don't know what this does exactly */
|
||||||
saa7146_write(dev, GPIO_CTRL, 0x00404050);
|
saa7146_write(dev, GPIO_CTRL, 0x00404050);
|
||||||
/* set the 7111 gpio register -- I don't know what this does exactly */
|
/* set the 7111 gpio register -- I don't know what this does exactly */
|
||||||
mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &one);
|
mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &one);
|
||||||
mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_STD, &std);
|
mxb->tuner->driver->command(mxb->tuner, VIDIOC_S_STD, &std);
|
||||||
|
@ -969,8 +969,8 @@ static struct saa7146_standard standard[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct saa7146_pci_extension_data mxb = {
|
static struct saa7146_pci_extension_data mxb = {
|
||||||
.ext_priv = "Multimedia eXtension Board",
|
.ext_priv = "Multimedia eXtension Board",
|
||||||
.ext = &extension,
|
.ext = &extension,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct pci_device_id pci_tbl[] = {
|
static struct pci_device_id pci_tbl[] = {
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
@ -222,7 +223,7 @@ static int detach(struct i2c_client *client)
|
||||||
|
|
||||||
static struct i2c_driver driver = {
|
static struct i2c_driver driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "tda9840",
|
.name = "tda9840",
|
||||||
},
|
},
|
||||||
.id = I2C_DRIVERID_TDA9840,
|
.id = I2C_DRIVERID_TDA9840,
|
||||||
.attach_adapter = attach,
|
.attach_adapter = attach,
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
Foundation, Inc., 675 Mvss Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mvss Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
@ -191,7 +192,7 @@ static int command(struct i2c_client *client, unsigned int cmd, void *arg)
|
||||||
|
|
||||||
static struct i2c_driver driver = {
|
static struct i2c_driver driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "tea6415c",
|
.name = "tea6415c",
|
||||||
},
|
},
|
||||||
.id = I2C_DRIVERID_TEA6415C,
|
.id = I2C_DRIVERID_TEA6415C,
|
||||||
.attach_adapter = attach,
|
.attach_adapter = attach,
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
@ -167,7 +168,7 @@ static int command(struct i2c_client *client, unsigned int cmd, void *arg)
|
||||||
|
|
||||||
static struct i2c_driver driver = {
|
static struct i2c_driver driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "tea6420",
|
.name = "tea6420",
|
||||||
},
|
},
|
||||||
.id = I2C_DRIVERID_TEA6420,
|
.id = I2C_DRIVERID_TEA6420,
|
||||||
.attach_adapter = attach,
|
.attach_adapter = attach,
|
||||||
|
|
Loading…
Reference in a new issue