Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
f8be792d
Commit
f8be792d
authored
Jun 12, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/hda' into for-linus
* topic/hda: ALSA: hda - add quirk for STAC92xx (SigmaTel STAC9205)
parents
80986be4
a5c0f886
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
sound/pci/hda/patch_sigmatel.c
sound/pci/hda/patch_sigmatel.c
+3
-0
No files found.
sound/pci/hda/patch_sigmatel.c
View file @
f8be792d
...
@@ -1590,6 +1590,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = {
...
@@ -1590,6 +1590,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = {
/* SigmaTel reference board */
/* SigmaTel reference board */
SND_PCI_QUIRK
(
PCI_VENDOR_ID_INTEL
,
0x2668
,
SND_PCI_QUIRK
(
PCI_VENDOR_ID_INTEL
,
0x2668
,
"DFI LanParty"
,
STAC_REF
),
"DFI LanParty"
,
STAC_REF
),
SND_PCI_QUIRK
(
PCI_VENDOR_ID_INTEL
,
0xfb30
,
"SigmaTel"
,
STAC_9205_REF
),
SND_PCI_QUIRK
(
PCI_VENDOR_ID_DFI
,
0x3101
,
SND_PCI_QUIRK
(
PCI_VENDOR_ID_DFI
,
0x3101
,
"DFI LanParty"
,
STAC_REF
),
"DFI LanParty"
,
STAC_REF
),
/* Dell laptops have BIOS problem */
/* Dell laptops have BIOS problem */
...
@@ -5938,6 +5940,7 @@ static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
...
@@ -5938,6 +5940,7 @@ static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
{
.
id
=
0x83847661
,
.
name
=
"CXD9872RD/K"
,
.
patch
=
patch_stac9872
},
{
.
id
=
0x83847661
,
.
name
=
"CXD9872RD/K"
,
.
patch
=
patch_stac9872
},
{
.
id
=
0x83847662
,
.
name
=
"STAC9872AK"
,
.
patch
=
patch_stac9872
},
{
.
id
=
0x83847662
,
.
name
=
"STAC9872AK"
,
.
patch
=
patch_stac9872
},
{
.
id
=
0x83847664
,
.
name
=
"CXD9872AKD"
,
.
patch
=
patch_stac9872
},
{
.
id
=
0x83847664
,
.
name
=
"CXD9872AKD"
,
.
patch
=
patch_stac9872
},
{
.
id
=
0x83847698
,
.
name
=
"STAC9205"
,
.
patch
=
patch_stac9205
},
{
.
id
=
0x838476a0
,
.
name
=
"STAC9205"
,
.
patch
=
patch_stac9205
},
{
.
id
=
0x838476a0
,
.
name
=
"STAC9205"
,
.
patch
=
patch_stac9205
},
{
.
id
=
0x838476a1
,
.
name
=
"STAC9205D"
,
.
patch
=
patch_stac9205
},
{
.
id
=
0x838476a1
,
.
name
=
"STAC9205D"
,
.
patch
=
patch_stac9205
},
{
.
id
=
0x838476a2
,
.
name
=
"STAC9204"
,
.
patch
=
patch_stac9205
},
{
.
id
=
0x838476a2
,
.
name
=
"STAC9204"
,
.
patch
=
patch_stac9205
},
...
...
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