Skip to content

Commit eb0fe52

Browse files
committed
Audio: Smart Amp: Remove unused variable rate
This change fixes warning/error: sof/src/audio/smart_amp/smart_amp.c:736:11: error: unused variable 'rate' [-Werror,-Wunused-variable] Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent dbfba99 commit eb0fe52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/audio/smart_amp/smart_amp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,6 @@ static int smart_amp_prepare(struct comp_dev *dev)
733733
struct smart_amp_data *sad = comp_get_drvdata(dev);
734734
uint16_t ff_src_fmt, fb_src_fmt, resolved_mod_fmt;
735735
uint32_t least_req_depth;
736-
uint32_t rate;
737736
int ret;
738737

739738
comp_dbg(dev, "smart_amp_prepare()");

0 commit comments

Comments
 (0)