From 1448f8acf4cc61197a228bdb7126e7eeb92760fe Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Fri, 15 Jan 2021 13:35:00 +0200 Subject: sound: Add n64 driver This adds support for the Nintendo 64 console's sound. Signed-off-by: Lauri Kasanen Reviewed-by: Takashi Iwai Signed-off-by: Thomas Bogendoerfer --- sound/mips/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sound/mips/Kconfig') diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig index b497b803c834..c484b1e42395 100644 --- a/sound/mips/Kconfig +++ b/sound/mips/Kconfig @@ -24,5 +24,12 @@ config SND_SGI_HAL2 help Sound support for the SGI Indy and Indigo2 Workstation. +config SND_N64 + bool "N64 Audio" + depends on MACH_NINTENDO64 && SND=y + select SND_PCM + help + Sound support for the N64. + endif # SND_MIPS -- cgit