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
nexedi
linux
Commits
c8658bfa
Commit
c8658bfa
authored
Mar 29, 2004
by
Jaroslav Kysela
Committed by
Linus Torvalds
Mar 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
Intel8x0 driver added the quirk for Compaq Evo D510C.
parent
f18defde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
sound/pci/intel8x0.c
sound/pci/intel8x0.c
+7
-1
No files found.
sound/pci/intel8x0.c
View file @
c8658bfa
...
...
@@ -96,7 +96,7 @@ MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
MODULE_PARM_SYNTAX
(
ac97_clock
,
SNDRV_ENABLED
",default:0"
);
MODULE_PARM
(
ac97_quirk
,
"1-"
__MODULE_STRING
(
SNDRV_CARDS
)
"i"
);
MODULE_PARM_DESC
(
ac97_quirk
,
"AC'97 workaround for strange hardware."
);
MODULE_PARM_SYNTAX
(
ac97_quirk
,
SNDRV_ENABLED
",allows:{{-1,
3
}},dialog:list,default:-1"
);
MODULE_PARM_SYNTAX
(
ac97_quirk
,
SNDRV_ENABLED
",allows:{{-1,
4
}},dialog:list,default:-1"
);
#ifdef SUPPORT_JOYSTICK
MODULE_PARM
(
joystick
,
"1-"
__MODULE_STRING
(
SNDRV_CARDS
)
"i"
);
MODULE_PARM_DESC
(
joystick
,
"Enable joystick for Intel i8x0 soundcard."
);
...
...
@@ -1689,6 +1689,12 @@ static struct ac97_pcm ac97_pcm_defs[] __devinitdata = {
};
static
struct
ac97_quirk
ac97_quirks
[]
__devinitdata
=
{
{
.
vendor
=
0x0e11
,
.
device
=
0x00b8
,
.
name
=
"Compaq Evo D510C"
,
.
type
=
AC97_TUNE_HP_ONLY
},
{
.
vendor
=
0x1014
,
.
device
=
0x1f00
,
...
...
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