Skip to content

Commit 22b7368

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 75fe0b1 commit 22b7368

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
@@ -210,7 +210,7 @@ static int smart_amp_init(struct processing_module *mod)
210210
/* allocate inner model data struct */
211211
sad->mod_data = mod_data_create(dev);
212212
if (!sad->mod_data) {
213-
comp_err(dev, "failed to allocate nner model data");
213+
comp_err(dev, "failed to allocate inner model data");
214214
ret = -ENOMEM;
215215
goto error;
216216
}

0 commit comments

Comments
 (0)