From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762885AbcJaIhb (ORCPT ); Mon, 31 Oct 2016 04:37:31 -0400 Received: from smtp04.smtpout.orange.fr ([80.12.242.126]:47325 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762835AbcJaIh0 (ORCPT ); Mon, 31 Oct 2016 04:37:26 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 31 Oct 2016 09:37:23 +0100 X-ME-IP: 90.38.45.229 From: Robert Jarzmik To: Liam Girdwood , Mark Brown Cc: Dmitry Torokhov , Lee Jones , Sebastian Reichel , Jaroslav Kysela , Takashi Iwai , Daniel Mack , Haojian Zhuang , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, patches@opensource.wolfsonmicro.com, linux-pm@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 5/9] ASoC: pxa: switch to new ac97 bus support References: <1477510907-23495-1-git-send-email-robert.jarzmik@free.fr> <1477510907-23495-6-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 31 Oct 2016 09:37:17 +0100 In-Reply-To: <1477510907-23495-6-git-send-email-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Wed, 26 Oct 2016 21:41:43 +0200") Message-ID: <87bmy029tu.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Robert Jarzmik writes: > Switch to the new ac97 bus support in sound/ac97 instead of the legacy > snd_ac97 one. > > Signed-off-by: Robert Jarzmik I realized this one impacts sound/arm/pxa2xx-ac97.c. This deserves a v2, with this patch being split into 2 pieces : - one for pxa2xx-ac97-lib.* - one which will be the true switch to the new ac97 bus. Cheers. -- Robert