]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a43a3af79a9eea716ac797a5f18b30d875d7478
treebc02a76d09ce565bb73422b43bce611f7dece82d
parentca826b79489e77574ba95f57a74e4c07e18896e3
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]