projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5de5b7
)
ASoC: topology: Fix to store enum text values
author
Mousumi Jana
<
[email protected]
>
Tue, 11 Apr 2017 07:36:22 +0000
(13:06 +0530)
committer
Mark Brown
<
[email protected]
>
Tue, 11 Apr 2017 18:35:28 +0000
(19:35 +0100)
Add missing enum texts store in soc_enum.
Signed-off-by: Mousumi Jana <
[email protected]
>
Signed-off-by: Pardha Saradhi K <
[email protected]
>
Signed-off-by: Kranthikumar, GudishaX <
[email protected]
>
Signed-off-by: Subhransu S. Prusty <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/soc-topology.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-topology.c
b/sound/soc/soc-topology.c
index 65670b2b408cca0d4bffb2931cb7443cd4ba75b1..8e3df8ba9b686d835170eb315448b12771a3aea7 100644
(file)
--- a/
sound/soc/soc-topology.c
+++ b/
sound/soc/soc-topology.c
@@
-934,6
+934,7
@@
static int soc_tplg_denum_create_texts(struct soc_enum *se,
}
}
+ se->texts = (const char * const *)se->dobj.control.dtexts;
return 0;
err: