All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Stephen Warren <swarren@nvidia.com>
Cc: alsa-devel@alsa-project.org, wni@nvidia.com
Subject: Re: [PATCH] patch_nvhdmi.c: Fix supported sample rate list.
Date: Tue, 14 Sep 2010 23:29:24 +0200	[thread overview]
Message-ID: <s5h1v8wqaiz.wl%tiwai@suse.de> (raw)
In-Reply-To: <1284482939-7215-1-git-send-email-swarren@nvidia.com>

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
> 

      reply	other threads:[~2010-09-14 21:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14 16:48 [PATCH] patch_nvhdmi.c: Fix supported sample rate list Stephen Warren
2010-09-14 21:29 ` Takashi Iwai [this message]

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=s5h1v8wqaiz.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=swarren@nvidia.com \
    --cc=wni@nvidia.com \
    /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.