]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Parse name and stream name of physical DAI links
authorMengdong Lin <mengdong.lin@linux.intel.com>
Sun, 6 Nov 2016 05:14:34 +0000 (13:14 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2016 15:33:22 +0000 (16:33 +0100)
commita182ab29c677311e288b7bba115f497c194187f7
tree27ef4e5d004c155bbaf43c37e8d736321430ded6
parentc33b3a0ea2f9e9241b2f80a15a5944c50a6798e0
topology: Parse name and stream name of physical DAI links

Parse name and stream name of physical links defined by text conf file
or C API. Add name and stream name to C API template of physical DAI
links.

These two fields will help topology kernel driver to find an existing
physical link to configure, since the id of links are often the default
value ZERO and useless for match.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/topology.h
src/topology/pcm.c