From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: hwdep/rawmidi: enums: rename enumerators with enumerations X-Git-Tag: v0.3.0~192 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c9914ed6674ebe2912076499917eab2248571371;p=alsa-gobject.git hwdep/rawmidi: enums: rename enumerators with enumerations Signed-off-by: Takashi Sakamoto --- diff --git a/src/hwdep/alsahwdep-enum-types.h b/src/hwdep/alsahwdep-enum-types.h index e761f7c..8cc24d0 100644 --- a/src/hwdep/alsahwdep-enum-types.h +++ b/src/hwdep/alsahwdep-enum-types.h @@ -47,7 +47,7 @@ * @ALSAHWDEP_IFACE_TYPE_FW_MOTU: For MOTU FireWire series. Available in Linux kernel 4.12.0 or later. * @ALSAHWDEP_IFACE_TYPE_FW_FIREFACE: For RME Fireface series. Available in Linux kernel 4.12.0 or later. * - * A set of enumerators for the interface of hwdep device. + * A set of enumerations for the interface of hwdep device. */ typedef enum { ALSAHWDEP_IFACE_TYPE_OPL2 = SNDRV_HWDEP_IFACE_OPL2, diff --git a/src/rawmidi/alsarawmidi-enum-types.h b/src/rawmidi/alsarawmidi-enum-types.h index b2de4b8..87a5307 100644 --- a/src/rawmidi/alsarawmidi-enum-types.h +++ b/src/rawmidi/alsarawmidi-enum-types.h @@ -7,7 +7,7 @@ * @ALSARAWMIDI_STREAM_DIRECTION_OUTPUT: Output direction of stream. * @ALSARAWMIDI_STREAM_DIRECTION_INPUT: Input direction of stream. * - * A set of enumerators for the direction of stream. + * A set of enumerations for the direction of stream. */ typedef enum { ALSARAWMIDI_STREAM_DIRECTION_OUTPUT = SNDRV_RAWMIDI_STREAM_OUTPUT,