mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added missing comment for doxygen
This commit is contained in:
parent
8ab0681082
commit
c584d6ce62
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ void snd_instr_header_set_follow_alias(snd_instr_header_t *info, int val);
|
|||
#define SND_SEQ_INSTR_GET_CMD_PARTIAL 1 /**< get the partial data stream */
|
||||
|
||||
/* query flags */
|
||||
#define SND_SEQ_INSTR_QUERY_FOLLOW_ALIAS (1<<0)
|
||||
#define SND_SEQ_INSTR_QUERY_FOLLOW_ALIAS (1<<0) /**< follow alias to get the instrument data */
|
||||
|
||||
/** free commands */
|
||||
#define SND_SEQ_INSTR_FREE_CMD_ALL 0 /**< remove all matching instruments */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue