]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Merge codec and controller helpers
authorTakashi Iwai <tiwai@suse.de>
Tue, 14 Apr 2015 14:47:19 +0000 (16:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Apr 2015 05:31:31 +0000 (07:31 +0200)
commit819e4af3083c4d18950ac41a00c96bc6ae67b0ea
tree046564d2c7ce8b4fde7b7ed544c1b8ce6d732fd7
parent138970ea85aed44f723bd39bd8954bb132154441
ALSA: hda - Merge codec and controller helpers

There is no much merit to keep the HD-audio codec and controller
helper codes in separate modules any longer.  Let's merge them into a
single helper module.

This patch just changes Makefile entries to merge two individual
modules to one.  The only code change is the removal of superfluous
MODULE_*() macros in one side.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Makefile
sound/pci/hda/hda_controller.c