commit | fb3b07c289fc972e1e2a7d7b7a809239b71f1f3c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Apr 14 16:47:19 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 16 07:31:31 2015 +0200 |
tree | 046564d2c7ce8b4fde7b7ed544c1b8ce6d732fd7 | |
parent | 304dad30388d017544bc2e90fe4fefcca94263d3 [diff] |
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>