Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/sgtl5000' into tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Jan 10, 2013
2 parents 87fee06 + b50684d commit fd2eab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static const struct snd_kcontrol_new sgtl5000_snd_controls[] = {
5, 1, 0),

SOC_SINGLE_TLV("Mic Volume", SGTL5000_CHIP_MIC_CTRL,
0, 4, 0, mic_gain_tlv),
0, 3, 0, mic_gain_tlv),
};

/* mute the codec used by alsa core */
Expand Down Expand Up @@ -1344,7 +1344,7 @@ static int sgtl5000_probe(struct snd_soc_codec *codec)
SGTL5000_HP_ZCD_EN |
SGTL5000_ADC_ZCD_EN);

snd_soc_write(codec, SGTL5000_CHIP_MIC_CTRL, 0);
snd_soc_write(codec, SGTL5000_CHIP_MIC_CTRL, 2);

/*
* disable DAP
Expand Down

0 comments on commit fd2eab8

Please sign in to comment.