diff options
Diffstat (limited to 'sound/sh')
-rw-r--r-- | sound/sh/Kconfig | 1 | ||||
-rw-r--r-- | sound/sh/aica.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sound/sh/Kconfig b/sound/sh/Kconfig index cfc143985802..aed0f90c3919 100644 --- a/sound/sh/Kconfig +++ b/sound/sh/Kconfig | |||
@@ -15,6 +15,7 @@ config SND_AICA | |||
15 | tristate "Dreamcast Yamaha AICA sound" | 15 | tristate "Dreamcast Yamaha AICA sound" |
16 | depends on SH_DREAMCAST | 16 | depends on SH_DREAMCAST |
17 | select SND_PCM | 17 | select SND_PCM |
18 | select G2_DMA | ||
18 | help | 19 | help |
19 | ALSA Sound driver for the SEGA Dreamcast console. | 20 | ALSA Sound driver for the SEGA Dreamcast console. |
20 | 21 | ||
diff --git a/sound/sh/aica.c b/sound/sh/aica.c index f551233c5a08..583a3693df75 100644 --- a/sound/sh/aica.c +++ b/sound/sh/aica.c | |||
@@ -565,7 +565,7 @@ static int load_aica_firmware(void) | |||
565 | err = request_firmware(&fw_entry, "aica_firmware.bin", &pd->dev); | 565 | err = request_firmware(&fw_entry, "aica_firmware.bin", &pd->dev); |
566 | if (unlikely(err)) | 566 | if (unlikely(err)) |
567 | return err; | 567 | return err; |
568 | /* write firware into memory */ | 568 | /* write firmware into memory */ |
569 | spu_disable(); | 569 | spu_disable(); |
570 | spu_memload(0, fw_entry->data, fw_entry->size); | 570 | spu_memload(0, fw_entry->data, fw_entry->size); |
571 | spu_enable(); | 571 | spu_enable(); |