From 79ef136f0210f2432b631c6b8cff32ac4e7476b3 Mon Sep 17 00:00:00 2001 From: Mengdong Lin Date: Thu, 5 Nov 2015 20:48:38 +0800 Subject: [PATCH] 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 Signed-off-by: Jaroslav Kysela --- include/sound/asoc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/sound/asoc.h b/include/sound/asoc.h index ddc28ce4..8dc23434 100644 --- a/include/sound/asoc.h +++ b/include/sound/asoc.h @@ -215,8 +215,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)); /* -- 2.47.1