- Backport upstream fixes: 0001-local.h-use-__kernel_off_t-from-linux-types.h.patch 0002-conf-cards-add-Audio-Advantage-Micro-II.patch 0003-pcm-Fix-a-wrong-value-shown-in-the-error-message-in-.patch 0004-UCM-Document-some-standard-values.patch 0005-hdspm.h-Update-LTC-ioctl-to-use-struct-hdspm_ltc.patch 0006-Update-iatomic.h-functions-definitions-for-mips.patch OBS-URL: https://build.opensuse.org/request/show/197613 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=139
36 lines
1.4 KiB
Diff
36 lines
1.4 KiB
Diff
From 36bc5770409901b0e3a1b1cb5a027cdb71ff47f5 Mon Sep 17 00:00:00 2001
|
|
From: Arun Raghavan <arun.raghavan@collabora.co.uk>
|
|
Date: Wed, 7 Aug 2013 23:26:31 +0530
|
|
Subject: [PATCH 4/6] 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>
|
|
---
|
|
include/use-case.h | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/include/use-case.h b/include/use-case.h
|
|
index 93b3456..4e13249 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
|
|
--
|
|
1.8.4
|
|
|