alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/6] sound/pci/hda: CX20549 doesn't need pin_amp_workaround.
Date: Thu, 05 Apr 2012 16:33:34 +0200	[thread overview]
Message-ID: <s5hd37mfdtt.wl%tiwai@suse.de> (raw)
In-Reply-To: <1333632635.4159.15.camel@localhost>

At Thu, 05 Apr 2012 15:30:35 +0200,
Michael Karcher wrote:
> 
> CX20549 (ctx5045) doesn't accept data on index 1 for output pins,
> as shown in the following hda-var transaction:
> 
>   $ hda-verb /dev/snd/hwC0D0 0x10 set_amp_gain 0xb126
>   nid = 0x10, verb = 0x300, param = 0xb126
>   value = 0x0
>   $ hda-verb /dev/snd/hwC0D0 0x10 get_amp_gain 0x8001
>   nid = 0x10, verb = 0xb00, param = 0x8001
>   value = 0x0

OK, it's good to know.  Could you fix it in the corresponding part in
patch_conexant_auto(), too?


Takashi

> diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
> index 8d7a977..3ab7b25 100644
> --- a/sound/pci/hda/patch_conexant.c
> +++ b/sound/pci/hda/patch_conexant.c
> @@ -1087,7 +1087,6 @@ static int patch_cxt5045(struct hda_codec *codec)
>  	if (!spec)
>  		return -ENOMEM;
>  	codec->spec = spec;
> -	codec->pin_amp_workaround = 1;
>  
>  	spec->multiout.max_channels = 2;
>  	spec->multiout.num_dacs = ARRAY_SIZE(cxt5045_dac_nids);
> -- 
> 1.7.9.1
> 
> 
> 

      reply	other threads:[~2012-04-05 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-05 13:30 [PATCH 5/6] sound/pci/hda: CX20549 doesn't need pin_amp_workaround Michael Karcher
2012-04-05 14:33 ` 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=s5hd37mfdtt.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=kernel@mkarcher.dialup.fu-berlin.de \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).