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
f6d4bcb8
Commit
f6d4bcb8
authored
Nov 26, 2003
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
VIA82xx driver added the quirk for ASUS A7V600.
parent
5f458c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sound/pci/via82xx.c
sound/pci/via82xx.c
+1
-0
No files found.
sound/pci/via82xx.c
View file @
f6d4bcb8
...
...
@@ -1962,6 +1962,7 @@ static int __devinit check_dxs_list(struct pci_dev *pci)
static
struct
dxs_whitelist
whitelist
[]
=
{
{
.
vendor
=
0x1019
,
.
device
=
0x0996
,
.
action
=
VIA_DXS_48K
},
{
.
vendor
=
0x1043
,
.
device
=
0x80a1
,
.
action
=
VIA_DXS_NO_VRA
},
/* ASUS A7V8-X */
{
.
vendor
=
0x1043
,
.
device
=
0x80b0
,
.
action
=
VIA_DXS_ENABLE
},
/* ASUS A7V600 */
{
.
vendor
=
0x1297
,
.
device
=
0xc160
,
.
action
=
VIA_DXS_ENABLE
},
/* Shuttle SK41G */
{
.
vendor
=
0x1458
,
.
device
=
0xa002
,
.
action
=
VIA_DXS_ENABLE
},
/* Gigabyte GA-7VAXP */
{
.
vendor
=
0x14ff
,
.
device
=
0x0403
,
.
action
=
VIA_DXS_ENABLE
},
/* Twinhead mobo */
...
...
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