ALSA: hda - Merge all HDMI modules into the unified module
authorTakashi Iwai <tiwai@suse.de>
Tue, 7 Sep 2010 10:27:25 +0000 (12:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Sep 2010 08:02:29 +0000 (10:02 +0200)
commit84eb01be18df7012ac31bf678da5aaf1accc6a77
treebc02a76d09ce565bb73422b43bce611f7dece82d
parentf68b3b291d39f1e3361b194a95459f9cbdaf31e6
ALSA: hda - Merge all HDMI modules into the unified module

This patch merges all three patch_*hdmi variants to the single HDMI
parser.  There is only one snd-hda-codec-hdmi module now.

In this patch, the behavior of each parser isn't changed much.
The old ATI parser still doesn't use the dynamic parser yet.
In later patches, they'll be cleaned up.

Also, this patch gets rid of the individual snd-hda-eld module and
builds into snd-hda-codec-hdmi, since this is referred only from the
HDMI parser.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig
sound/pci/hda/Makefile
sound/pci/hda/hda_eld.c
sound/pci/hda/patch_atihdmi.c [deleted file]
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_intelhdmi.c [deleted file]
sound/pci/hda/patch_nvhdmi.c [deleted file]