From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752518AbdGHF2E (ORCPT ); Sat, 8 Jul 2017 01:28:04 -0400 Received: from muru.com ([72.249.23.125]:53674 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752123AbdGHF2D (ORCPT ); Sat, 8 Jul 2017 01:28:03 -0400 Date: Fri, 7 Jul 2017 22:27:53 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Sebastian Reichel , Liam Girdwood , Mark Brown , Rob Herring , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] Motorola Droid 4 Audio Support Message-ID: <20170708052753.GM3730@atomide.com> References: <20170707164229.5868-1-sebastian.reichel@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170707164229.5868-1-sebastian.reichel@collabora.co.uk> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [170707 09:43]: > Hi, > > I got working sound on Droid 4 with mainline \o/. The codec is > currently missing support for detecting if something has been > plugged into the 3.5mm connector, since that seems to require > some closed source firmware and needs further investigation. I > think this can be added later. Hey that's great! I'll give it a try this weekend.. Does that mean that 3G voice calls work too now or is something more needed there? For the CPCAP PMIC macro interrupts I think it's best to set up a separate driver as it seems separate from the core CPCAP functionality. So I think we can just move the unused "cpcap-m2" IRQ banks out of motorola-cpcap.c and put them into a separate child driver that loads it's firmware on init and provides interrupts for the 3.5mm connector. Regards, Tony