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
f8974976
Commit
f8974976
authored
Feb 27, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/hda' into topic/hda
Conflicts: sound/pci/hda/patch_realtek.c
parents
bedfcebb
bb543c96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_realtek.c
+1
-0
sound/pci/hda/patch_sigmatel.c
sound/pci/hda/patch_sigmatel.c
+1
-1
No files found.
sound/pci/hda/patch_realtek.c
View file @
f8974976
...
...
@@ -10807,6 +10807,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
ALC262_HP_BPC
),
SND_PCI_QUIRK_MASK
(
0x103c
,
0xff00
,
0x1300
,
"HP xw series"
,
ALC262_HP_BPC
),
SND_PCI_QUIRK
(
0x103c
,
0x170b
,
"HP xw*"
,
ALC262_HP_BPC
),
SND_PCI_QUIRK
(
0x103c
,
0x2800
,
"HP D7000"
,
ALC262_HP_BPC_D7000_WL
),
SND_PCI_QUIRK
(
0x103c
,
0x2801
,
"HP D7000"
,
ALC262_HP_BPC_D7000_WF
),
SND_PCI_QUIRK
(
0x103c
,
0x2802
,
"HP D7000"
,
ALC262_HP_BPC_D7000_WL
),
...
...
sound/pci/hda/patch_sigmatel.c
View file @
f8974976
...
...
@@ -5066,7 +5066,7 @@ again:
case
STAC_DELL_M4_3
:
spec
->
num_dmics
=
1
;
spec
->
num_smuxes
=
0
;
spec
->
num_dmuxes
=
0
;
spec
->
num_dmuxes
=
1
;
break
;
case
STAC_HP_DV5
:
snd_hda_codec_set_pincfg
(
codec
,
0x0d
,
0x90170010
);
...
...
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