ASoC: topology: ABI - Add PCM Support and bump ABI version to 4
authorVedang Patel <vedang.patel@intel.com>
Wed, 30 Sep 2015 09:28:47 +0000 (17:28 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 2 Oct 2015 16:59:48 +0000 (17:59 +0100)
commit5b2688a59af686f7c0a80edc49d7f190365ac090
treec6fdc48ead2dbd3b0dddb885d75bd7d57cfa989d
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
ASoC: topology: ABI - Add PCM Support and bump ABI version to 4

The struct snd_soc_tplg_pcm_dai is renamed to snd_soc_tplg_pcm.
This struct will now be used to handle data related to PCMs
(FE DAI & DAI links). It's not for BE, because BE DAI mappings will be
provided by ACPI/FDT data.

Remove the unused struct snd_soc_tplg_pcm_cfg_caps. We are using
snd_soc_tplg_stream and snd_soc_stream_caps instead.

Bump ABI version to 4.

Signed-off-by: Vedang Patel <vedang.patel@intel.com>
Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/sound/asoc.h
sound/soc/soc-topology.c
This page took 0.025591 seconds and 5 git commands to generate.