Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2028502imm; Sat, 2 Jun 2018 15:28:44 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKBeoYjnBEKfvNy8QjHVFCuo4L63J/P8U4gRoR9Uw5+88I4gUn4X7dI3D8HrH9Pn4gL0fln X-Received: by 2002:a63:67c4:: with SMTP id b187-v6mr12436822pgc.86.1527978523944; Sat, 02 Jun 2018 15:28:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527978523; cv=none; d=google.com; s=arc-20160816; b=0jG6MuuGvm64UNUiMUrmopjRAy9KCMaj8QXw9r1laQ/AfWEHyPy8p7pn4j+ReM3579 Lta2MFAZQNet8Iz0rEiGtSG2lK8ZxNS+rG1jTKlAubCuTTLQvjseuVmR5DZlmje3SbLD wtRkZdTRHXKCIeRRWmU5Roexh7ey+GIhjUJFgqefD3TNM9Mf5R1sqrVv5aDu625SkZB0 m+4apSaZPKl9a8XRzIxm9snk2GoyqlzDFAf34oQ3XwCsAJPoVAh/CXz3Yhugjn6xCc1V kGUR7XNLgYjvR89fvTP7k56ci6Zu9meQi0PVYR/5XQsa4W82Js2110dmYczFaWwyWVvC 4k3Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from :arc-authentication-results; bh=bz2YUyF6kmNoCtk3CZjnRg+1WK0YeDeJNzshcPpgF3I=; b=EcQykCubdNHut9uN57ZZZNIXB7rePvTKS8lGMnxNPx6Hk9P/7CdzD6MV+zJDGSmMQj O2TB8Ozk+/qQUVV7APj84pxT8ZSlDsCTS2qeMCXbAu6pTi2I+itCuiu+lVYG3WYFyg9I +3mTY0h5x5BFAaJocflihI4sDahDFPRV9s/O89+oYiP7QqjyPEvFbfqTuaURJyXE1BKw 4LxaoyMJeAgNJ44oDE9Rh4s7LSEInMu48ERCyGNaTAuDZ8bNsF16XywdYvR0hnSR1q/L c08drz/aezSP0xLO2vcBVZLydWUiiZilkjZhHQADHfYDS/R/p1boTPyBgJnDDzFRqrvh ODTA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x70-v6si4861203pfj.347.2018.06.02.15.28.28; Sat, 02 Jun 2018 15:28:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751953AbeFBW2G (ORCPT + 99 others); Sat, 2 Jun 2018 18:28:06 -0400 Received: from smtp05.smtpout.orange.fr ([80.12.242.127]:17168 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751753AbeFBW2F (ORCPT ); Sat, 2 Jun 2018 18:28:05 -0400 Received: from belgarion ([90.55.202.35]) by mwinf5d09 with ME id tyTy1x0060mKt3N03yTyAG; Sun, 03 Jun 2018 00:28:03 +0200 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sun, 03 Jun 2018 00:28:03 +0200 X-ME-IP: 90.55.202.35 From: Robert Jarzmik To: Mark Brown Cc: Takashi Iwai , Jaroslav Kysela , Daniel Mack , Haojian Zhuang , Liam Girdwood , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v8] ASoC: pxa: switch to new ac97 bus support References: <20180602192930.17846-1-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Sun, 03 Jun 2018 00:27:58 +0200 In-Reply-To: <20180602192930.17846-1-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Sat, 2 Jun 2018 21:29:30 +0200") Message-ID: <87fu24su1d.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk 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. > + codecs_pdata = pdata ? pdata->codecs_pdata : NULL; It's a shame my automated build and test system didn't catch that : it should have been pdata->codec_pdata and not pdata->codecs_pdata. Given that this slipped in, please don't apply this until I find out why my builder lives in utopia. Cheers. -- Robert