All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [alsa-lib] UCM: Document some standard values
@ 2013-08-07 17:56 Arun Raghavan
  2013-08-08 10:31 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Arun Raghavan @ 2013-08-07 17:56 UTC (permalink / raw)
  To: alsa-devel; +Cc: Arun Raghavan

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.
---
 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.2.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [alsa-lib] UCM: Document some standard values
  2013-08-07 17:56 [PATCH] [alsa-lib] UCM: Document some standard values Arun Raghavan
@ 2013-08-08 10:31 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2013-08-08 10:31 UTC (permalink / raw)
  To: Arun Raghavan; +Cc: alsa-devel

At Wed,  7 Aug 2013 23:26:31 +0530,
Arun Raghavan wrote:
> 
> 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.

Thanks, applied.


Takashi

> ---
>  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.2.1
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-08 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-07 17:56 [PATCH] [alsa-lib] UCM: Document some standard values Arun Raghavan
2013-08-08 10:31 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.