Skip to content

Commit 61d56d4

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 46048ce commit 61d56d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/smart_amp/smart_amp.c

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

0 commit comments

Comments
 (0)