From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Austin, Brian" Subject: Re: [PATCH] sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM Date: Tue, 9 Dec 2014 15:09:32 +0000 Message-ID: References: <2064254.7lXiTpmK64@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <2064254.7lXiTpmK64@vostro.rjw.lan> Content-Language: en-US Content-ID: 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: "Rafael J. Wysocki" , Takashi Iwai Cc: "alsa-devel@alsa-project.org" , Kukjin Kim , Linux PM list , Xiubo Li , Timur Tabi , "Handrigan, Paul" , Liam Girdwood , Nicolin Chen , Mark Brown , Ben Dooks , Linux Kernel Mailing List List-Id: linux-pm@vger.kernel.org On 12/5/14, 8:46 PM, "Rafael J. Wysocki" wrote: >From: Rafael J. Wysocki > >After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is >selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks >depending on CONFIG_PM_RUNTIME may now be changed to depend on >CONFIG_PM. > >Replace CONFIG_PM_RUNTIME with CONFIG_PM everywhere under sound/. > >Signed-off-by: Rafael J. Wysocki >--- > >Note: This depends on commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if >PM_SLEEP is selected) which is only in linux-next at the moment (via the >linux-pm tree). > For the cs35l32 Acked-by: Brian Austin