From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: ak4642: Replace mdelay function to msleep Date: Tue, 10 Jan 2017 12:24:49 +0000 Message-ID: <20170110122449.xhfdph5u6dkxdutz@sirena.org.uk> References: <874m1zay9v.wl%kuninori.morimoto.gx@renesas.com> <87k2auxk40.wl%kuninori.morimoto.gx@renesas.com> <87ziizpsxr.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1606920229042860543==" Return-path: Received: from mezzanine.sirena.org.uk (mezzanine.sirena.org.uk [106.187.55.193]) by alsa0.perex.cz (Postfix) with ESMTP id 073252673E4 for ; Tue, 10 Jan 2017 13:24:56 +0100 (CET) In-Reply-To: <87ziizpsxr.wl%kuninori.morimoto.gx@renesas.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Kuninori Morimoto Cc: Linux-ALSA , NAOYA SHIIBA , Hisao Munakata , TOSHIAKI KOMATSU , Yusuke Goda , Simon , YOSHIYUKI ITO , Tsuyoshi Tsumuraya , HARUNOBU KUROKAWA , RYO KODAMA List-Id: alsa-devel@alsa-project.org --===============1606920229042860543== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7ljc2bbfswgvye74" Content-Disposition: inline --7ljc2bbfswgvye74 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jan 10, 2017 at 02:13:04AM +0000, Kuninori Morimoto wrote: > case SND_SOC_DAPM_POST_PMU: /* after widget power up */ > /* Power save mode OFF */ > - mdelay(popup_wait); > + msleep(popup_wait); > snd_soc_update_bits(codec, SG_SL2, LOPS, 0); > break; This doesn't apply against current code, the driver appears to have a fixed delay here not a variable one? --7ljc2bbfswgvye74 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlh00pAACgkQJNaLcl1U h9Ad+gf8Ct3tsCU6OHNJPr/U5I7bdDqrBdRITdixpEhrwmdjbloMUO6GxSZfOCtl svCpi0P/MLD7al8KWMB6tlsQhoMHm3suJv/VBU2vij+nhzyjoNR4wYBqZ4hzyaAm 5UuwZ9rRTOrTvS7PhpUdYYoqJPaVqfbT1AWLAoySK+Zigg9W23ODAQgEnnVnboj+ wBuZTji5sJ8+cONBNToRcJ5GhL7QqoqlcmkYmsDbg75S65uBraGKs6FJDP1bKJgm mNHmQ+PxL3ffwGQ48/x8qv/Ycn+txvQjfMUiBIwYLc85Oqz9ms2kd06xqvaYelld pCVKtHC55NFSgq7F0nDA7/d62cVJKA== =m+6o -----END PGP SIGNATURE----- --7ljc2bbfswgvye74-- --===============1606920229042860543== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============1606920229042860543==--