diff options
author | Vedang Patel <vedang.patel@intel.com> | 2015-09-30 17:29:47 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-02 17:59:48 +0100 |
commit | 7654855ef84d78079109bb38195a8db6b188117b (patch) | |
tree | a4bc1e6a6f19eafe04937b2171ade90ba9f87354 /include/uapi/sound | |
parent | 5b2688a59af686f7c0a80edc49d7f190365ac090 (diff) |
ASoC: 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@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/asoc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h index 2aa081ca95c1..4bef63f5e1ff 100644 --- a/include/uapi/sound/asoc.h +++ b/include/uapi/sound/asoc.h @@ -227,16 +227,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. |