Commit b57366f
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 c5e7207 commit b57366f
1 file changed
Lines changed: 0 additions & 1 deletion
| 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