diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:37:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:20 -0500 |
commit | 4ac97914c6c35f6bf132071c718e034d0846b9f5 (patch) | |
tree | 98c7eb827bb8ba99730ed89d32703a30448fd813 /drivers/media/video/tvaudio.c | |
parent | a8900fc242406f25f315190a6d650f1d54617c2f (diff) |
[PATCH] v4l: 800: whitespace cleanups
- Whitespace Cleanups.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tvaudio.c')
-rw-r--r-- | drivers/media/video/tvaudio.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/media/video/tvaudio.c b/drivers/media/video/tvaudio.c index 1c31ef52f863..e1639a24f77f 100644 --- a/drivers/media/video/tvaudio.c +++ b/drivers/media/video/tvaudio.c | |||
@@ -458,8 +458,8 @@ static void tda9840_setmode(struct CHIPSTATE *chip, int mode) | |||
458 | #define TDA9855_LOUD 1<<5 /* Loudness, 1==off */ | 458 | #define TDA9855_LOUD 1<<5 /* Loudness, 1==off */ |
459 | #define TDA9855_SUR 1<<3 /* Surround / Subwoofer 1==.5(L-R) 0==.5(L+R) */ | 459 | #define TDA9855_SUR 1<<3 /* Surround / Subwoofer 1==.5(L-R) 0==.5(L+R) */ |
460 | /* Bits 0 to 3 select various combinations | 460 | /* Bits 0 to 3 select various combinations |
461 | * of line in and line out, only the | 461 | * of line in and line out, only the |
462 | * interesting ones are defined */ | 462 | * interesting ones are defined */ |
463 | #define TDA9855_EXT 1<<2 /* Selects inputs LIR and LIL. Pins 41 & 12 */ | 463 | #define TDA9855_EXT 1<<2 /* Selects inputs LIR and LIL. Pins 41 & 12 */ |
464 | #define TDA9855_INT 0 /* Selects inputs LOR and LOL. (internal) */ | 464 | #define TDA9855_INT 0 /* Selects inputs LOR and LOL. (internal) */ |
465 | 465 | ||
@@ -1028,7 +1028,7 @@ static int tda9874a_initialize(struct CHIPSTATE *chip) | |||
1028 | #define TEA6300_TR 0x03 /* treble */ | 1028 | #define TEA6300_TR 0x03 /* treble */ |
1029 | #define TEA6300_FA 0x04 /* fader control */ | 1029 | #define TEA6300_FA 0x04 /* fader control */ |
1030 | #define TEA6300_S 0x05 /* switch register */ | 1030 | #define TEA6300_S 0x05 /* switch register */ |
1031 | /* values for those registers: */ | 1031 | /* values for those registers: */ |
1032 | #define TEA6300_S_SA 0x01 /* stereo A input */ | 1032 | #define TEA6300_S_SA 0x01 /* stereo A input */ |
1033 | #define TEA6300_S_SB 0x02 /* stereo B */ | 1033 | #define TEA6300_S_SB 0x02 /* stereo B */ |
1034 | #define TEA6300_S_SC 0x04 /* stereo C */ | 1034 | #define TEA6300_S_SC 0x04 /* stereo C */ |
@@ -1042,7 +1042,7 @@ static int tda9874a_initialize(struct CHIPSTATE *chip) | |||
1042 | #define TEA6320_BA 0x05 /* bass (0-4) */ | 1042 | #define TEA6320_BA 0x05 /* bass (0-4) */ |
1043 | #define TEA6320_TR 0x06 /* treble (0-4) */ | 1043 | #define TEA6320_TR 0x06 /* treble (0-4) */ |
1044 | #define TEA6320_S 0x07 /* switch register */ | 1044 | #define TEA6320_S 0x07 /* switch register */ |
1045 | /* values for those registers: */ | 1045 | /* values for those registers: */ |
1046 | #define TEA6320_S_SA 0x07 /* stereo A input */ | 1046 | #define TEA6320_S_SA 0x07 /* stereo A input */ |
1047 | #define TEA6320_S_SB 0x06 /* stereo B */ | 1047 | #define TEA6320_S_SB 0x06 /* stereo B */ |
1048 | #define TEA6320_S_SC 0x05 /* stereo C */ | 1048 | #define TEA6320_S_SC 0x05 /* stereo C */ |
@@ -1082,7 +1082,7 @@ static int tea6320_initialize(struct CHIPSTATE * chip) | |||
1082 | #define TDA8425_BA 0x02 /* bass */ | 1082 | #define TDA8425_BA 0x02 /* bass */ |
1083 | #define TDA8425_TR 0x03 /* treble */ | 1083 | #define TDA8425_TR 0x03 /* treble */ |
1084 | #define TDA8425_S1 0x08 /* switch functions */ | 1084 | #define TDA8425_S1 0x08 /* switch functions */ |
1085 | /* values for those registers: */ | 1085 | /* values for those registers: */ |
1086 | #define TDA8425_S1_OFF 0xEE /* audio off (mute on) */ | 1086 | #define TDA8425_S1_OFF 0xEE /* audio off (mute on) */ |
1087 | #define TDA8425_S1_CH1 0xCE /* audio channel 1 (mute off) - "linear stereo" mode */ | 1087 | #define TDA8425_S1_CH1 0xCE /* audio channel 1 (mute off) - "linear stereo" mode */ |
1088 | #define TDA8425_S1_CH2 0xCF /* audio channel 2 (mute off) - "linear stereo" mode */ | 1088 | #define TDA8425_S1_CH2 0xCF /* audio channel 2 (mute off) - "linear stereo" mode */ |
@@ -1148,7 +1148,7 @@ static void tda8425_setmode(struct CHIPSTATE *chip, int mode) | |||
1148 | 1148 | ||
1149 | /* bit definition of the RESET register, I2C data. */ | 1149 | /* bit definition of the RESET register, I2C data. */ |
1150 | #define PIC16C54_MISC_RESET_REMOTE_CTL 0x01 /* bit 0, Reset to receive the key */ | 1150 | #define PIC16C54_MISC_RESET_REMOTE_CTL 0x01 /* bit 0, Reset to receive the key */ |
1151 | /* code of remote controller */ | 1151 | /* code of remote controller */ |
1152 | #define PIC16C54_MISC_MTS_MAIN 0x02 /* bit 1 */ | 1152 | #define PIC16C54_MISC_MTS_MAIN 0x02 /* bit 1 */ |
1153 | #define PIC16C54_MISC_MTS_SAP 0x04 /* bit 2 */ | 1153 | #define PIC16C54_MISC_MTS_SAP 0x04 /* bit 2 */ |
1154 | #define PIC16C54_MISC_MTS_BOTH 0x08 /* bit 3 */ | 1154 | #define PIC16C54_MISC_MTS_BOTH 0x08 /* bit 3 */ |
@@ -1281,7 +1281,7 @@ static struct CHIPDESC chiplist[] = { | |||
1281 | .setmode = tda9840_setmode, | 1281 | .setmode = tda9840_setmode, |
1282 | .checkmode = generic_checkmode, | 1282 | .checkmode = generic_checkmode, |
1283 | 1283 | ||
1284 | .init = { 2, { TDA9840_TEST, TDA9840_TEST_INT1SN | 1284 | .init = { 2, { TDA9840_TEST, TDA9840_TEST_INT1SN |
1285 | /* ,TDA9840_SW, TDA9840_MONO */} } | 1285 | /* ,TDA9840_SW, TDA9840_MONO */} } |
1286 | }, | 1286 | }, |
1287 | { | 1287 | { |
@@ -1467,7 +1467,7 @@ static struct CHIPDESC chiplist[] = { | |||
1467 | .setmode = ta8874z_setmode, | 1467 | .setmode = ta8874z_setmode, |
1468 | .checkmode = generic_checkmode, | 1468 | .checkmode = generic_checkmode, |
1469 | 1469 | ||
1470 | .init = {2, { TA8874Z_MONO_SET, TA8874Z_SEPARATION_DEFAULT}}, | 1470 | .init = {2, { TA8874Z_MONO_SET, TA8874Z_SEPARATION_DEFAULT}}, |
1471 | }, | 1471 | }, |
1472 | { .name = NULL } /* EOF */ | 1472 | { .name = NULL } /* EOF */ |
1473 | }; | 1473 | }; |
@@ -1486,8 +1486,8 @@ static int chip_attach(struct i2c_adapter *adap, int addr, int kind) | |||
1486 | return -ENOMEM; | 1486 | return -ENOMEM; |
1487 | memset(chip,0,sizeof(*chip)); | 1487 | memset(chip,0,sizeof(*chip)); |
1488 | memcpy(&chip->c,&client_template,sizeof(struct i2c_client)); | 1488 | memcpy(&chip->c,&client_template,sizeof(struct i2c_client)); |
1489 | chip->c.adapter = adap; | 1489 | chip->c.adapter = adap; |
1490 | chip->c.addr = addr; | 1490 | chip->c.addr = addr; |
1491 | i2c_set_clientdata(&chip->c, chip); | 1491 | i2c_set_clientdata(&chip->c, chip); |
1492 | 1492 | ||
1493 | /* find description for the chip */ | 1493 | /* find description for the chip */ |