From: mengdong.lin@linux.intel.com
To: alsa-devel@alsa-project.org, broonie@kernel.org
Cc: Mengdong Lin <mengdong.lin@linux.intel.com>,
tiwai@suse.de, mengdong.lin@intel.com,
liam.r.girdwood@linux.intel.com, vinod.koul@intel.com,
pierre-louis.bossart@intel.com
Subject: [PATCH v2 0/2] ucm: Automatically load the best config file based on the card long name
Date: Tue, 3 Jan 2017 13:11:42 +0800 [thread overview]
Message-ID: <cover.1483286749.git.mengdong.lin@linux.intel.com> (raw)
From: Mengdong Lin <mengdong.lin@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
next reply other threads:[~2017-01-03 5:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-03 5:11 mengdong.lin [this message]
2017-01-03 5:13 ` [PATCH v2 1/2] ucm: Load device-specific configuration file based on the card long name mengdong.lin
2017-01-03 5:13 ` [PATCH v2 2/2] ucm: Add command 'get _file' to get the config file name of the opened card mengdong.lin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1483286749.git.mengdong.lin@linux.intel.com \
--to=mengdong.lin@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=mengdong.lin@intel.com \
--cc=pierre-louis.bossart@intel.com \
--cc=tiwai@suse.de \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.