aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97/ac97_patch.h
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp_subx@redfish-solutions.com>2005-08-12 10:46:17 -0400
committerJaroslav Kysela <perex@suse.cz>2005-08-30 02:45:22 -0400
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 7b7377d0f2ae..ec1811320106 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);
56int patch_cm9761(ac97_t * ac97); 56int patch_cm9761(ac97_t * ac97);
57int patch_cm9780(ac97_t * ac97); 57int patch_cm9780(ac97_t * ac97);
58int patch_vt1616(ac97_t * ac97); 58int patch_vt1616(ac97_t * ac97);
59int patch_vt1617a(ac97_t * ac97);
59int patch_it2646(ac97_t * ac97); 60int patch_it2646(ac97_t * ac97);
60int mpatch_si3036(ac97_t * ac97); 61int mpatch_si3036(ac97_t * ac97);