swh:1:snp:baebc2109e4a2ec22a1129a3859647e191d04df4
Raw File
Tip revision: 3da02b584e909be1c1fd350725c8a07b2ed0bcc6 authored by Ben Hutchings on 23 December 2017, 04:47:27 UTC
Synthetic revision for Debian source package linux version 4.9.65-3+deb9u1~bpo8+1
Tip revision: 3da02b5
Kconfig
# ALSA PA-RISC drivers

menuconfig SND_GSC
	bool "GSC sound devices"
	depends on GSC
	default y
	help
	  Support for GSC sound devices on PA-RISC architectures.

if SND_GSC

config SND_HARMONY
	tristate "Harmony/Vivace sound chip"
	select SND_PCM
	help
	  Say 'Y' or 'M' to include support for the Harmony/Vivace sound
	  chip found in most GSC-based PA-RISC workstations.  It's frequently
	  provided as part of the Lasi multi-function IC.

endif	# SND_GSC
back to top