]> git.alsa-project.org Git - alsa-lib.git/commitdiff
topology: ABI - Remove tdm_slot & dai_fmt from snd_soc_tplg_stream
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 5 Nov 2015 12:48:38 +0000 (20:48 +0800)
committerJaroslav Kysela <perex@perex.cz>
Thu, 5 Nov 2015 13:53:24 +0000 (14:53 +0100)
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@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/sound/asoc.h

index ddc28ce4296a17e4f6bab08001a9f06137d78959..8dc23434030717a0b727c4d345d3d10574c9ddff 100644 (file)
@@ -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));
 
 /*