[alsa-devel] [PATCH V4 0/2] ASoC: share more product information with user space

han.lu at intel.com han.lu at intel.com
Fri Apr 1 07:46:30 CEST 2016


From: "Lu, Han" <han.lu at intel.com>

 Share more product information, so user space utils such as PA and UCM can
 distinguish different products.
  1. Add a core API.
  2. Apply the API to bytcr-rt5640 driver.
    
 changes on V4:
  1. Replace kmalloc() and snprintf() with ksaprintf() to simplify code

 changes on V3:
  1. Split the core API and the API call to two patches
  2. Replace misused strcat() with snprintf()
  3. Code and comment fix 
	  
Lu, Han (2):
  ASoC: core: add API for registering DMI card names
  ASoC: bytcr-rt5640: register DMI names to card

 include/sound/soc.h                   |  3 ++
 sound/soc/intel/boards/bytcr_rt5640.c | 15 ++++++++++
 sound/soc/soc-core.c                  | 56 +++++++++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+)

-- 
2.5.0



More information about the Alsa-devel mailing list