mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
d6748066ad
* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (37 commits) MIPS: O32: Provide definition of registers ta0 .. ta3. MIPS: perf: Add Octeon support for hardware perf. MIPS: perf: Add support for 64-bit perf counters. MIPS: perf: Reorganize contents of perf support files. MIPS: perf: Cleanup formatting in arch/mips/kernel/perf_event.c MIPS: Add accessor macros for 64-bit performance counter registers. MIPS: Add probes for more Octeon II CPUs. MIPS: Add more CPU identifiers for Octeon II CPUs. MIPS: XLR, XLS: Add comment for smp setup MIPS: JZ4740: GPIO: Check correct IRQ in demux handler MIPS: JZ4740: GPIO: Simplify IRQ demuxer MIPS: JZ4740: Use generic irq chip MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines MIPS: Alchemy: kill au1xxx.h header MIPS: Alchemy: clean DMA code of CONFIG_SOC_AU1??? defines MIPS, IDE: Alchem, au1xxx-ide: Remove pb1200/db1200 header dep MIPS: Alchemy: Redo PCI as platform driver MIPS: Alchemy: more base address cleanup MIPS: Alchemy: rewrite USB platform setup. MIPS: Alchemy: abstract USB block control register access ... Fix up trivial conflicts in: arch/mips/alchemy/devboards/db1x00/platform.c drivers/ide/Kconfig drivers/mmc/host/au1xmmc.c drivers/video/Kconfig sound/mips/Kconfig
38 lines
795 B
Plaintext
38 lines
795 B
Plaintext
# ALSA MIPS drivers
|
|
|
|
menuconfig SND_MIPS
|
|
bool "MIPS sound devices"
|
|
depends on MIPS
|
|
default y
|
|
help
|
|
Support for sound devices of MIPS architectures.
|
|
|
|
if SND_MIPS
|
|
|
|
config SND_SGI_O2
|
|
tristate "SGI O2 Audio"
|
|
depends on SGI_IP32
|
|
help
|
|
Sound support for the SGI O2 Workstation.
|
|
|
|
config SND_SGI_HAL2
|
|
tristate "SGI HAL2 Audio"
|
|
depends on SGI_HAS_HAL2
|
|
help
|
|
Sound support for the SGI Indy and Indigo2 Workstation.
|
|
|
|
|
|
config SND_AU1X00
|
|
tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
|
|
depends on MIPS_ALCHEMY
|
|
select SND_PCM
|
|
select SND_AC97_CODEC
|
|
help
|
|
ALSA Sound driver for the Au1x00's AC97 port.
|
|
|
|
Newer drivers for ASoC are available, please do not use
|
|
this driver as it will be removed in the future.
|
|
|
|
endif # SND_MIPS
|
|
|