[PATCH 1/1] indigo-express: add missing 64KHz flags

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


Signed-off-by: Giuliano Pochini <pochini@xxxxxxxx>

--- 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@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux