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:
a69270d
)
ASoC: SOF: fix error in verbose ipc command parsing
author
Ranjani Sridharan
<ranjani.sridharan@linux.intel.com>
Thu, 9 May 2019 20:10:25 +0000
(15:10 -0500)
committer
Mark Brown
<broonie@kernel.org>
Mon, 13 May 2019 11:37:28 +0000
(12:37 +0100)
Remove the erroneous addition of "SET_VALUE" to the GLB
IPC command string.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/ipc.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/ipc.c
b/sound/soc/sof/ipc.c
index f0b9d3c53f6f6944d75f4fbafbe13119fb7e688e..894e68cbd69d5d35ec54bf1e59e369d6f1406dce 100644
(file)
--- a/
sound/soc/sof/ipc.c
+++ b/
sound/soc/sof/ipc.c
@@
-115,7
+115,7
@@
static void ipc_log_header(struct device *dev, u8 *text, u32 cmd)
}
break;
case SOF_IPC_GLB_COMP_MSG:
- str = "GLB_COMP_MSG
: SET_VALUE
";
+ str = "GLB_COMP_MSG";
switch (type) {
case SOF_IPC_COMP_SET_VALUE:
str2 = "SET_VALUE"; break;