mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
doxygen: fix list indentation errors
From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
e72c605179
commit
57959cef8f
1 changed files with 28 additions and 28 deletions
|
|
@ -325,10 +325,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* - playback control device name
|
* - playback control device name
|
||||||
* - PlaybackVolume
|
* - PlaybackVolume
|
||||||
* - playback control volume identifier string
|
* - playback control volume identifier string
|
||||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
* - can be parsed using #snd_use_case_parse_ctl_elem_id()
|
||||||
* - PlaybackSwitch
|
* - PlaybackSwitch
|
||||||
* - playback control switch identifier string
|
* - playback control switch identifier string
|
||||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
* - can be parsed using #snd_use_case_parse_ctl_elem_id()
|
||||||
* - PlaybackPriority
|
* - PlaybackPriority
|
||||||
* - priority value (1-10000), higher value means higher priority
|
* - priority value (1-10000), higher value means higher priority
|
||||||
* - CaptureRate
|
* - CaptureRate
|
||||||
|
|
@ -345,20 +345,20 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* - capture control device name
|
* - capture control device name
|
||||||
* - CaptureVolume
|
* - CaptureVolume
|
||||||
* - capture control volume identifier string
|
* - capture control volume identifier string
|
||||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
* - can be parsed using #snd_use_case_parse_ctl_elem_id()
|
||||||
* - CaptureSwitch
|
* - CaptureSwitch
|
||||||
* - capture control switch identifier string
|
* - capture control switch identifier string
|
||||||
* - can be parsed using snd_use_case_parse_ctl_elem_id()
|
* - can be parsed using #snd_use_case_parse_ctl_elem_id()
|
||||||
* - CapturePriority
|
* - CapturePriority
|
||||||
* - priority value (1-10000), higher value means higher priority
|
* - priority value (1-10000), higher value means higher priority
|
||||||
* - PlaybackMixer
|
* - PlaybackMixer
|
||||||
* - name of playback mixer
|
* - name of playback mixer
|
||||||
* - PlaybackMixerElem
|
* - PlaybackMixerElem
|
||||||
* - mixer element playback identifier
|
* - mixer element playback identifier
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - can be parsed using #snd_use_case_parse_selem_id()
|
||||||
* - PlaybackMasterElem
|
* - PlaybackMasterElem
|
||||||
* - mixer element playback identifier for the master control
|
* - mixer element playback identifier for the master control
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - can be parsed using #snd_use_case_parse_selem_id()
|
||||||
* - PlaybackMasterType
|
* - PlaybackMasterType
|
||||||
* - type of the master volume control
|
* - type of the master volume control
|
||||||
* - Valid values: "soft" (software attenuation)
|
* - Valid values: "soft" (software attenuation)
|
||||||
|
|
@ -366,10 +366,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* - name of capture mixer
|
* - name of capture mixer
|
||||||
* - CaptureMixerElem
|
* - CaptureMixerElem
|
||||||
* - mixer element capture identifier
|
* - mixer element capture identifier
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - can be parsed using #snd_use_case_parse_selem_id()
|
||||||
* - CaptureMasterElem
|
* - CaptureMasterElem
|
||||||
* - mixer element playback identifier for the master control
|
* - mixer element playback identifier for the master control
|
||||||
* - can be parsed using snd_use_case_parse_selem_id()
|
* - can be parsed using #snd_use_case_parse_selem_id()
|
||||||
* - CaptureMasterType
|
* - CaptureMasterType
|
||||||
* - type of the master volume control
|
* - type of the master volume control
|
||||||
* - Valid values: "soft" (software attenuation)
|
* - Valid values: "soft" (software attenuation)
|
||||||
|
|
@ -405,9 +405,9 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* but that's application policy configuration that doesn't belong
|
* but that's application policy configuration that doesn't belong
|
||||||
* to UCM configuration files.
|
* to UCM configuration files.
|
||||||
* - MinBufferLevel
|
* - MinBufferLevel
|
||||||
* - This is used on platform where reported buffer level is not accurate.
|
* - This is used on platform where reported buffer level is not accurate.
|
||||||
* E.g. "512", which holds 512 samples in device buffer. Note: this will
|
* E.g. "512", which holds 512 samples in device buffer. Note: this will
|
||||||
* increase latency.
|
* increase latency.
|
||||||
*/
|
*/
|
||||||
int snd_use_case_get(snd_use_case_mgr_t *uc_mgr,
|
int snd_use_case_get(snd_use_case_mgr_t *uc_mgr,
|
||||||
const char *identifier,
|
const char *identifier,
|
||||||
|
|
@ -436,24 +436,24 @@ int snd_use_case_geti(snd_use_case_mgr_t *uc_mgr,
|
||||||
* \return Zero if success, otherwise a negative error code
|
* \return Zero if success, otherwise a negative error code
|
||||||
*
|
*
|
||||||
* Known identifiers:
|
* Known identifiers:
|
||||||
* - _fboot - execute the fixed boot sequence (value = NULL)
|
* - _fboot - execute the fixed boot sequence (value = NULL)
|
||||||
* - _boot - execute the boot sequence (value = NULL)
|
* - _boot - execute the boot sequence (value = NULL)
|
||||||
* - only when driver controls identifiers are changed
|
* - only when driver controls identifiers are changed
|
||||||
* (otherwise the old control values are restored)
|
* (otherwise the old control values are restored)
|
||||||
* - _defaults - execute the 'defaults' sequence (value = NULL)
|
* - _defaults - execute the 'defaults' sequence (value = NULL)
|
||||||
* - _verb - set current verb = value
|
* - _verb - set current verb = value
|
||||||
* - _enadev - enable given device = value
|
* - _enadev - enable given device = value
|
||||||
* - _disdev - disable given device = value
|
* - _disdev - disable given device = value
|
||||||
* - _swdev/{old_device} - new_device = value
|
* - _swdev/{old_device} - new_device = value
|
||||||
* - disable old_device and then enable new_device
|
* - disable old_device and then enable new_device
|
||||||
* - if old_device is not enabled just return
|
* - if old_device is not enabled just return
|
||||||
* - check transmit sequence firstly
|
* - check transmit sequence firstly
|
||||||
* - _enamod - enable given modifier = value
|
* - _enamod - enable given modifier = value
|
||||||
* - _dismod - disable given modifier = value
|
* - _dismod - disable given modifier = value
|
||||||
* - _swmod/{old_modifier} - new_modifier = value
|
* - _swmod/{old_modifier} - new_modifier = value
|
||||||
* - disable old_modifier and then enable new_modifier
|
* - disable old_modifier and then enable new_modifier
|
||||||
* - if old_modifier is not enabled just return
|
* - if old_modifier is not enabled just return
|
||||||
* - check transmit sequence firstly
|
* - check transmit sequence firstly
|
||||||
*/
|
*/
|
||||||
int snd_use_case_set(snd_use_case_mgr_t *uc_mgr,
|
int snd_use_case_set(snd_use_case_mgr_t *uc_mgr,
|
||||||
const char *identifier,
|
const char *identifier,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue