All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] ASoC: Use DMI name in sound card long name
@ 2016-12-16  2:50 mengdong.lin
  2016-12-16  2:51 ` [RFC PATCH 1/2] ASoC: core: Add API to use " mengdong.lin
  2016-12-16  2:51 ` [RFC PATCH 2/2] ASoC: Intel: Use DMI name for sound card long name in Broadwell machine driver mengdong.lin
  0 siblings, 2 replies; 8+ messages in thread
From: mengdong.lin @ 2016-12-16  2:50 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: tiwai, liam.r.girdwood, vinod.koul, Mengdong Lin, mengdong.lin

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

This series is based on Liam's idea to use DMI name as the sound card
short name in the audio workshop. After testing on serveral machines,
we changed the design a little:
- Not change the card name (short name), keep it simple. So the card ID
  won't change as well.
- Use short name and DMI name together to make a readable and unqique
  long name.

Machine drivers can use a new API to get this feature.

We hope to get aligned on the kernel side at first, then we'll update UCM
code in alsa-lib: when the sound server ask UCM to open a sound card,
UCM will try to find the best configuration file that matches the card
long name, and only if not avaiable, fallback to the default configuration
file that matches the card name (short name).

Liam Girdwood (1):
  ASoC: core: Add API to use DMI name in sound card long name

Mengdong Lin (1):
  ASoC: Intel: Use DMI name for sound card long name in Broadwell
    machine driver

 include/sound/soc.h                |   5 ++
 sound/soc/intel/boards/broadwell.c |   2 +
 sound/soc/soc-core.c               | 134 +++++++++++++++++++++++++++++++++++++
 3 files changed, 141 insertions(+)

-- 
2.5.0

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

end of thread, other threads:[~2017-01-17 18:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16  2:50 [RFC PATCH 0/2] ASoC: Use DMI name in sound card long name mengdong.lin
2016-12-16  2:51 ` [RFC PATCH 1/2] ASoC: core: Add API to use " mengdong.lin
2016-12-16  8:39   ` Liam Girdwood
2016-12-16  9:48     ` Mengdong Lin
2016-12-16 14:37       ` Pierre-Louis Bossart
2016-12-16 15:31         ` Lin, Mengdong
2016-12-16  2:51 ` [RFC PATCH 2/2] ASoC: Intel: Use DMI name for sound card long name in Broadwell machine driver mengdong.lin
2017-01-17 18:45   ` Applied "ASoC: Intel: Use DMI name for sound card long name in Broadwell machine driver" to the asoc tree Mark Brown

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.