alsa-project / libhinawa

Mirror of https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git for user support and continuous integration. I/O library for IEEE 1394 asynchronous transactions to/from units on the bus, with GObject Introspection.
GNU Lesser General Public License v2.1
7 stars 8 forks source link

[PATCH 00/22] optimization to gi-docgen #78

Closed takaswie closed 2 years ago

takaswie commented 2 years ago

The gi-docgen supports enhancement of inter-document link:

This patchset is optimization to it.

Takashi Sakamoto (22):
  enums: link optimization to gi-docgen
  fw_node: rename exception with error
  fw_node: link optimization to gi-docgen
  fw_req: rename exception with error
  fw_req: link optimization to gi-docgen
  fw_resp: rename exception with error
  fw_resp: link optimization to gi-docgen
  fw_fcp: rename exception with error
  fw_fcp: link optimization to gi-docgen
  snd_unit: rename exception with error
  snd_unit: link optimization to gi-docgen
  snd_dg00x: rename exception with error
  snd_dg00x: link optimization to gi-docgen
  snd_dice: rename exception with error
  snd_dice: link optimization to gi-docgen
  snd_efw: rename exception with error
  snd_efw: link optimization to gi-docgen
  snd_motu: rename exception with error
  snd_motu: link optimization to gi-docgen
  snd_motu_register_dsp_parameter: link optimization to gi-docgen
  snd_tscm: rename exception with error
  snd_tscm: link optimization to gi-docgen

 src/fw_fcp.c                          | 135 +++++++++++-----------
 src/fw_fcp.h                          |  16 +--
 src/fw_node.c                         | 105 ++++++++---------
 src/fw_node.h                         |  17 ++-
 src/fw_req.c                          | 146 +++++++++++------------
 src/fw_req.h                          |   6 +-
 src/fw_resp.c                         | 121 ++++++++++---------
 src/fw_resp.h                         |  30 ++---
 src/hinawa_enum_types.h               |  10 +-
 src/snd_dg00x.c                       |  33 +++---
 src/snd_dg00x.h                       |   8 +-
 src/snd_dice.c                        |  65 +++++------
 src/snd_dice.h                        |   9 +-
 src/snd_efw.c                         | 120 ++++++++++---------
 src/snd_efw.h                         |  17 ++-
 src/snd_motu.c                        |  72 ++++++------
 src/snd_motu.h                        |  22 ++--
 src/snd_motu_register_dsp_parameter.c |  40 +++----
 src/snd_tscm.c                        |  48 ++++----
 src/snd_tscm.h                        |  10 +-
 src/snd_unit.c                        | 160 +++++++++++++-------------
 src/snd_unit.h                        |  21 ++--
 22 files changed, 567 insertions(+), 644 deletions(-)
takaswie commented 2 years ago

Merged.