diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-04-14 16:47:19 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-04-16 07:31:31 +0200 |
commit | fb3b07c289fc972e1e2a7d7b7a809239b71f1f3c (patch) | |
tree | 046564d2c7ce8b4fde7b7ed544c1b8ce6d732fd7 /sound/pci/hda/hda_controller.c | |
parent | ALSA: hda - moved alloc/free stream pages function to controller library (diff) | |
download | linux-fb3b07c289fc972e1e2a7d7b7a809239b71f1f3c.tar.xz linux-fb3b07c289fc972e1e2a7d7b7a809239b71f1f3c.zip |
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>
Diffstat (limited to 'sound/pci/hda/hda_controller.c')
-rw-r--r-- | sound/pci/hda/hda_controller.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index b4474e27631d..6b39f2e8c820 100644 --- a/sound/pci/hda/hda_controller.c +++ b/sound/pci/hda/hda_controller.c @@ -1966,6 +1966,3 @@ int azx_init_stream(struct azx *chip) return 0; } EXPORT_SYMBOL_GPL(azx_init_stream); - -MODULE_LICENSE("GPL"); -MODULE_DESCRIPTION("Common HDA driver functions"); |