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
Kirill Smelkov
linux
Commits
3f612933
Commit
3f612933
authored
Aug 19, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-3.1' into for-3.2
parents
3d310643
e574044a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
sound/soc/omap/ams-delta.c
sound/soc/omap/ams-delta.c
+4
-2
No files found.
sound/soc/omap/ams-delta.c
View file @
3f612933
...
@@ -514,7 +514,7 @@ static int ams_delta_cx20442_init(struct snd_soc_pcm_runtime *rtd)
...
@@ -514,7 +514,7 @@ static int ams_delta_cx20442_init(struct snd_soc_pcm_runtime *rtd)
}
}
/* Set codec bias level */
/* Set codec bias level */
ams_delta_set_bias_level
(
card
,
SND_SOC_BIAS_STANDBY
);
ams_delta_set_bias_level
(
card
,
dapm
,
SND_SOC_BIAS_STANDBY
);
/* Add hook switch - can be used to control the codec from userspace
/* Add hook switch - can be used to control the codec from userspace
* even if line discipline fails */
* even if line discipline fails */
...
@@ -649,7 +649,9 @@ static void __exit ams_delta_module_exit(void)
...
@@ -649,7 +649,9 @@ static void __exit ams_delta_module_exit(void)
ams_delta_hook_switch_gpios
);
ams_delta_hook_switch_gpios
);
/* Keep modem power on */
/* Keep modem power on */
ams_delta_set_bias_level
(
&
ams_delta_audio_card
,
SND_SOC_BIAS_STANDBY
);
ams_delta_set_bias_level
(
&
ams_delta_audio_card
,
&
ams_delta_audio_card
.
rtd
[
0
].
codec
->
dapm
,
SND_SOC_BIAS_STANDBY
);
platform_device_unregister
(
cx20442_platform_device
);
platform_device_unregister
(
cx20442_platform_device
);
platform_device_unregister
(
ams_delta_audio_platform_device
);
platform_device_unregister
(
ams_delta_audio_platform_device
);
...
...
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