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)
commit347de1f8625199d177caf7668cfa1c00717faedb
tree4862eea8f8fc767134d4142d0eea7c188f980918
parent58fddc288b5cec192ad9eb9221da7ed14d974a27
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]