From c5f53c1b13508ed93f4c0ba63f60ca5156243de4 Mon Sep 17 00:00:00 2001 From: Vedang Patel Date: Thu, 5 Nov 2015 20:48:46 +0800 Subject: [PATCH] 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 Signed-off-by: Mengdong Lin Signed-off-by: Jaroslav Kysela --- include/sound/asoc.h | 10 ---------- 1 file changed, 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 @@ -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 -- 2.47.1