From: Stephen Warren Date: Wed, 1 Jun 2011 17:14:19 +0000 (-0600) Subject: ALSA: hda: Separate generic and non-generic implementations X-Git-Tag: v3.1-rc1~271^2^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aaf898025b1f75f30457e00e890c9f7c43567ab;p=pandora-kernel.git ALSA: hda: Separate generic and non-generic implementations A future change will significantly rework the generic implementation in order to support codecs with a different number of pins and converters. Isolate the more custom codec variants from this change by duplicating the small portions of generic code they share. This simplifies the later rework of that previously shared code, since we don't have to consider the more custom codecs, and also prevents support for those codecs from regressing. Signed-off-by: Stephen Warren Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed