Skip to content

Commit ccdbe36

Browse files
author
Jyri Sarha
committed
Audio: Smart Amp: Fix a typo
Fix a simple typo inherited from the component version. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent f96de47 commit ccdbe36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/smart_amp/smart_amp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ static int smart_amp_init(struct processing_module *mod)
200200
/* allocate inner model data struct */
201201
sad->mod_data = mod_data_create(dev);
202202
if (!sad->mod_data) {
203-
comp_err(dev, "failed to allocate nner model data");
203+
comp_err(dev, "failed to allocate inner model data");
204204
ret = -ENOMEM;
205205
goto error;
206206
}

0 commit comments

Comments
 (0)