projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a9df6
)
ASoC: topology: ABI - Remove tdm_slot & dai_fmt from snd_soc_tplg_stream
author
Mengdong Lin
<mengdong.lin@intel.com>
Wed, 30 Sep 2015 09:32:40 +0000
(17:32 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 2 Oct 2015 16:59:50 +0000
(17:59 +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@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/sound/asoc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/sound/asoc.h
b/include/uapi/sound/asoc.h
index 538ea13080080b5b42bf43d068281c126495ca75..26539a7e488081933f151c570220ff4561deec40 100644
(file)
--- 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));
/*