alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: topology: Add support for BE DAIs
@ 2016-07-26  6:31 mengdong.lin
  2016-07-26  6:32 ` [PATCH v2 1/3] ASoC: topology: ABI - Add the types for BE DAI mengdong.lin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mengdong.lin @ 2016-07-26  6:31 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: Mengdong Lin, tiwai, hardik.t.shah, guneshwor.o.singh,
	liam.r.girdwood, mengdong.lin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1310 bytes --]

From: Mengdong Lin <mengdong.lin@linux.intel.com>

There is topology ABI udpate in this series. Topology core can check size
of each ABI objects to detect version mismatch between user space and
kernel.

This series adds support for BE (Back End) DAIs:
- Define the type and ABI struct for Backend DAIs.
- The topology core can configure an existing BE DAI or create new BE
  DAIs.

The user space series "topology: Add support for BE DAIs" is also
submitted.

There will be 2 pairs of kernel & user space series for PCM & BE links
later.

History:
v2: Remove unused argument to fix the compiler warning.
    sound/soc/soc-topology.c: In function ‘soc_tplg_be_dai_config’:
    sound/soc/soc-topology.c:1789:22: warning: too many arguments for format [-Wformat-extra-args]
    dev_err(tplg->dev, "ASoC: Invalid BE DAI name\n",


Mengdong Lin (3):
  ASoC: topology: ABI - Add the types for BE DAI
  ASoC: topology: Add support for configuring existing BE DAIs
  ASoC: topology: Able to create BE DAIs

 include/sound/soc-topology.h |   1 +
 include/uapi/sound/asoc.h    |  34 +++++++++-
 sound/soc/soc-core.c         |   3 +-
 sound/soc/soc-topology.c     | 155 ++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 188 insertions(+), 5 deletions(-)

-- 
2.5.0


[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-29 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26  6:31 [PATCH v2 0/3] ASoC: topology: Add support for BE DAIs mengdong.lin
2016-07-26  6:32 ` [PATCH v2 1/3] ASoC: topology: ABI - Add the types for BE DAI mengdong.lin
2016-07-26  6:32 ` [PATCH v2 2/3] ASoC: topology: Add support for configuring existing BE DAIs mengdong.lin
2016-07-26  6:32 ` [PATCH v2 3/3] ASoC: topology: Able to create " mengdong.lin
2016-07-29 16:38 ` [PATCH v2 0/3] ASoC: topology: Add support for " Lin, Mengdong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).