From: Takashi Iwai Date: Wed, 8 Jan 2014 10:44:21 +0000 (+0100) Subject: ALSA: hda - Split Thinkpad ACPI-related code X-Git-Tag: v3.14-rc1~143^2~1^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b317b032d2dcb5e518cc9630cc6f1c7c24afedfc;p=pandora-kernel.git ALSA: hda - Split Thinkpad ACPI-related code Both patch_realtek.c and patch_conexant.c contain the fairy same code snippet for supporting Thinkpad ACPI LED controls. Split them into thinkpad_helper.c and include it from both places. Although this isn't the best approach from the code size POV, the probability for coexistence of both Realtek and Conexant codecs on a single machine is pretty low, thus it'll end up with less memory footprint than splitting to yet another module. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed