aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/sound
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@intel.com>2015-09-30 17:32:40 +0800
committerMark Brown <broonie@kernel.org>2015-10-02 17:59:50 +0100
commit76a822a6ae9c0c67309318bb60a4117329252fc4 (patch)
treee6341d47f8464c58c20fd872003ca10c629e8000 /include/uapi/sound
parentASoC: topology: ABI - Add configuration for BE & Codec-Codec DAI Links (diff)
downloadlinux-dev-76a822a6ae9c0c67309318bb60a4117329252fc4.tar.xz
linux-dev-76a822a6ae9c0c67309318bb60a4117329252fc4.zip
ASoC: topology: ABI - Remove tdm_slot & dai_fmt from snd_soc_tplg_stream
These two fields are line parameters for BE/CC links and should not be from toplogy but from ACPI. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
index 538ea1308008..26539a7e4880 100644
--- a/include/uapi/sound/asoc.h
+++ b/include/uapi/sound/asoc.h
@@ -224,8 +224,6 @@ struct snd_soc_tplg_stream {
__le32 period_bytes; /* size of period in bytes */
__le32 buffer_bytes; /* size of buffer in bytes */
__le32 channels; /* channels */
- __le32 tdm_slot; /* optional BE bitmask of supported TDM slots */
- __le32 dai_fmt; /* SND_SOC_DAIFMT_ */
} __attribute__((packed));
/*