From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752293AbcFWTXq (ORCPT ); Thu, 23 Jun 2016 15:23:46 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:36701 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751476AbcFWTXo (ORCPT ); Thu, 23 Jun 2016 15:23:44 -0400 From: Helen Koike To: Sebastian Reichel Cc: lgirdwood@gmail.com, broonie@kernel.org, peter.ujfalusi@ti.com, jarkko.nikula@bitmer.com, lars@metafoo.de, k.kozlowski@samsung.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, perex@perex.cz, tiwai@suse.com, cphealy@gmail.com, Helen Koike Subject: [PATCH v3 0/2] ASoC: tpa6130a2: Add support for multiple instances Date: Thu, 23 Jun 2016 16:23:12 -0300 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The current tpa6130a2 driver supports only a single instance. This patch series add support for multiple instances by removing the global variable that holds the instance. This is performed by using the component API, regmap, the snd_soc_{info,put,get}_volsw API and DAPM. The first 3 pathes of this series were already applied, these two are missing This patch series is based on git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Available at https://git.collabora.com/cgit/user/koike/linux.git/log/?h=sound/review/tpa6130a2 Helen Koike (2): ASoC: tpa6130a2: Add DAPM support ASoC: tpa6130a2: Remove goto err_gpio sound/soc/codecs/tpa6130a2.c | 196 ++++++++++++++++++------------------------- sound/soc/codecs/tpa6130a2.h | 11 +-- sound/soc/omap/rx51.c | 23 ++--- 3 files changed, 93 insertions(+), 137 deletions(-) Changes since v2: ASoC: tpa6130a2: Add DAPM support - Add braces around else statement in tpa6130a2_power_event ASoC: tpa6130a2: Remove goto err_gpio - Add tested-by and reviewed-by from Sebastian -- 1.9.1