All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] topology: Support widgets' stream name and file inclusion for text conf file
@ 2016-10-20  5:46 mengdong.lin
  2016-10-20  5:48 ` [PATCH v2 1/3] topology: Fix missing stream name of widgets in " mengdong.lin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: mengdong.lin @ 2016-10-20  5:46 UTC (permalink / raw)
  To: alsa-devel
  Cc: Mengdong Lin, tiwai, hardik.t.shah, guneshwor.o.singh,
	liam.r.girdwood, vinod.koul, broonie, mengdong.lin

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

This series doesn't require or cause any ABI updates. It doesn't need the
kernel patches that trying to udpate ABI from v4 or v5.

Patch 1 fixes a missing topology feature for text conf file to configure
	stream name of a widget.

Patch 2 allows alsaconf to search included files under global
        configuration directories. This will benefit topology and UCM.

Patch 3 adds document about how to include files for topology
	configuration. There is no c code change but actually it depends
	on patch 2.

History:
v2: 	No longer use topology-specific code to support searching included
	files, but extend alsaconf to support this and user can just use
	alsaconf syntax <xxx> and <confdir:xxx>. 

Mengdong Lin (3):
  topology: Fix missing stream name of widgets in text conf file
  alsaconf: Search included files under global configuration directories
  topology: Add doc for including other files in the text conf file

 include/topology.h  |  31 ++++++++++++
 src/conf.c          | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/topology/dapm.c |  10 ++++
 3 files changed, 180 insertions(+), 2 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-10-24 13:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20  5:46 [PATCH v2 0/3] topology: Support widgets' stream name and file inclusion for text conf file mengdong.lin
2016-10-20  5:48 ` [PATCH v2 1/3] topology: Fix missing stream name of widgets in " mengdong.lin
2016-10-20  5:48 ` [PATCH v2 2/3] alsaconf: Search included files under global configuration directories mengdong.lin
2016-10-21 15:04   ` Takashi Iwai
2016-10-24 13:23     ` Mengdong Lin
2016-10-20  5:48 ` [PATCH v2 3/3] topology: Add doc for including other files in the text conf file mengdong.lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.