Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
fc1e9e0e
Commit
fc1e9e0e
authored
May 17, 2004
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
ICE1712 driver Added the support of Aureon 7.1-Universe.
parent
ae5f5d81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
sound/pci/ice1712/aureon.c
sound/pci/ice1712/aureon.c
+8
-0
sound/pci/ice1712/aureon.h
sound/pci/ice1712/aureon.h
+3
-1
No files found.
sound/pci/ice1712/aureon.c
View file @
fc1e9e0e
...
...
@@ -569,5 +569,13 @@ struct snd_ice1712_card_info snd_vt1724_aureon_cards[] __devinitdata = {
.
eeprom_size
=
sizeof
(
aureon71_eeprom
),
.
eeprom_data
=
aureon71_eeprom
,
},
{
.
subvendor
=
VT1724_SUBDEVICE_AUREON71_UNIVERSE
,
.
name
=
"Terratec Aureon 7.1-Universe"
,
.
chip_init
=
aureon_init
,
.
build_controls
=
aureon_add_controls
,
.
eeprom_size
=
sizeof
(
aureon71_eeprom
),
.
eeprom_data
=
aureon71_eeprom
,
},
{
}
/* terminator */
};
sound/pci/ice1712/aureon.h
View file @
fc1e9e0e
...
...
@@ -25,10 +25,12 @@
*/
#define AUREON_DEVICE_DESC "{Terratec,Aureon 5.1 Sky},"\
"{Terratec,Aureon 7.1 Space},"
"{Terratec,Aureon 7.1 Space},"\
"{Terratec,Aureon 7.1 Universe},"
#define VT1724_SUBDEVICE_AUREON51_SKY 0x3b154711
/* Aureon 5.1 Sky */
#define VT1724_SUBDEVICE_AUREON71_SPACE 0x3b154511
/* Aureon 7.1 Space */
#define VT1724_SUBDEVICE_AUREON71_UNIVERSE 0x3b155311
/* Aureon 7.1 Universe */
extern
struct
snd_ice1712_card_info
snd_vt1724_aureon_cards
[];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment