From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 509C9C433E6 for ; Tue, 16 Mar 2021 07:22:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0BE2961585 for ; Tue, 16 Mar 2021 07:22:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232415AbhCPHWT (ORCPT ); Tue, 16 Mar 2021 03:22:19 -0400 Received: from mx2.suse.de ([195.135.220.15]:49038 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232720AbhCPHWG (ORCPT ); Tue, 16 Mar 2021 03:22:06 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 63F4AAC5C; Tue, 16 Mar 2021 07:22:05 +0000 (UTC) Date: Tue, 16 Mar 2021 08:22:05 +0100 Message-ID: From: Takashi Iwai To: Vitaly Rodionov Cc: Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH v3 0/4] ALSA: hda/cirrus: Make CS8409 driver more generic by using fixups In-Reply-To: <20210315190716.47686-1-vitalyr@opensource.cirrus.com> References: <20210315190716.47686-1-vitalyr@opensource.cirrus.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Mar 2021 20:07:12 +0100, Vitaly Rodionov wrote: > > This series of patches will address comments by Pierre-Louis Bossart, > cleans up patch_cirrus.c source, reducing checkpatch.pl warnings from 19 to 0, > fixing an issue reported by Canonical: BugLink: https://bugs.launchpad.net/bugs/1918378, > and makes the CS8409 patch more generic by using fixups. > > Stefan Binding (4): > ALSA: hda/cirrus: Add error handling into CS8409 I2C functions > ALSA: hda/cirrus: Cleanup patch_cirrus.c code. > ALSA: hda/cirrus: Fix CS42L42 Headset Mic volume control name > ALSA: hda/cirrus: Make CS8409 driver more generic by using fixups. Now applied all four patches. The patch 4 had the old style fallthrough comment and I corrected with the fallthrough macro locally. thanks, Takashi