diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-20 16:49:33 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 20:53:37 +0100 |
commit | 209acc02249d831e7f2e3d8083b6b562dde5fc6f (patch) | |
tree | a3a1dead086cb66f99062d922f8334e6a2f817f9 /drivers/media/video/em28xx/em28xx.h | |
parent | V4L/DVB (9670): em28xx: allow specifying audio output (diff) | |
download | linux-209acc02249d831e7f2e3d8083b6b562dde5fc6f.tar.xz linux-209acc02249d831e7f2e3d8083b6b562dde5fc6f.zip |
V4L/DVB (9671): em28xx: Add detection of Sigmatel Stac97xx series of AC97 devices
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 89e13c599f8d..206f59c1e938 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -259,6 +259,7 @@ enum enum28xx_itype { enum em28xx_ac97_mode { EM28XX_NO_AC97 = 0, EM28XX_AC97_EM202, + EM28XX_AC97_SIGMATEL, EM28XX_AC97_OTHER, }; |