Skip to content

Commit

Permalink
[ALSA] Provides preliminary support for the Terratec Phase 28 card
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Simone Zinanni authored and Jaroslav Kysela committed May 29, 2005
1 parent fd9a98e commit aed058e
Show file tree
Hide file tree
Showing 3 changed files with 751 additions and 1 deletion.
5 changes: 5 additions & 0 deletions sound/pci/ice1712/ice1712.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
Loading

0 comments on commit aed058e

Please sign in to comment.