diff options
author | Simone Zinanni <simone@develer.com> | 2005-04-11 14:08:40 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 09:58:58 +0200 |
commit | aed058e8713f76be9258011238670064ea3e69a8 (patch) | |
tree | 77ba8c813b796d8ac0251858e97c96143a27f52a /sound/pci/ice1712/ice1712.h | |
parent | [ALSA] Fix typo in speaker routing. Now sound comes from the correct speakers (diff) | |
download | linux-aed058e8713f76be9258011238670064ea3e69a8.tar.xz linux-aed058e8713f76be9258011238670064ea3e69a8.zip |
[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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index 8bb1c58c26a0..5ad4728daa7b 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]; |