- Backport upstream fixes: surround41/50 chmap fix, UCM documents, config string fix, PCM timestamp query API, replacement of list.h with LGPL: 0023-surround41-50.conf-Use-chmap-syntax-for-better-flexi.patch 0024-ucm-docs-fix-doxygen-exclude-patch-for-UCM-local-hea.patch 0025-ucm-docs-Fix-doxygen-formatting-for-UCM-main-page.patch 0026-docs-Add-UCM-link-to-main-doxygen-page.patch 0027-Replace-unsafe-characters-with-_-in-card-name.patch 0028-pcm-add-helper-functions-to-query-timestamping-capab.patch 0029-pcm-add-support-for-get-set_audio_htstamp_config.patch 0030-pcm-add-support-for-new-STATUS_EXT-ioctl.patch 0031-test-fix-audio_time-with-new-get-set-audio_tstamp_co.patch 0032-test-audio_time-show-report-validity-and-accuracy.patch 0033-pcm-restore-hw-params-on-set-latency-failed.patch 0034-Replace-list.h-with-its-own-version.patch - Backport topology API addition patches: 0035-topology-uapi-Add-UAPI-headers-for-topology-ABI.patch 0036-topology-Add-topology-core-parser.patch 0037-topology-Add-text-section-parser.patch 0038-topology-Add-PCM-parser.patch 0039-topology-Add-operations-parser.patch 0040-topology-Add-private-data-parser.patch 0041-topology-Add-DAPM-object-parser.patch 0042-topology-Add-CTL-parser.patch 0043-topology-Add-Channel-map-parser.patch 0044-topology-Add-binary-file-builder.patch 0045-topology-autotools-Add-build-support-for-topology-co.patch 0046-topology-doxygen-Add-doxygen-support-for-topology-co.patch 0047-conf-topology-Add-topology-file-for-broadwell-audio-.patch 0048-topology-Fix-missing-inclusion-of-ctype.h.patch OBS-URL: https://build.opensuse.org/request/show/320429 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=186
70 lines
2.5 KiB
Diff
70 lines
2.5 KiB
Diff
From bb92545e064c3e2549878a328277eebe343aae61 Mon Sep 17 00:00:00 2001
|
|
From: Liam Girdwood <liam.r.girdwood@linux.intel.com>
|
|
Date: Mon, 29 Jun 2015 16:25:58 +0100
|
|
Subject: [PATCH 25/49] ucm: docs: Fix doxygen formatting for UCM main page.
|
|
|
|
Make sure group is defined and lists dipplayed correctly.
|
|
|
|
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
include/use-case.h | 20 +++++++++-----------
|
|
1 file changed, 9 insertions(+), 11 deletions(-)
|
|
|
|
diff --git a/include/use-case.h b/include/use-case.h
|
|
index c7789c03c4e8..9aac6e2fb51d 100644
|
|
--- a/include/use-case.h
|
|
+++ b/include/use-case.h
|
|
@@ -43,15 +43,13 @@ extern "C" {
|
|
#endif
|
|
|
|
/**
|
|
- * \defgroup Use Case Interface
|
|
+ * \defgroup ucm Use Case Interface
|
|
* The ALSA Use Case manager interface.
|
|
* See \ref Usecase page for more details.
|
|
* \{
|
|
*/
|
|
|
|
/*! \page Usecase ALSA Use Case Interface
|
|
- *
|
|
- * ALSA Use Case Interface
|
|
*
|
|
* The use case manager works by configuring the sound card ALSA kcontrols to
|
|
* change the hardware digital and analog audio routing to match the requested
|
|
@@ -69,9 +67,9 @@ extern "C" {
|
|
*
|
|
* However there are times when a use case has to be modified at runtime. e.g.
|
|
*
|
|
- * o Incoming phone call when the device is playing music
|
|
- * o Recording sections of a phone call
|
|
- * o Playing tones during a call.
|
|
+ * + Incoming phone call when the device is playing music
|
|
+ * + Recording sections of a phone call
|
|
+ * + Playing tones during a call.
|
|
*
|
|
* In order to allow asynchronous runtime use case adaptations, we have a third
|
|
* optional modifier parameter that can be used to further configure
|
|
@@ -79,13 +77,13 @@ extern "C" {
|
|
*
|
|
* This interface allows clients to :-
|
|
*
|
|
- * o Query the supported use case verbs, devices and modifiers for the machine.
|
|
- * o Set and Get use case verbs, devices and modifiers for the machine.
|
|
- * o Get the ALSA PCM playback and capture device PCMs for use case verb,
|
|
+ * + Query the supported use case verbs, devices and modifiers for the machine.
|
|
+ * + Set and Get use case verbs, devices and modifiers for the machine.
|
|
+ * + Get the ALSA PCM playback and capture device PCMs for use case verb,
|
|
* use case device and modifier.
|
|
- * o Get the TQ parameter for each use case verb, use case device and
|
|
+ * + Get the TQ parameter for each use case verb, use case device and
|
|
* modifier.
|
|
- * o Get the ALSA master playback and capture volume/switch kcontrols
|
|
+ * + Get the ALSA master playback and capture volume/switch kcontrols
|
|
* for each use case.
|
|
*/
|
|
|
|
--
|
|
2.5.0
|
|
|