]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Fix missing stream name of widgets in text conf file
authorMengdong Lin <mengdong.lin@linux.intel.com>
Mon, 24 Oct 2016 13:22:02 +0000 (21:22 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Oct 2016 07:24:28 +0000 (09:24 +0200)
commitadb9866b70bb8f30b08a0974d72a0256e689143d
treee0906a6f60080587ed8d660ec9ec15260232bffb
parentced8722f7d98c946d1429e46252ccc061272d0db
topology: Fix missing stream name of widgets in text conf file

User can define the stream name of an input/output widget in the text conf
file, by setting "stream_name" of a SectionWidget.

Topology C API and kernel already have support for configuring a widget's
stream name. This patch just adds the missing part of the text conf file.

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