All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-lib][PATCH 0/9 v3] ctl: add APIs for control element set
@ 2016-06-15 14:57 Takashi Sakamoto
  2016-06-15 14:57 ` [PATCH 1/9] ctl: add an overview for design of ALSA control interface Takashi Sakamoto
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Takashi Sakamoto @ 2016-06-15 14:57 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel, ffado-devel

Hi,

This patchset is a revised version of below one:
http://mailman.alsa-project.org/pipermail/alsa-devel/2016-June/109041.html

Changes:
 - Drop a patch for deprecating old APIs.
  - In detail, see our discussion:
    http://mailman.alsa-project.org/pipermail/alsa-devel/2016-June/109117.html
 - Revise comments for TLV feature.
  - I realized it better to use vendor-neutral representation, after reading
    this discussion:
    http://mailman.alsa-project.org/pipermail/alsa-devel/2013-November/069483.html

Again, ALSA developers in PulseAudio side, test program in the last patch
causes an abort to pulseaudio process as a result of kicking assertion of
hcontrol in alsa-lib. In detail, please refer to my previous patchset.


Regards

Takashi Sakamoto (9):
  ctl: add an overview for design of ALSA control interface
  ctl: improve comments for handling element data
  ctl: add functions to add an element set
  ctl: improve comments for API to add an element of IEC958 type
  ctl: change former APIs as wrapper functions of element set APIs
  pcm: use new APIs to add a control element set for softvol plugin
  ctl: add explanation about threshold level feature
  ctl: improve API documentation for threshold level operations
  ctl: add test program for control element set

 include/control.h           |  21 ++
 src/control/control.c       | 813 ++++++++++++++++++++++++++++++++------------
 src/pcm/pcm_softvol.c       |   7 +-
 test/Makefile.am            |   5 +-
 test/user-ctl-element-set.c | 561 ++++++++++++++++++++++++++++++
 5 files changed, 1189 insertions(+), 218 deletions(-)
 create mode 100644 test/user-ctl-element-set.c

-- 
2.7.4

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

end of thread, other threads:[~2016-06-16 15:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-15 14:57 [alsa-lib][PATCH 0/9 v3] ctl: add APIs for control element set Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 1/9] ctl: add an overview for design of ALSA control interface Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 2/9] ctl: improve comments for handling element data Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 3/9] ctl: add functions to add an element set Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 4/9] ctl: improve comments for API to add an element of IEC958 type Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 5/9] ctl: change former APIs as wrapper functions of element set APIs Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 6/9] pcm: use new APIs to add a control element set for softvol plugin Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 7/9] ctl: add explanation about threshold level feature Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 8/9] ctl: improve API documentation for threshold level operations Takashi Sakamoto
2016-06-15 14:57 ` [PATCH 9/9] ctl: add test program for control element set Takashi Sakamoto
2016-06-16 13:52   ` Takashi Iwai
2016-06-16 13:54 ` [alsa-lib][PATCH 0/9 v3] ctl: add APIs " Takashi Iwai
2016-06-16 15:44   ` Takashi Sakamoto

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.