Raw File
# SPDX-License-Identifier: GPL-2.0
#
# MOST ALSA configuration
#

config MOST_SOUND
	tristate "Sound"
	depends on SND
	select SND_PCM
	help
	  Say Y here if you want to commumicate via ALSA/sound devices.

	  To compile this driver as a module, choose M here: the
	  module will be called most_sound.
back to top