[alsa-devel] [PATCH v2 0/2] ucm: Automatically load the best config file based on the card long name
mengdong.lin at linux.intel.com
mengdong.lin at linux.intel.com
Tue Jan 3 06:11:42 CET 2017
From: Mengdong Lin <mengdong.lin at linux.intel.com>
Intel DSP platform drivers are used by many different devices. For user
space to differentiate them, now ASoC provide API for machine drivers to
include the DMI info (vendor, product and board) in card long name. This
series will add UCM support for loading best device-specific configuration
based on the card long name.
For the ASoC kernel patch, please see
ASoC: core: Add API to use DMI name in sound card long name (v2)
Mengdong Lin (2):
ucm: Load device-specific configuration file based on the card long
name
ucm: Add command 'get _file' to get the config file name of the opened
card
History:
v2: Request the device-specific file name to match the card long name,
no long use automatic key word matching and scoring to avoid error
and uncertainty. And add command to check the name of actually loaded
configuration file.
include/use-case.h | 2 +-
src/ucm/main.c | 14 ++++++++
src/ucm/parser.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++---
src/ucm/ucm_local.h | 3 ++
4 files changed, 115 insertions(+), 5 deletions(-)
--
2.7.4
More information about the Alsa-devel
mailing list