diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-04 14:27:52 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-04 14:27:52 +0300 |
commit | 49e8c2b4c9396a7d75bde724d497fdddd09f0ab2 (patch) | |
tree | 926126e38f3f1997215d9e2a5dbb5b67000db623 /linux/drivers/media/video/em28xx/em28xx.h | |
parent | 9471f09f98982fcbf6ad0e3411af405c1d5d4588 (diff) | |
download | mediapointer-dvb-s2-49e8c2b4c9396a7d75bde724d497fdddd09f0ab2.tar.gz mediapointer-dvb-s2-49e8c2b4c9396a7d75bde724d497fdddd09f0ab2.tar.bz2 |
em28xx: enable Compro VideoMate ForYou sound
From: Vitaly Wool <vital@embeddedalley.com>
Compro VideoMate uses an external audio DSP chip, controlled via tvaudio
module (tda9874a). This patch improves em28xx infrastructure to support
an external audio processor and fixes the Compro VideoMate entry to work
with it.
Signed-off-by: Vitaly Wool <vital@embeddedalley.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h index 43c537e66..c9be33aba 100644 --- a/linux/drivers/media/video/em28xx/em28xx.h +++ b/linux/drivers/media/video/em28xx/em28xx.h @@ -375,6 +375,7 @@ struct em28xx_board { struct em28xx_reg_seq *dvb_gpio; struct em28xx_reg_seq *suspend_gpio; struct em28xx_reg_seq *tuner_gpio; + struct em28xx_reg_seq *mute_gpio; unsigned int is_em2800:1; unsigned int has_msp34xx:1; |