diff options
author | Mark Brown <broonie@kernel.org> | 2015-11-21 13:58:13 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-21 13:58:13 +0000 |
commit | 60da3efbf1279c7e1b6a8bd1f848626b194748e6 (patch) | |
tree | 48744e42070575d1343057c500ba227e3f09a7ba /include/sound | |
parent | d16a2b9f2465b5486f830178fbfb7d203e0a17ae (diff) | |
parent | 1e83b0475a6833a2cb88beeb79f095b0cf4b40db (diff) | |
download | op-kernel-dev-60da3efbf1279c7e1b6a8bd1f848626b194748e6.zip op-kernel-dev-60da3efbf1279c7e1b6a8bd1f848626b194748e6.tar.gz |
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.h | 6 |
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)) /* |