All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: add more sample rate for pxa-ssp
@ 2012-03-08  2:02 Qiao Zhou
  2012-03-08 18:22 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Qiao Zhou @ 2012-03-08  2:02 UTC (permalink / raw)
  To: broonie, perex, lrg, haojian.zhuang, tiwai, alsa-devel; +Cc: Qiao Zhou

add more sample rate for pxa-ssp, which are supported, such as 32KHz,
64KHz.

Signed-off-by: Qiao Zhou <zhouqiao@marvell.com>
---
 sound/soc/pxa/pxa-ssp.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index a57cfbc..a16df0f 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -764,7 +764,8 @@ static int pxa_ssp_remove(struct snd_soc_dai *dai)
 
 #define PXA_SSP_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |\
 			  SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 |	\
-			  SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000 |	\
+			  SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 |	\
+			  SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_64000 |	\
 			  SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000)
 
 #define PXA_SSP_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
-- 
1.7.4.1

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

* Re: [PATCH] ASoC: add more sample rate for pxa-ssp
  2012-03-08  2:02 [PATCH] ASoC: add more sample rate for pxa-ssp Qiao Zhou
@ 2012-03-08 18:22 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-03-08 18:22 UTC (permalink / raw)
  To: Qiao Zhou; +Cc: tiwai, haojian.zhuang, alsa-devel, lrg


[-- Attachment #1.1: Type: text/plain, Size: 158 bytes --]

On Thu, Mar 08, 2012 at 10:02:36AM +0800, Qiao Zhou wrote:
> add more sample rate for pxa-ssp, which are supported, such as 32KHz,
> 64KHz.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2012-03-08 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08  2:02 [PATCH] ASoC: add more sample rate for pxa-ssp Qiao Zhou
2012-03-08 18:22 ` Mark Brown

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.