From: Giuliano Pochini <pochini@shiny.it>
To: Alsa-devel <alsa-devel@alsa-project.org>
Subject: [PATCH 1/1] indigo-express: add missing 64KHz flags
Date: Mon, 27 Apr 2009 23:23:29 +0200 [thread overview]
Message-ID: <20090427232329.1be6fa19@Jay> (raw)
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.
next reply other threads:[~2009-04-27 21:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-27 21:23 Giuliano Pochini [this message]
2009-04-28 9:20 ` [PATCH 1/1] indigo-express: add missing 64KHz flags Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090427232329.1be6fa19@Jay \
--to=pochini@shiny.it \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.