diff options
author | Lauri Kasanen <cand@gmx.com> | 2021-01-15 13:35:00 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-25 11:48:23 +0100 |
commit | 1448f8acf4cc61197a228bdb7126e7eeb92760fe (patch) | |
tree | 9c4283dec91387c5faa1f08ccb036202c06dd0c0 /sound/mips/Makefile | |
parent | 42b20995fae6318fd2e85ddbbaf7b4f7c3724e68 (diff) |
sound: Add n64 driver
This adds support for the Nintendo 64 console's sound.
Signed-off-by: Lauri Kasanen <cand@gmx.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'sound/mips/Makefile')
-rw-r--r-- | sound/mips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mips/Makefile b/sound/mips/Makefile index ccc364eca692..7c86268b2bf3 100644 --- a/sound/mips/Makefile +++ b/sound/mips/Makefile @@ -9,3 +9,4 @@ snd-sgi-hal2-objs := hal2.o # Toplevel Module Dependency obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o +obj-$(CONFIG_SND_N64) += snd-n64.o |