]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Add C API support for PCM
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 5 Nov 2015 12:49:36 +0000 (20:49 +0800)
committerJaroslav Kysela <perex@perex.cz>
Thu, 5 Nov 2015 13:53:24 +0000 (14:53 +0100)
commit93b420b9e2f124feca8926a8506216f579c61a9f
tree782b574a6741faafd5367844ea2e38cbb1882221
parent2286a6fd4de6e2eb4e16b50ceb253a9f934ae4b1
topology: Add C API support for PCM

PCM objects can be added by C API. And this is used to create FE DAIs
and DAI links in kernel.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/topology.h
src/topology/parser.c
src/topology/pcm.c