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
13e2c86c
Commit
13e2c86c
authored
May 12, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-2.6.30' into for-2.6.31
parents
97b8096d
1ffafeb5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
sound/arm/pxa2xx-ac97-lib.c
sound/arm/pxa2xx-ac97-lib.c
+1
-1
sound/soc/soc-core.c
sound/soc/soc-core.c
+3
-0
No files found.
sound/arm/pxa2xx-ac97-lib.c
View file @
13e2c86c
...
@@ -65,7 +65,7 @@ static void set_resetgpio_mode(int resetgpio_action)
...
@@ -65,7 +65,7 @@ static void set_resetgpio_mode(int resetgpio_action)
switch
(
resetgpio_action
)
{
switch
(
resetgpio_action
)
{
case
RESETGPIO_NORMAL_ALTFUNC
:
case
RESETGPIO_NORMAL_ALTFUNC
:
if
(
reset_gpio
==
113
)
if
(
reset_gpio
==
113
)
mode
=
113
|
GPIO_
OUT
|
GPIO_DFLT_LOW
;
mode
=
113
|
GPIO_
ALT_FN_2_OUT
;
if
(
reset_gpio
==
95
)
if
(
reset_gpio
==
95
)
mode
=
95
|
GPIO_ALT_FN_1_OUT
;
mode
=
95
|
GPIO_ALT_FN_1_OUT
;
break
;
break
;
...
...
sound/soc/soc-core.c
View file @
13e2c86c
...
@@ -992,6 +992,9 @@ static int soc_remove(struct platform_device *pdev)
...
@@ -992,6 +992,9 @@ static int soc_remove(struct platform_device *pdev)
struct
snd_soc_platform
*
platform
=
card
->
platform
;
struct
snd_soc_platform
*
platform
=
card
->
platform
;
struct
snd_soc_codec_device
*
codec_dev
=
socdev
->
codec_dev
;
struct
snd_soc_codec_device
*
codec_dev
=
socdev
->
codec_dev
;
if
(
!
card
->
instantiated
)
return
0
;
run_delayed_work
(
&
card
->
delayed_work
);
run_delayed_work
(
&
card
->
delayed_work
);
if
(
platform
->
remove
)
if
(
platform
->
remove
)
...
...
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