ALSA: hda - Move some definitions to new hda_priv.h
authorDylan Reid <dgreid@chromium.org>
Fri, 28 Feb 2014 23:41:12 +0000 (15:41 -0800)
committerTakashi Iwai <tiwai@suse.de>
Sat, 1 Mar 2014 10:20:19 +0000 (11:20 +0100)
commit2538a4f583e0e287f4ab96e431316789987d96b6
treede4270ad069d9955c57e54c5504a4e90bc4bdf8a
parentca460f86521ed515d17dd1314f7b95183866f681
ALSA: hda - Move some definitions to new hda_priv.h

Later commits adding support for hda platform drivers will want to use
the same defines and structures. Put them in a place reachable by both
hda_intel and the new platform driver.

This is a mostly a direct copy with a few whitespace and comment
changes to make checkpatch happy.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_priv.h [new file with mode: 0644]