mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
control: fix iformation -> information typos
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
dfbac0e769
commit
7da208173f
1 changed files with 5 additions and 5 deletions
|
|
@ -412,7 +412,7 @@ static bool validate_element_member_dimension(snd_ctl_elem_info_t *info)
|
|||
/**
|
||||
* \brief Create and add some user-defined control elements of integer type.
|
||||
* \param ctl A handle of backend module for control interface.
|
||||
* \param info Common iformation for a new element set, with ID of the first new
|
||||
* \param info Common information for a new element set, with ID of the first new
|
||||
* element.
|
||||
* \param element_count The number of elements added by this operation.
|
||||
* \param member_count The number of members which a element has to
|
||||
|
|
@ -502,7 +502,7 @@ int snd_ctl_add_integer_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info,
|
|||
/**
|
||||
* \brief Create and add some user-defined control elements of integer64 type.
|
||||
* \param ctl A handle of backend module for control interface.
|
||||
* \param info Common iformation for a new element set, with ID of the first new
|
||||
* \param info Common information for a new element set, with ID of the first new
|
||||
* element.
|
||||
* \param element_count The number of elements added by this operation.
|
||||
* \param member_count The number of members which a element has to
|
||||
|
|
@ -592,7 +592,7 @@ int snd_ctl_add_integer64_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info,
|
|||
/**
|
||||
* \brief Create and add some user-defined control elements of boolean type.
|
||||
* \param ctl A handle of backend module for control interface.
|
||||
* \param info Common iformation for a new element set, with ID of the first new
|
||||
* \param info Common information for a new element set, with ID of the first new
|
||||
* element.
|
||||
* \param element_count The number of elements added by this operation.
|
||||
* \param member_count The number of members which a element has to
|
||||
|
|
@ -652,7 +652,7 @@ int snd_ctl_add_boolean_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info,
|
|||
/**
|
||||
* \brief Create and add some user-defined control elements of enumerated type.
|
||||
* \param ctl A handle of backend module for control interface.
|
||||
* \param info Common iformation for a new element set, with ID of the first new
|
||||
* \param info Common information for a new element set, with ID of the first new
|
||||
* element.
|
||||
* \param element_count The number of elements added by this operation.
|
||||
* \param member_count The number of members which a element has to
|
||||
|
|
@ -743,7 +743,7 @@ int snd_ctl_add_enumerated_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info,
|
|||
/**
|
||||
* \brief Create and add some user-defined control elements of bytes type.
|
||||
* \param ctl A handle of backend module for control interface.
|
||||
* \param info Common iformation for a new element set, with ID of the first new
|
||||
* \param info Common information for a new element set, with ID of the first new
|
||||
* element.
|
||||
* \param element_count The number of elements added by this operation.
|
||||
* \param member_count The number of members which a element has to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue