From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [Intel-gfx] [PATCH 0/4 V7] Power-well API implementation for Haswell Date: Wed, 24 Jul 2013 14:13:33 +0200 Message-ID: References: <46B810F6945F7C4788E11DCE57EC48901184D8BF@SHSMSX104.ccr.corp.intel.com> <46B810F6945F7C4788E11DCE57EC48901184DB13@SHSMSX104.ccr.corp.intel.com> <46B810F6945F7C4788E11DCE57EC48901184DB3D@SHSMSX104.ccr.corp.intel.com> <51E6A4B7.7060605@canonical.com> <46B810F6945F7C4788E11DCE57EC48901184E3B6@SHSMSX104.ccr.corp.intel.com> <20130718064415.GH4550@phenom.ffwll.local> <46B810F6945F7C4788E11DCE57EC48901184E58D@SHSMSX104.ccr.corp.intel.com> <46B810F6945F7C4788E11DCE57EC489011851134@SHSMSX104.ccr.corp.intel.com> <46B810F6945F7C4788E11DCE57EC4890118511BE@SHSMSX104.ccr.corp.intel.com> <51EFC143.2090603@canonical.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id D17C32652C6 for ; Wed, 24 Jul 2013 14:12:28 +0200 (CEST) In-Reply-To: <51EFC143.2090603@canonical.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: David Henningsson Cc: "alsa-devel@alsa-project.org" , "Girdwood, Liam R" , "daniel.vetter@ffwll.ch" , "intel-gfx@lists.freedesktop.org" , "Wysocki, Rafael J" , "Wang, Xingchao" , Paulo Zanoni , Daniel Vetter , "Jin, Gordon" List-Id: alsa-devel@alsa-project.org At Wed, 24 Jul 2013 13:57:55 +0200, David Henningsson wrote: > > On 07/24/2013 01:33 PM, Wang, Xingchao wrote: > > Yes, I agree. I'm debugging this issue on Ubuntu, not sure it happens on other distribution too. > > If it's related to Ubuntu, maybe need check Ubuntu power policy. Does anyone know the Ubuntu power-policy on laptop? > > i.e. when charger connected, will Ubuntu make decision to disable power-save feature for audio subsystem? > > I'm not a power management expert, but I got a pointer from my team mate > to pm-utils: > > http://cgit.freedesktop.org/pm-utils/tree/pm/power.d/intel-audio-powersave > > If I understand correctly, The scripts in power.d are executed when > battery / AC-power is changed. > > Takashi, does SUSE also use pm-utils? Yes, until 12.3, at least. Since 12.3 and later, some portions have been ported to systemd. Takashi