From: Dylan Reid Date: Fri, 28 Feb 2014 23:41:22 +0000 (-0800) Subject: ALSA: hda - Add hda_controller.c and move pcm ops from hda_intel X-Git-Tag: v3.15-rc1~142^2~3^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e848788e30b2ee0b2736b99b6e458b6c7a4e7d;p=pandora-kernel.git ALSA: hda - Add hda_controller.c and move pcm ops from hda_intel Pull the pcm_ops and the functions they use into a new hda_controller file. This is done to allow for other hda implementations besides PCI to use the same ops. The hda_controller file will house functionality related to HDA but independent of the bus used to talk to the controller. This currently shares dsp locking across the two files. This will be remedied in a following commit. Signed-off-by: Dylan Reid Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed