Skip to content

Commit d9ba580

Browse files
author
Jyri Sarha
committed
Audio: Smart Amp: Remove idle blob handler pointer
There is for no apparent reason a blob handler pointer model_handler in component data, remove it and remove select COMP_BLOB from Kconfig. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 407a625 commit d9ba580

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/audio/smart_amp/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
config COMP_SMART_AMP
44
bool "Smart Amplifier component"
5-
select COMP_BLOB
65
help
76
Select for Smart Amp component. This component protect the speaker
87
from overheating and excursion violation. This consists of two parts

src/audio/smart_amp/smart_amp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ LOG_MODULE_REGISTER(smart_amp, CONFIG_SOF_LOG_LEVEL);
4545

4646
struct smart_amp_data {
4747
struct sof_smart_amp_config config;
48-
struct comp_data_blob_handler *model_handler;
4948
struct comp_buffer *source_buf; /**< stream source buffer */
5049
struct comp_buffer *feedback_buf; /**< feedback source buffer */
5150
struct comp_buffer *sink_buf; /**< sink buffer */

0 commit comments

Comments
 (0)