[alsa-devel] [PATCH 00/13] ASoC add new necessary features for Conversion

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Fri Sep 1 07:28:57 CEST 2017


Hi Mark, Lars-Peter

These adds new necessary features for converting Codec/Platform
into Component.

Kuninori Morimoto (13):
  ASoC: add Component level pcm_new/pcm_free v2
  ASoC: add Component level set_bias_level
  ASoC: soc-core: add component lookup functions
  ASoC: soc-core: add snd_soc_add_component()
  ASoC: snd_soc_component_driver has snd_pcm_ops
  ASoC: snd_soc_component_driver has snd_compr_ops
  ASoC: snd_soc_component_driver has pmdown_time
  ASoC: snd_soc_component_driver has endianness
  ASoC: snd_soc_component_driver has non_legacy_dai_naming
  ASoC: add snd_soc_component_read32
  ASoC: add snd_soc_component_xxx_bias_level()
  ASoC: add snd_soc_component_cache_sync()
  ASoC: add snd_soc_dapm_kcontrol_component()

 include/sound/soc.h      |  99 ++++++++++
 sound/soc/soc-compress.c | 461 +++++++++++++++++++++++++++++++++++++++++++----
 sound/soc/soc-core.c     | 198 +++++++++++++++-----
 sound/soc/soc-io.c       |  17 ++
 sound/soc/soc-pcm.c      | 404 ++++++++++++++++++++++++++++++++++++++---
 5 files changed, 1076 insertions(+), 103 deletions(-)


Best regards
---
Kuninori Morimoto


More information about the Alsa-devel mailing list