From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbcKATzx (ORCPT ); Tue, 1 Nov 2016 15:55:53 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:36817 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754526AbcKATzU (ORCPT ); Tue, 1 Nov 2016 15:55:20 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Tue, 01 Nov 2016 20:55:17 +0100 X-ME-IP: 90.38.45.229 From: Robert Jarzmik To: Mark Brown , Liam Girdwood 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> <87bmy029tu.fsf@belgarion.home> X-URL: http://belgarath.falguerolles.org/ Date: Tue, 01 Nov 2016 20:55:10 +0100 In-Reply-To: <87bmy029tu.fsf@belgarion.home> (Robert Jarzmik's message of "Mon, 31 Oct 2016 09:37:17 +0100") Message-ID: <8737jb0ych.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: > 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. And as another consequence, all pxa ac97 based codecs should be converted. So far, machine drivers in sound/soc/pxa/*.c using ac97 all use either wm9705, wm9712 or wm9713. Therefore for this patch to be usable, I must also convert wm9705 and wm9712. Cheers. -- Robert