Skip to content

Commit

Permalink
ASoC: topology: ABI - Remove tdm_slot & dai_fmt from snd_soc_tplg_stream
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mengdong Lin authored and Mark Brown committed Oct 2, 2015
1 parent e2a9df6 commit 76a822a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/uapi/sound/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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));

/*
Expand Down

0 comments on commit 76a822a

Please sign in to comment.