All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] patch_nvhdmi.c: Fix supported sample rate list.
@ 2010-09-14 16:48 Stephen Warren
  2010-09-14 21:29 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2010-09-14 16:48 UTC (permalink / raw)
  To: alsa-devel; +Cc: wni, Stephen Warren

22050 isn't a valid HDMI sample rate. 32000 is.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-By: Wei Ni <wni@nvidia.com>
---
 sound/pci/hda/patch_nvhdmi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c
index 69b950d..baa108b 100644
--- a/sound/pci/hda/patch_nvhdmi.c
+++ b/sound/pci/hda/patch_nvhdmi.c
@@ -84,7 +84,7 @@ static struct hda_verb nvhdmi_basic_init_7x[] = {
 #else
 /* support all rates and formats */
 #define SUPPORTED_RATES \
-	(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_88200 | SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_176400 |\
 	 SNDRV_PCM_RATE_192000)
 #define SUPPORTED_MAXBPS	24
-- 
1.7.0.4
nvpublic

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

* Re: [PATCH] patch_nvhdmi.c: Fix supported sample rate list.
  2010-09-14 16:48 [PATCH] patch_nvhdmi.c: Fix supported sample rate list Stephen Warren
@ 2010-09-14 21:29 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2010-09-14 21:29 UTC (permalink / raw)
  To: Stephen Warren; +Cc: alsa-devel, wni

At Tue, 14 Sep 2010 10:48:59 -0600,
Stephen Warren wrote:
> 
> 22050 isn't a valid HDMI sample rate. 32000 is.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> Acked-By: Wei Ni <wni@nvidia.com>

Applied now.  Thanks.


Takashi

> ---
>  sound/pci/hda/patch_nvhdmi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c
> index 69b950d..baa108b 100644
> --- a/sound/pci/hda/patch_nvhdmi.c
> +++ b/sound/pci/hda/patch_nvhdmi.c
> @@ -84,7 +84,7 @@ static struct hda_verb nvhdmi_basic_init_7x[] = {
>  #else
>  /* support all rates and formats */
>  #define SUPPORTED_RATES \
> -	(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_88200 | SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_176400 |\
>  	 SNDRV_PCM_RATE_192000)
>  #define SUPPORTED_MAXBPS	24
> -- 
> 1.7.0.4
> nvpublic
> 
> _______________________________________________
> 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:[~2010-09-14 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-14 16:48 [PATCH] patch_nvhdmi.c: Fix supported sample rate list Stephen Warren
2010-09-14 21:29 ` 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.