diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-03 13:31:50 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-03 13:31:50 +0000 |
commit | 66e2bd1c3d76fb052149faabf07b56d641947e9c (patch) | |
tree | f77af46d7386872af1d156133f27b29e9473ae93 /linux/drivers/media/video/cx88/cx88-reg.h | |
parent | ec38522c8ac4aad3de70525204ca96f90a5b2752 (diff) | |
download | mediapointer-dvb-s2-66e2bd1c3d76fb052149faabf07b56d641947e9c.tar.gz mediapointer-dvb-s2-66e2bd1c3d76fb052149faabf07b56d641947e9c.tar.bz2 |
Mauro Chehab:
* cx88-cards.c:
- changed tuner number by it's name as defined on tuner.h.
* scripts/make_kern_diff.sh
- now it also makes diff for include files.
Catalin Climov <catalin@climov.com>:
* cx88-blackbird.c:
- Blackbird firmware API cleanup, symbolic constants for param values.
- improved readability and comprehensibility for api calls.
* cx88-cards.c:
- PVR2000 & MEC gpio fixes.
* cx88-tvaudio.c:
- enable sound input from external adc
* cx88-video.c:
- initialize the hue, contrast and brightness controls to default values
* cx88-mpeg.c:
- s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-reg.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-reg.h b/linux/drivers/media/video/cx88/cx88-reg.h index 8638ce57d..63ad33f58 100644 --- a/linux/drivers/media/video/cx88/cx88-reg.h +++ b/linux/drivers/media/video/cx88/cx88-reg.h @@ -1,5 +1,5 @@ /* - $Id: cx88-reg.h,v 1.6 2004/10/13 10:39:00 kraxel Exp $ + $Id: cx88-reg.h,v 1.7 2005/06/03 13:31:51 mchehab Exp $ cx88x-hw.h - CX2388x register offsets @@ -397,6 +397,7 @@ #define AUD_RATE_ADJ4 0x3205e4 #define AUD_RATE_ADJ5 0x3205e8 #define AUD_APB_IN_RATE_ADJ 0x3205ec +#define AUD_I2SCNTL 0x3205ec #define AUD_PHASE_FIX_CTL 0x3205f0 #define AUD_PLL_PRESCALE 0x320600 #define AUD_PLL_DDS 0x320604 |