From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bard Liao Subject: Re: [PATCH v2 1/3] ASoC: rt5645: Simplify rt5645_enable_push_button_irq Date: Tue, 14 Jul 2015 09:48:08 +0000 Message-ID: References: <1436856687-31550-1-git-send-email-drinkcat@chromium.org> <1436856687-31550-2-git-send-email-drinkcat@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from rtits2.realtek.com.tw (rtits2.realtek.com [60.250.210.242]) by alsa0.perex.cz (Postfix) with ESMTP id BC505260525 for ; Tue, 14 Jul 2015 11:48:16 +0200 (CEST) In-Reply-To: <1436856687-31550-2-git-send-email-drinkcat@chromium.org> Content-Language: zh-TW 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: Nicolas Boichat , Mark Brown Cc: Oder Chiou , "alsa-devel@alsa-project.org" , Takashi Iwai , "koro.chen@mediatek.com" , Liam Girdwood List-Id: alsa-devel@alsa-project.org > -----Original Message----- > From: Nicolas Boichat [mailto:drinkcat@chromium.org] > Sent: Tuesday, July 14, 2015 2:51 PM > To: Mark Brown > Cc: Bard Liao; Oder Chiou; Liam Girdwood; Jaroslav Kysela; Takashi Iwai; > alsa-devel@alsa-project.org; koro.chen@mediatek.com > Subject: [PATCH v2 1/3] ASoC: rt5645: Simplify > rt5645_enable_push_button_irq > > LDO2/Mic Det Power pins are already enabled/disabled in > rt5645_jack_detect (the jack out code path previously did not disable > those: modify it to make it so). > > Also, provide an alternative if dapm is not ready yet. > > Signed-off-by: Nicolas Boichat Acked-by: Bard Liao