]> git.alsa-project.org Git - alsa-lib.git/commitdiff
topology: ABI - Remove unused struct snd_soc_tplg_stream_config
authorVedang Patel <vedang.patel@intel.com>
Thu, 5 Nov 2015 12:48:46 +0000 (20:48 +0800)
committerJaroslav Kysela <perex@perex.cz>
Thu, 5 Nov 2015 13:53:24 +0000 (14:53 +0100)
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>
include/sound/asoc.h

index 8dc23434030717a0b727c4d345d3d10574c9ddff..b08ff3a232d1762ac9febcf63f9379b7fe23d646 100644 (file)
@@ -217,16 +217,6 @@ struct snd_soc_tplg_stream {
        __le32 channels;        /* channels */
 } __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