Commit 042117b
committed
Audio: Smart Amp: Avoid warning about unused
The variable sink_ch is unused. This avoids warning/error:
sof/workspace/sof/src/audio/smart_amp/smart_amp_generic.c:224:6:
error: unused variable 'sink_ch' [-Werror,-Wunused-variable]
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent 5d42695 commit 042117b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
| |||
0 commit comments