Home
last modified time | relevance | path

Searched hist:"8 f27c4ab" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-topology.c8f27c4ab Wed Nov 02 12:02:59 CDT 2016 Mengdong Lin <mengdong.lin@linux.intel.com> ASoC: topology: Only use valid names of PCM for the kernel DAI & DAI link

User space may not always set a valid FE DAI driver's name, FE DAI link's
name, stream name or cpu DAI name. In such cases, there are all ZERO in
these name string buffers of a topology PCM object. This patch will only
duplicate valid name strings for kernel FE DAI driver and DAI link when
creating them from topology, and free the name strings when destroying
them.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>