Browse Source

Merge branch 'topic/hdac' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

Mark Brown 9 years ago
parent
commit
60da3efbf1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      include/sound/hdaudio_ext.h

+ 6 - 0
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))
 /*