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
74b8f955
Commit
74b8f955
authored
Jun 06, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Apostrophe patrol
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
ccff4b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sound/soc/soc-dapm.c
sound/soc/soc-dapm.c
+5
-5
No files found.
sound/soc/soc-dapm.c
View file @
74b8f955
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* Features:
* Features:
* o Changes power status of internal codec blocks depending on the
* o Changes power status of internal codec blocks depending on the
* dynamic configuration of codec internal audio paths and active
* dynamic configuration of codec internal audio paths and active
* DAC
's/ADC'
s.
* DAC
s/ADC
s.
* o Platform power domain - can support external components i.e. amps and
* o Platform power domain - can support external components i.e. amps and
* mic/meadphone insertion events.
* mic/meadphone insertion events.
* o Automatic Mic Bias support
* o Automatic Mic Bias support
...
@@ -220,7 +220,7 @@ static void dapm_set_path_status(struct snd_soc_dapm_widget *w,
...
@@ -220,7 +220,7 @@ static void dapm_set_path_status(struct snd_soc_dapm_widget *w,
}
}
}
}
/* connect mux widget to it
'
s interconnecting audio paths */
/* connect mux widget to its interconnecting audio paths */
static
int
dapm_connect_mux
(
struct
snd_soc_codec
*
codec
,
static
int
dapm_connect_mux
(
struct
snd_soc_codec
*
codec
,
struct
snd_soc_dapm_widget
*
src
,
struct
snd_soc_dapm_widget
*
dest
,
struct
snd_soc_dapm_widget
*
src
,
struct
snd_soc_dapm_widget
*
dest
,
struct
snd_soc_dapm_path
*
path
,
const
char
*
control_name
,
struct
snd_soc_dapm_path
*
path
,
const
char
*
control_name
,
...
@@ -243,7 +243,7 @@ static int dapm_connect_mux(struct snd_soc_codec *codec,
...
@@ -243,7 +243,7 @@ static int dapm_connect_mux(struct snd_soc_codec *codec,
return
-
ENODEV
;
return
-
ENODEV
;
}
}
/* connect mixer widget to it
'
s interconnecting audio paths */
/* connect mixer widget to its interconnecting audio paths */
static
int
dapm_connect_mixer
(
struct
snd_soc_codec
*
codec
,
static
int
dapm_connect_mixer
(
struct
snd_soc_codec
*
codec
,
struct
snd_soc_dapm_widget
*
src
,
struct
snd_soc_dapm_widget
*
dest
,
struct
snd_soc_dapm_widget
*
src
,
struct
snd_soc_dapm_widget
*
dest
,
struct
snd_soc_dapm_path
*
path
,
const
char
*
control_name
)
struct
snd_soc_dapm_path
*
path
,
const
char
*
control_name
)
...
@@ -1797,7 +1797,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_stream_event);
...
@@ -1797,7 +1797,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_stream_event);
* @codec: SoC codec
* @codec: SoC codec
* @pin: pin name
* @pin: pin name
*
*
* Enables input/output pin and it
'
s parents or children widgets iff there is
* Enables input/output pin and its parents or children widgets iff there is
* a valid audio route and active audio stream.
* a valid audio route and active audio stream.
* NOTE: snd_soc_dapm_sync() needs to be called after this for DAPM to
* NOTE: snd_soc_dapm_sync() needs to be called after this for DAPM to
* do any widget power switching.
* do any widget power switching.
...
@@ -1813,7 +1813,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_enable_pin);
...
@@ -1813,7 +1813,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_enable_pin);
* @codec: SoC codec
* @codec: SoC codec
* @pin: pin name
* @pin: pin name
*
*
* Disables input/output pin and it
'
s parents or children widgets.
* Disables input/output pin and its parents or children widgets.
* NOTE: snd_soc_dapm_sync() needs to be called after this for DAPM to
* NOTE: snd_soc_dapm_sync() needs to be called after this for DAPM to
* do any widget power switching.
* do any widget power switching.
*/
*/
...
...
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