]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Move azx_interrupt to hda_controller
authorDylan Reid <dgreid@chromium.org>
Fri, 28 Feb 2014 23:41:29 +0000 (15:41 -0800)
committerTakashi Iwai <tiwai@suse.de>
Sat, 1 Mar 2014 10:23:24 +0000 (11:23 +0100)
commit59ee3bd6d9a9b8e482cedd4687ef990269bbaffe
treef3f8904494c6a15c4ebbf58e9b205f44d2904998
parentf9e7da5983e04ad1902ab1b60da38a64b3380cee
ALSA: hda - Move azx_interrupt to hda_controller

This code will be reused by an hda_platform driver as it has no PCI
dependencies.  This allows update_rirb to be static as all users are
now in hda_controller.c.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_controller.h
sound/pci/hda/hda_intel.c