All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] indigo-express: add missing 64KHz flags
@ 2009-04-27 21:23 Giuliano Pochini
  2009-04-28  9:20 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Giuliano Pochini @ 2009-04-27 21:23 UTC (permalink / raw)
  To: Alsa-devel


Indigo-express cards also support 64KHz sampling rate: this patch adds
missing SNDRV_PCM_RATE_64000 flags.


Signed-off-by: Giuliano Pochini <pochini@shiny.it>

--- alsa-kernel/pci/echoaudio/indigodjx.c__orig	2009-04-27 22:57:20.000000000 +0200
+++ alsa-kernel/pci/echoaudio/indigodjx.c	2009-04-27 22:58:04.000000000 +0200
@@ -88,6 +88,7 @@ static struct snd_pcm_hardware pcm_hardw
 	.rates = 	SNDRV_PCM_RATE_32000 |
 			SNDRV_PCM_RATE_44100 |
 			SNDRV_PCM_RATE_48000 |
+			SNDRV_PCM_RATE_64000 |
 			SNDRV_PCM_RATE_88200 |
 			SNDRV_PCM_RATE_96000,
 	.rate_min = 32000,
--- alsa-kernel/pci/echoaudio/indigoiox.c__orig	2009-04-27 22:56:46.000000000 +0200
+++ alsa-kernel/pci/echoaudio/indigoiox.c	2009-04-27 22:57:54.000000000 +0200
@@ -89,6 +89,7 @@ static struct snd_pcm_hardware pcm_hardw
 	.rates = 	SNDRV_PCM_RATE_32000 |
 			SNDRV_PCM_RATE_44100 |
 			SNDRV_PCM_RATE_48000 |
+			SNDRV_PCM_RATE_64000 |
 			SNDRV_PCM_RATE_88200 |
 			SNDRV_PCM_RATE_96000,
 	.rate_min = 32000,


-- 
Giuliano.

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

* Re: [PATCH 1/1] indigo-express: add missing 64KHz flags
  2009-04-27 21:23 [PATCH 1/1] indigo-express: add missing 64KHz flags Giuliano Pochini
@ 2009-04-28  9:20 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-04-28  9:20 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: Alsa-devel

At Mon, 27 Apr 2009 23:23:29 +0200,
Giuliano Pochini wrote:
> 
> 
> Indigo-express cards also support 64KHz sampling rate: this patch adds
> missing SNDRV_PCM_RATE_64000 flags.
> 
> 
> Signed-off-by: Giuliano Pochini <pochini@shiny.it>

Applied now.  Thanks.


Takashi

> --- alsa-kernel/pci/echoaudio/indigodjx.c__orig	2009-04-27 22:57:20.000000000 +0200
> +++ alsa-kernel/pci/echoaudio/indigodjx.c	2009-04-27 22:58:04.000000000 +0200
> @@ -88,6 +88,7 @@ static struct snd_pcm_hardware pcm_hardw
>  	.rates = 	SNDRV_PCM_RATE_32000 |
>  			SNDRV_PCM_RATE_44100 |
>  			SNDRV_PCM_RATE_48000 |
> +			SNDRV_PCM_RATE_64000 |
>  			SNDRV_PCM_RATE_88200 |
>  			SNDRV_PCM_RATE_96000,
>  	.rate_min = 32000,
> --- alsa-kernel/pci/echoaudio/indigoiox.c__orig	2009-04-27 22:56:46.000000000 +0200
> +++ alsa-kernel/pci/echoaudio/indigoiox.c	2009-04-27 22:57:54.000000000 +0200
> @@ -89,6 +89,7 @@ static struct snd_pcm_hardware pcm_hardw
>  	.rates = 	SNDRV_PCM_RATE_32000 |
>  			SNDRV_PCM_RATE_44100 |
>  			SNDRV_PCM_RATE_48000 |
> +			SNDRV_PCM_RATE_64000 |
>  			SNDRV_PCM_RATE_88200 |
>  			SNDRV_PCM_RATE_96000,
>  	.rate_min = 32000,
> 
> 
> -- 
> Giuliano.
> _______________________________________________
> 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:[~2009-04-28  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 21:23 [PATCH 1/1] indigo-express: add missing 64KHz flags Giuliano Pochini
2009-04-28  9:20 ` 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.