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
26aaa424
Commit
26aaa424
authored
Sep 15, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/hda' into for-next
parents
305f9e3b
69b5655a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
sound/pci/hda/patch_sigmatel.c
sound/pci/hda/patch_sigmatel.c
+2
-7
No files found.
sound/pci/hda/patch_sigmatel.c
View file @
26aaa424
...
...
@@ -864,10 +864,6 @@ static struct hda_verb stac92hd73xx_core_init[] = {
};
static
struct
hda_verb
stac92hd83xxx_core_init
[]
=
{
{
0xa
,
AC_VERB_SET_CONNECT_SEL
,
0x1
},
{
0xb
,
AC_VERB_SET_CONNECT_SEL
,
0x1
},
{
0xd
,
AC_VERB_SET_CONNECT_SEL
,
0x0
},
/* power state controls amps */
{
0x01
,
AC_VERB_SET_EAPD
,
1
<<
2
},
{}
...
...
@@ -1590,8 +1586,8 @@ static unsigned int ref92hd83xxx_pin_configs[10] = {
};
static
unsigned
int
dell_s14_pin_configs
[
10
]
=
{
0x0221403
0
,
0x02211010
,
0x02a19020
,
0x0101405
0
,
0x40f000f0
,
0x
0181904
0
,
0x40f000f0
,
0x90a60160
,
0x0221403
f
,
0x0221101f
,
0x02a19020
,
0x9017011
0
,
0x40f000f0
,
0x
40f000f
0
,
0x40f000f0
,
0x90a60160
,
0x40f000f0
,
0x40f000f0
,
};
...
...
@@ -5076,7 +5072,6 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
codec
->
spec
=
spec
;
codec
->
slave_dig_outs
=
stac92hd83xxx_slave_dig_outs
;
spec
->
mono_nid
=
0x19
;
spec
->
digbeep_nid
=
0x21
;
spec
->
mux_nids
=
stac92hd83xxx_mux_nids
;
spec
->
num_muxes
=
ARRAY_SIZE
(
stac92hd83xxx_mux_nids
);
...
...
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