diff options
author | Wu Fengguang <wfg@linux.intel.com> | 2008-11-17 22:47:52 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-18 01:39:03 -0500 |
commit | 7f4a9f43427793bfe4d42e71f42e2b551bcfe354 (patch) | |
tree | 32fac4e6b2c84e79231345ed5dc6f7c76c37a6cb /sound/pci/Kconfig | |
parent | 33deeca3bb6a945677d70876ea9d044fc5797eb3 (diff) |
ALSA: create hda_eld.c for ELD routines and proc interface
ELD handling routines can be shared by all HDMI codecs,
and they are large enough to make a standalone source file.
Signed-off-by: Wu Fengguang <wfg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 21e9327a0ef4..157a0a6b10ae 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -582,6 +582,10 @@ config SND_HDA_CODEC_INTELHDMI | |||
582 | Say Y here to include INTEL HDMI HD-audio codec support in | 582 | Say Y here to include INTEL HDMI HD-audio codec support in |
583 | snd-hda-intel driver, such as Eaglelake integrated HDMI. | 583 | snd-hda-intel driver, such as Eaglelake integrated HDMI. |
584 | 584 | ||
585 | config SND_HDA_ELD | ||
586 | def_bool y | ||
587 | depends on SND_HDA_CODEC_INTELHDMI | ||
588 | |||
585 | config SND_HDA_CODEC_CONEXANT | 589 | config SND_HDA_CODEC_CONEXANT |
586 | bool "Build Conexant HD-audio codec support" | 590 | bool "Build Conexant HD-audio codec support" |
587 | depends on SND_HDA_INTEL | 591 | depends on SND_HDA_INTEL |