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:
borine 2023-07-29 14:30:30 +01:00 committed by Jaroslav Kysela
parent e72c605179
commit 57959cef8f

View file

@ -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)