Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754426AbdCTLsd convert rfc822-to-8bit (ORCPT ); Mon, 20 Mar 2017 07:48:33 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:32894 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754398AbdCTLrs (ORCPT ); Mon, 20 Mar 2017 07:47:48 -0400 MIME-Version: 1.0 In-Reply-To: <20170318075509.3836-4-mylene.josserand@free-electrons.com> References: <20170318075509.3836-1-mylene.josserand@free-electrons.com> <20170318075509.3836-4-mylene.josserand@free-electrons.com> From: Chen-Yu Tsai Date: Mon, 20 Mar 2017 19:47:23 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 3/5] ASoC: sun8i-codec: Fix space on audio-routing widget To: =?UTF-8?Q?Myl=C3=A8ne_Josserand?= Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Maxime Ripard , Chen-Yu Tsai , Rob Herring , Mark Rutland , Linux-ALSA , linux-arm-kernel , linux-kernel , devicetree , Thomas Petazzoni , Alexandre Belloni Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 559 Lines: 16 On Sat, Mar 18, 2017 at 3:55 PM, Mylène Josserand wrote: > An unwanted space is present in an audio widget's name on the dapm > routing. It causes an error on the recognition of this widget (error: > ("no dapm match for AIF1 Slot 0 Right"). > > Remove the space fixes it. > > Signed-off-by: Mylène Josserand As mentioned, this patch can be squashed into the previous patch, now that you're resending the whole bunch of patches. Otherwise, Acked-by: Chen-Yu Tsai