diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-07-27 12:58:06 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:58:10 -0400 |
commit | 2807314d467e7dd929c42050031aabbd28e78f0b (patch) | |
tree | d4d05f61ef8cc1115ae73af900b8012392321caa /sound/pci/Kconfig | |
parent | ef5fa1a49fc3b5fe8e734f25fa61bc73ccba344e (diff) |
[ALSA] hda-intel - Add hwdep interface
Added a hwdep interface for each codec (enabled per kconfig).
This interface can be used for reading/writing HD-audio verbs
and other purposes as future extensions.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index c6b44102aa5b..57426f6fa423 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -500,6 +500,15 @@ config SND_HDA_INTEL | |||
500 | To compile this driver as a module, choose M here: the module | 500 | To compile this driver as a module, choose M here: the module |
501 | will be called snd-hda-intel. | 501 | will be called snd-hda-intel. |
502 | 502 | ||
503 | config SND_HDA_HWDEP | ||
504 | bool "Build hwdep interface for HD-audio driver" | ||
505 | depends on SND_HDA_INTEL | ||
506 | select SND_HWDEP | ||
507 | help | ||
508 | Say Y here to build a hwdep interface for HD-audio driver. | ||
509 | This interface can be used for out-of-bound communication | ||
510 | with codesc for debugging purposes. | ||
511 | |||
503 | config SND_HDSP | 512 | config SND_HDSP |
504 | tristate "RME Hammerfall DSP Audio" | 513 | tristate "RME Hammerfall DSP Audio" |
505 | depends on SND | 514 | depends on SND |