mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-05-03 06:46:28 -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
|
||||
* - PlaybackVolume
|
||||
* - 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
|
||||
* - 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
|
||||
* - priority value (1-10000), higher value means higher priority
|
||||
* - CaptureRate
|
||||
|
|
@ -345,20 +345,20 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* - capture control device name
|
||||
* - CaptureVolume
|
||||
* - 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
|
||||
* - 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
|
||||
* - priority value (1-10000), higher value means higher priority
|
||||
* - PlaybackMixer
|
||||
* - name of playback mixer
|
||||
* - PlaybackMixerElem
|
||||
* - 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
|
||||
* - 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
|
||||
* - type of the master volume control
|
||||
* - 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
|
||||
* - CaptureMixerElem
|
||||
* - 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
|
||||
* - 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
|
||||
* - type of the master volume control
|
||||
* - Valid values: "soft" (software attenuation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue