mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: Document PlaybackPCMIsDummy and CapturePCMIsDummy values
At least PulseAudio needs special handling for dummy devices. To allow that to happen automatically, the UCM configuration should contain the information about which PCMs are dummy. Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com> Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c2f8ef7ab0
commit
7a748af4db
1 changed files with 10 additions and 0 deletions
|
|
@ -258,7 +258,17 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
|||
* Recommended names for values:
|
||||
* TQ - Tone Quality
|
||||
* PlaybackPCM - full PCM playback device name
|
||||
* PlaybackPCMIsDummy - Valid values: "yes" and "no". If set to "yes", the
|
||||
* PCM named by the PlaybackPCM value is a dummy device,
|
||||
* meaning that opening it enables an audio path in the
|
||||
* hardware, but writing to the PCM device has no
|
||||
* effect.
|
||||
* CapturePCM - full PCM capture device name
|
||||
* CapturePCMIsDummy - Valid values: "yes" and "no". If set to "yes", the
|
||||
* PCM named by the CapturePCM value is a dummy device,
|
||||
* meaning that opening it enables an audio path in the
|
||||
* hardware, but reading from the PCM device has no
|
||||
* effect.
|
||||
* PlaybackRate - playback device sample rate
|
||||
* PlaybackChannels - playback device channel count
|
||||
* PlaybackCTL - playback control device name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue