aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ac97/ac97_patch.h
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp_subx@redfish-solutions.com>2005-08-12 16:46:17 +0200
committerJaroslav Kysela <perex@suse.cz>2005-08-30 08:45:22 +0200
commit4b4994869d68328276f6a3cc9df90cce8c82b43d (patch)
tree3ac409515c501318f1db774884eab6e8d7d2501d /sound/pci/ac97/ac97_patch.h
parent47672310789431c16de22f16934febf4d55b4bb0 (diff)
[ALSA] Add VT1617A codec support
AC97 Codec Added (minimal) support of VT1617A codec with SPDIF. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ac97/ac97_patch.h')
-rw-r--r--sound/pci/ac97/ac97_patch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.h b/sound/pci/ac97/ac97_patch.h
index 7b7377d0f2a..ec181132010 100644
--- a/sound/pci/ac97/ac97_patch.h
+++ b/sound/pci/ac97/ac97_patch.h
@@ -56,5 +56,6 @@ int patch_cm9739(ac97_t * ac97);
int patch_cm9761(ac97_t * ac97);
int patch_cm9780(ac97_t * ac97);
int patch_vt1616(ac97_t * ac97);
+int patch_vt1617a(ac97_t * ac97);
int patch_it2646(ac97_t * ac97);
int mpatch_si3036(ac97_t * ac97);