alsa-lib/src/Versions.in
Takashi Iwai 2aefb5c41c seq: Add UMP support
This patch adds the basic support of UMP on ALSA sequencer API.
An extended event type, snd_seq_ump_event_t, is defined.  It's
compatible with the existing type, snd_seq_event_t, but it has a
larger payload of 16 bytes instead of 12 bytes, for holding the full
128bit UMP packet.

The new snd_seq_ump_event_t must have the bit SND_SEQ_EVENT_UMP in the
event flags.

A few new API functions have been added such as
snd_seq_ump_event_output() and snd_seq_ump_event_input() for
reading/writing this new event object.

The support of UMP in the sequencer client is switched by the function
snd_seq_client_set_midi_version().  It can switch from the default
legacy MIDI to UMP MIDI 1.0 or 2.0 on the fly.

The automatic event conversion among UMP and legacy clients can be
suppressed via snd_seq_client_set_ump_conversion().

The inquiry of the associated UMP Endpoints and UMP Blocks can be done
via snd_seq_get_ump_endpoint_info() and snd_seq_get_ump_block_info().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2023-06-06 15:13:27 +02:00

176 lines
5.8 KiB
Text

ALSA_0.9 {
global:
@SYMBOL_PREFIX@snd_*;
@SYMBOL_PREFIX@_snd_*_open;
@SYMBOL_PREFIX@_snd_*_dlsym_*;
@SYMBOL_PREFIX@_snd_*_poll_descriptor;
@SYMBOL_PREFIX@_snd_pcm_hook_*;
@SYMBOL_PREFIX@__snd_pcm_hw_params_*;
@SYMBOL_PREFIX@__snd_pcm_sw_params_*;
@SYMBOL_PREFIX@__snd_*_dlsym_*;
local:
*;
};
ALSA_0.9.0rc4 {
global:
@SYMBOL_PREFIX@snd_pcm_hw_params_get_access;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_access_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_access_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_format;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_format_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_format_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_subformat;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_subformat_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_subformat_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_channels;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_channels_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_channels_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_channels_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_channels_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_channels_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_rate;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_rate_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_rate_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_rate_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_rate_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_rate_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_period_time;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_period_time_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_period_time_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_period_time_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_period_time_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_period_time_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_period_size;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_period_size_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_period_size_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_period_size_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_period_size_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_period_size_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_periods;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_periods_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_periods_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_periods_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_periods_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_periods_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_buffer_time;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_buffer_time_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_buffer_time_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_buffer_time_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_buffer_time_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_buffer_time_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_buffer_size;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_buffer_size_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_buffer_size_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_buffer_size_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_buffer_size_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_buffer_size_last;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_tick_time;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_tick_time_min;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_tick_time_max;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_tick_time_near;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_tick_time_first;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_tick_time_last;
} ALSA_0.9;
ALSA_0.9.0rc8 {
global:
@SYMBOL_PREFIX@snd_pcm_forward;
@SYMBOL_PREFIX@snd_pcm_status_get_trigger_htstamp;
@SYMBOL_PREFIX@snd_pcm_status_get_htstamp;
} ALSA_0.9.0rc4;
ALSA_0.9.0 {
global:
@SYMBOL_PREFIX@snd_pcm_type_name;
@SYMBOL_PREFIX@snd_timer_query_info;
@SYMBOL_PREFIX@snd_timer_query_params;
@SYMBOL_PREFIX@snd_timer_query_status;
@SYMBOL_PREFIX@snd_timer_params_set_exclusive;
@SYMBOL_PREFIX@snd_timer_params_get_exclusive;
@SYMBOL_PREFIX@snd_timer_params_set_filter;
@SYMBOL_PREFIX@snd_timer_params_get_filter;
} ALSA_0.9.0rc8;
ALSA_0.9.3 {
global:
@SYMBOL_PREFIX@snd_ctl_elem_info_get_dimensions;
@SYMBOL_PREFIX@snd_ctl_elem_info_get_dimension;
} ALSA_0.9.0;
ALSA_0.9.5 {
global:
@SYMBOL_PREFIX@alsa_lisp;
} ALSA_0.9.3;
ALSA_0.9.7 {
global:
@SYMBOL_PREFIX@alsa_lisp_*;
} ALSA_0.9.5;
ALSA_1.1.6 {
global:
@SYMBOL_PREFIX@snd_dlopen;
} ALSA_0.9.7;
ALSA_1.2.6 {
global:
@SYMBOL_PREFIX@_snd_safe_strto*;
} ALSA_1.1.6;
ALSA_1.2.9 {
global:
@SYMBOL_PREFIX@snd_pcm_hw_params_is_perfect_drain;
@SYMBOL_PREFIX@snd_pcm_hw_params_set_drain_silence;
@SYMBOL_PREFIX@snd_pcm_hw_params_get_drain_silence;
} ALSA_1.2.6;
ALSA_1.2.10 {
global:
@SYMBOL_PREFIX@snd_ump_*;
@SYMBOL_PREFIX@snd_ctl_ump_next_device;
@SYMBOL_PREFIX@snd_ctl_ump_endpoint_info;
@SYMBOL_PREFIX@snd_ctl_ump_block_info;
@SYMBOL_PREFIX@snd_seq_ump_*;
@SYMBOL_PREFIX@snd_seq_client_info_get_midi_version;
@SYMBOL_PREFIX@snd_seq_seq_client_info_get_ump_group_enabled;
@SYMBOL_PREFIX@snd_seq_seq_client_get_ump_conversion;
@SYMBOL_PREFIX@snd_seq_client_info_set_midi_version;
@SYMBOL_PREFIX@snd_seq_seq_client_info_set_ump_group_enabled;
@SYMBOL_PREFIX@snd_seq_seq_client_set_ump_conversion;
@SYMBOL_PREFIX@snd_seq_get_ump_endpoint_info;
@SYMBOL_PREFIX@snd_seq_get_ump_block_info;
@SYMBOL_PREFIX@snd_seq_set_ump_endpoint_info;
@SYMBOL_PREFIX@snd_seq_set_ump_block_info;
@SYMBOL_PREFIX@snd_seq_port_info_get_direction;
@SYMBOL_PREFIX@snd_seq_port_info_get_ump_group;
@SYMBOL_PREFIX@snd_seq_port_info_set_direction;
@SYMBOL_PREFIX@snd_seq_port_info_set_ump_group;
@SYMBOL_PREFIX@snd_seq_set_client_midi_version;
@SYMBOL_PREFIX@snd_seq_set_client_ump_conversion;
} ALSA_1.2.9;