summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2013-08-07 23:26:31 +0530
committerTakashi Iwai <tiwai@suse.de>2013-08-08 12:31:05 +0200
commit36bc5770409901b0e3a1b1cb5a027cdb71ff47f5 (patch)
tree75321efa8385c47638ef3c473e220b59cb253c31
parentd469ebe2efe514ce10511dfdff852063030d658d (diff)
downloadalsa-lib-36bc5770409901b0e3a1b1cb5a027cdb71ff47f5.tar.gz
UCM: Document some standard values
Playback/CaptureChannels has been around for a bit. Playback/CaptureRate is new and is intended to be used to specify the sample rate at which the Playback/CapturePCM should be opened. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/use-case.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/use-case.h b/include/use-case.h
index 93b3456c..4e132491 100644
--- a/include/use-case.h
+++ b/include/use-case.h
@@ -259,9 +259,13 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
* TQ - Tone Quality
* PlaybackPCM - full PCM playback device name
* CapturePCM - full PCM capture device name
+ * PlaybackRate - playback device sample rate
+ * PlaybackChannels - playback device channel count
* PlaybackCTL - playback control device name
* PlaybackVolume - playback control volume ID string
* PlaybackSwitch - playback control switch ID string
+ * CaptureRate - capture device sample rate
+ * CaptureChannels - capture device channel count
* CaptureCTL - capture control device name
* CaptureVolume - capture control volume ID string
* CaptureSwitch - capture control switch ID string