]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: export struct hda_intel
authorImre Deak <imre.deak@intel.com>
Thu, 8 Jan 2015 15:54:15 +0000 (17:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 12 Jan 2015 01:48:21 +0000 (02:48 +0100)
commit48e4577e3eea5add340b6706efaa8b455d96dab2
tree4862eea8f8fc767134d4142d0eea7c188f980918
parentb78753e6696a7ef9c7c7e5e15e6b87e877703e7a
ALSA: hda: export struct hda_intel

This struct will be needed by the component code added in an upcoming
patch, so export it into a new hda_intel.h file. At the same time also
merge hda_i915.h into this new header, there is no reason to keep two
separate intel specific header file.

Suggested-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
sound/pci/hda/hda_i915.c
sound/pci/hda/hda_i915.h [deleted file]
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_intel.h [new file with mode: 0644]