summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-11-21 13:58:13 (GMT)
committerMark Brown <broonie@kernel.org>2015-11-21 13:58:13 (GMT)
commit60da3efbf1279c7e1b6a8bd1f848626b194748e6 (patch)
tree48744e42070575d1343057c500ba227e3f09a7ba /include/sound
parentd16a2b9f2465b5486f830178fbfb7d203e0a17ae (diff)
parent1e83b0475a6833a2cb88beeb79f095b0cf4b40db (diff)
downloadlinux-60da3efbf1279c7e1b6a8bd1f848626b194748e6.tar.xz
Merge branch 'topic/hdac' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/hdaudio_ext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h
index a4cadd9..425af06 100644
--- a/include/sound/hdaudio_ext.h
+++ b/include/sound/hdaudio_ext.h
@@ -186,9 +186,15 @@ struct hdac_ext_device {
/* codec ops */
struct hdac_ext_codec_ops ops;
+ struct snd_card *card;
+ void *scodec;
void *private_data;
};
+struct hdac_ext_dma_params {
+ u32 format;
+ u8 stream_tag;
+};
#define to_ehdac_device(dev) (container_of((dev), \
struct hdac_ext_device, hdac))
/*