X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsh%2Faica.c;h=583a3693df75cc4a1c9a893a62ff70fecda68f26;hb=3516c6a8dc0b1153c611c4cf0dc4a51631f052bb;hp=f551233c5a08d6958c14caebe24a1e227257e829;hpb=7cec2ef4a298605b010f1c80041de884e777ea67;p=linux-2.6-omap-h63xx.git diff --git a/sound/sh/aica.c b/sound/sh/aica.c index f551233c5a0..583a3693df7 100644 --- a/sound/sh/aica.c +++ b/sound/sh/aica.c @@ -565,7 +565,7 @@ static int load_aica_firmware(void) err = request_firmware(&fw_entry, "aica_firmware.bin", &pd->dev); if (unlikely(err)) return err; - /* write firware into memory */ + /* write firmware into memory */ spu_disable(); spu_memload(0, fw_entry->data, fw_entry->size); spu_enable();