Skip to content

Commit

Permalink
ALSA: cs5535audio: Also needed on MIPS
Browse files Browse the repository at this point in the history
The CS5536 companion chipset is not only used on 32-bit x86 systems as
I originally thought, it is also used on MIPS Loongson/Lemote 2
systems. So let the snd-cs5535audio driver be built on MIPS too.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Jean Delvare authored and Takashi Iwai committed Mar 11, 2014
1 parent caaf5ef commit 61ef6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ config SND_CS5530

config SND_CS5535AUDIO
tristate "CS5535/CS5536 Audio"
depends on X86_32 || COMPILE_TEST
depends on X86_32 || MIPS || COMPILE_TEST
select SND_PCM
select SND_AC97_CODEC
help
Expand Down

0 comments on commit 61ef6f3

Please sign in to comment.