projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ea065
)
ASoC: dapm: Fix input list to use source widgets
author
Liam Girdwood
<lrg@ti.com>
Tue, 5 Jun 2012 18:27:15 +0000
(19:27 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 7 Jun 2012 22:56:41 +0000
(06:56 +0800)
We should only add source widgets to the input list.
Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-dapm.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-dapm.c
b/sound/soc/soc-dapm.c
index
b47fe75
..
89eae93
100644
(file)
--- a/
sound/soc/soc-dapm.c
+++ b/
sound/soc/soc-dapm.c
@@
-913,7
+913,7
@@
static int is_connected_input_ep(struct snd_soc_dapm_widget *widget,
/* do we need to add this widget to the list ? */
if (list) {
int err;
- err = dapm_list_add_widget(list, path->s
ink
);
+ err = dapm_list_add_widget(list, path->s
ource
);
if (err < 0) {
dev_err(widget->dapm->dev, "could not add widget %s\n",
widget->name);