summaryrefslogtreecommitdiff
path: root/include/sound/asoc.h
diff options
context:
space:
mode:
authorVedang Patel <vedang.patel@intel.com>2015-11-05 20:48:46 +0800
committerJaroslav Kysela <perex@perex.cz>2015-11-05 14:53:24 +0100
commitc5f53c1b13508ed93f4c0ba63f60ca5156243de4 (patch)
tree65281e2458b81ae1633ecf30e6fdd0966cfe701a /include/sound/asoc.h
parent79ef136f0210f2432b631c6b8cff32ac4e7476b3 (diff)
downloadalsa-lib-c5f53c1b13508ed93f4c0ba63f60ca5156243de4.tar.gz
topology: ABI - Remove unused struct snd_soc_tplg_stream_config
The struct snd_soc_tplg_stream_config is no longer used in the ABI. We are using snd_soc_tplg_stream instead. Signed-off-by: Vedang Patel <vedang.patel@intel.com> Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound/asoc.h')
-rw-r--r--include/sound/asoc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/sound/asoc.h b/include/sound/asoc.h
index 8dc23434..b08ff3a2 100644
--- a/include/sound/asoc.h
+++ b/include/sound/asoc.h
@@ -218,16 +218,6 @@ struct snd_soc_tplg_stream {
} __attribute__((packed));
/*
- * Duplex stream configuration supported by SW/FW.
- */
-struct snd_soc_tplg_stream_config {
- __le32 size; /* in bytes of this structure */
- char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
- struct snd_soc_tplg_stream playback;
- struct snd_soc_tplg_stream capture;
-} __attribute__((packed));
-
-/*
* Manifest. List totals for each payload type. Not used in parsing, but will
* be passed to the component driver before any other objects in order for any
* global component resource allocations.