summaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1712.h
diff options
context:
space:
mode:
authorSimone Zinanni <simone@develer.com>2005-04-11 14:08:40 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 09:58:58 +0200
commitaed058e8713f76be9258011238670064ea3e69a8 (patch)
tree77ba8c813b796d8ac0251858e97c96143a27f52a /sound/pci/ice1712/ice1712.h
parentfd9a98ec0a7c8ce15928e3454d73533146d9d57c (diff)
downloadop-kernel-dev-aed058e8713f76be9258011238670064ea3e69a8.zip
op-kernel-dev-aed058e8713f76be9258011238670064ea3e69a8.tar.gz
[ALSA] Provides preliminary support for the Terratec Phase 28 card
ICE1712 driver Provides preliminary support for the Terratec Phase 28 card. Not extensively tested and probably buggy, but it seems to work. Signed-off-by: Simone Zinanni <simone@develer.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/ice1712.h')
-rw-r--r--sound/pci/ice1712/ice1712.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h
index 8bb1c58..5ad4728 100644
--- a/sound/pci/ice1712/ice1712.h
+++ b/sound/pci/ice1712/ice1712.h
@@ -373,6 +373,11 @@ struct _snd_ice1712 {
unsigned short master[2];
unsigned short vol[8];
} aureon;
+ /* AC97 register cache for Phase28 */
+ struct phase28_spec {
+ unsigned short master[2];
+ unsigned short vol[8];
+ } phase28;
/* Hoontech-specific setting */
struct hoontech_spec {
unsigned char boxbits[4];
OpenPOWER on IntegriCloud