]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: topology: ABI - Remove unused struct snd_soc_tplg_stream_config
authorVedang Patel <vedang.patel@intel.com>
Wed, 30 Sep 2015 09:29:47 +0000 (17:29 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 2 Oct 2015 16:59:48 +0000 (17:59 +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@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/sound/asoc.h

index 2aa081ca95c1ccf5b6b21eae4a4cf41f542858cc..4bef63f5e1ff11400da5a60818475181f70e4527 100644 (file)
@@ -226,16 +226,6 @@ struct snd_soc_tplg_stream {
        __le32 dai_fmt;         /* SND_SOC_DAIFMT_  */
 } __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