mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Daniel J Blueman <daniel@quora.org>
Cc: alsa-devel@alsa-project.org,
	Alexander Stein <alexander.stein@systec-electronic.com>,
	Jaroslav Kysela <perex@perex.cz>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] HDA: Fix digital microphone on CS420x
Date: Sun, 04 Nov 2012 09:16:44 +0100	[thread overview]
Message-ID: <s5hd2ztsryr.wl%tiwai@suse.de> (raw)
In-Reply-To: <1352006344-3378-1-git-send-email-daniel@quora.org>

At Sun,  4 Nov 2012 13:19:03 +0800,
Daniel J Blueman wrote:
> 
> Correctly enable the digital microphones with the right bits in the right coeffecient
> registers on Cirrus CS4206/7 codecs. It also prevents misconfiguring ADC1/2.
> 
> This fixes the digital mic on the Macbook Pro 10,1/Retina.
> 
> Based-on-patch-by: Alexander Stein <alexander.stein@systec-electronic.com>
> Signed-off-by: Daniel J Blueman <daniel@quora.org>

Thanks, this looks more comprehensive.  DIG1 and DIG2 seem to have
been set wrongly in the original code, based on the Cirrus's example
code.  Is the right-only recording problem fixed by this patch?

Alexander, could you check this doesn't break your machine?


Takashi

> ---
>  sound/pci/hda/patch_cirrus.c |   16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c
> index 61a7113..859a119 100644
> --- a/sound/pci/hda/patch_cirrus.c
> +++ b/sound/pci/hda/patch_cirrus.c
> @@ -101,8 +101,8 @@ enum {
>  #define CS420X_VENDOR_NID	0x11
>  #define CS_DIG_OUT1_PIN_NID	0x10
>  #define CS_DIG_OUT2_PIN_NID	0x15
> -#define CS_DMIC1_PIN_NID	0x12
> -#define CS_DMIC2_PIN_NID	0x0e
> +#define CS_DMIC1_PIN_NID	0x0e
> +#define CS_DMIC2_PIN_NID	0x12
>  
>  /* coef indices */
>  #define IDX_SPDIF_STAT		0x0000
> @@ -1079,14 +1079,18 @@ static void init_input(struct hda_codec *codec)
>  			cs_automic(codec, NULL);
>  
>  		coef = 0x000a; /* ADC1/2 - Digital and Analog Soft Ramp */
> +		cs_vendor_coef_set(codec, IDX_ADC_CFG, coef);
> +
> +		coef = cs_vendor_coef_get(codec, IDX_BEEP_CFG);
>  		if (is_active_pin(codec, CS_DMIC2_PIN_NID))
> -			coef |= 0x0500; /* DMIC2 2 chan on, GPIO1 off */
> +			coef |= 1 << 4; /* DMIC2 2 chan on, GPIO1 off */
>  		if (is_active_pin(codec, CS_DMIC1_PIN_NID))
> -			coef |= 0x1800; /* DMIC1 2 chan on, GPIO0 off
> +			coef |= 1 << 3; /* DMIC1 2 chan on, GPIO0 off
>  					 * No effect if SPDIF_OUT2 is
>  					 * selected in IDX_SPDIF_CTL.
>  					*/
> -		cs_vendor_coef_set(codec, IDX_ADC_CFG, coef);
> +
> +		cs_vendor_coef_set(codec, IDX_BEEP_CFG, coef);
>  	} else {
>  		if (spec->mic_detect)
>  			cs_automic(codec, NULL);
> -- 
> 1.7.10.4
> 

  parent reply	other threads:[~2012-11-04  8:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-04  5:19 Daniel J Blueman
2012-11-04  5:19 ` [PATCH 2/2] HDA: Mark CS260x immutable structures const Daniel J Blueman
2012-11-04  8:16 ` Takashi Iwai [this message]
     [not found]   ` <CAMVG2sv2dD=WXAiJnpEO7e-pnJ5gOnCn0JK5P+B_SWc4Wqg36w@mail.gmail.com>
2012-11-05  8:59     ` [PATCH 1/2] HDA: Fix digital microphone on CS420x Alexander Stein
2012-11-05 11:38     ` 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=s5hd2ztsryr.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alexander.stein@systec-electronic.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=daniel@quora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    /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

all inboxes | Powered by JetHome®