]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Merge an element's be & cc pointer to one link pointer
authorMengdong Lin <mengdong.lin@linux.intel.com>
Sun, 6 Nov 2016 05:11:49 +0000 (13:11 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2016 15:33:16 +0000 (16:33 +0100)
commit18652f4629a51f63ac7c1d2f59a923ce2b2fa035
treea2c8da5437410f7268e06d78d2bc956e8dd2bf16
parentfc8e5ab4a054ce85f9b8a836ee1d666005f54181
topology: Merge an element's be & cc pointer to one link pointer

Code refactoring. Previously an element has two pointers, 'be' and 'cc',
for BE (Back End) and CC (Codec-Codec) link respectively. But actually
the topology tool processes BE and CC links in the same way, so these
two pointers can be merged into one 'link' pointer, which can be used
configure any physical links.

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