From 58c841965659475f1124c0c3ec4081de326d90b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=82=B1=E5=BB=BA=E6=96=8C?= Date: Mon, 1 Jul 2013 14:15:05 +0800 Subject: [PATCH] =?utf8?q?rt5616=20codec=20=EF=BC=9A=20fix=20play=20tail?= =?utf8?q?=20problem=20solving?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sound/soc/codecs/rt5616.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/codecs/rt5616.c b/sound/soc/codecs/rt5616.c index b773870ba80d..44eaa2346ed0 100755 --- a/sound/soc/codecs/rt5616.c +++ b/sound/soc/codecs/rt5616.c @@ -725,8 +725,8 @@ static void rt5616_pmu_depop(struct snd_soc_codec *codec) RT5616_HP_R_SMT_MASK, RT5616_HP_SG_DIS | RT5616_HP_L_SMT_DIS | RT5616_HP_R_SMT_DIS); msleep(20); - snd_soc_update_bits(codec, RT5616_HP_CALIB_AMP_DET, - RT5616_HPD_PS_MASK, RT5616_HPD_PS_EN); +// snd_soc_update_bits(codec, RT5616_HP_CALIB_AMP_DET, +// RT5616_HPD_PS_MASK, RT5616_HPD_PS_EN); } static void rt5616_pmd_depop(struct snd_soc_codec *codec) @@ -746,8 +746,8 @@ static void rt5616_pmd_depop(struct snd_soc_codec *codec) RT5616_RSTP_MASK | RT5616_HP_L_SMT_MASK | RT5616_HP_R_SMT_MASK, RT5616_RSTP_DIS | RT5616_HP_L_SMT_EN | RT5616_HP_R_SMT_EN); - snd_soc_update_bits(codec, RT5616_HP_CALIB_AMP_DET, - RT5616_HPD_PS_MASK, RT5616_HPD_PS_DIS); +// snd_soc_update_bits(codec, RT5616_HP_CALIB_AMP_DET, +// RT5616_HPD_PS_MASK, RT5616_HPD_PS_DIS); msleep(90); snd_soc_update_bits(codec, RT5616_HP_VOL, RT5616_L_MUTE | RT5616_R_MUTE, RT5616_L_MUTE | RT5616_R_MUTE); -- 2.34.1