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=-2.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D8086C433FE for ; Thu, 10 Dec 2020 17:25:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F8CF2310D for ; Thu, 10 Dec 2020 17:25:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392616AbgLJRZj (ORCPT ); Thu, 10 Dec 2020 12:25:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391317AbgLJRZK (ORCPT ); Thu, 10 Dec 2020 12:25:10 -0500 Received: from mail-ot1-x342.google.com (mail-ot1-x342.google.com [IPv6:2607:f8b0:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B88A9C0613CF for ; Thu, 10 Dec 2020 09:24:55 -0800 (PST) Received: by mail-ot1-x342.google.com with SMTP id d8so5599224otq.6 for ; Thu, 10 Dec 2020 09:24:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IFQckzUxker7hD4gEVPk8FIb33ZU0VYEtCHChGBdgHo=; b=TOG920h10dQaSs1Q198SciJA7oznw7oR34uKYF5py3DQuEjyYTON9+z1HjOnjjjlvx JXrgnkCecWzR+8rvOo/d6rjtWTapmCrFezHhoy5XAK4fAWCx+fbc1ww+ua29g7QLGuGE KK5Zm3uIJiZrSF0Qx606sq+DZUECSFH1Bk+hBJ4dC+s8BuQm/z40aDRibum/3JtzT0Un sAlIIFRX39vUFtEeYkO+Pxy3Dk5vBzVh0Ibx6JOtD+u448UzRrzKusHOz87Ppeq7P4Fb sgp+H+hLlFfleb51uqa7uE07Rl6UVe8smo5VvvAfD/yo+6CptPnfM8Hg6SXxOtAoxd7N 6aqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IFQckzUxker7hD4gEVPk8FIb33ZU0VYEtCHChGBdgHo=; b=iOrZPxyLR8mQhuEXtoK3pyeiqUE/zomC75gg3RrTIg8x47STkKViaFGIqy/H0NR+BJ GR4nMAzkBzI1S4dkVXMn6TWcDmDLADFWarUx2hIl9lQTX97MpQPEf1BueZ+Del6bClPS t965StoFOpj7w9oAUoX6Ok4eu2NPUdMgi0BtXnCq8PhKEwIW2dyJPlllfTSK+Y14F5S3 NQUHDNva7aEVDRE/TjNFR2O4krXGvaBGhJX/97h4Tc4Gj8sj4lI58oyt9BGMCyDH1mU5 JtNpkHnnCX0jXU66WBSz/Ri5l5l8XW2grgzyviudEitm9a5axjwUngNHs1t2AcekVqlG SSFw== X-Gm-Message-State: AOAM532Nk5n6xxujAoktxsPQXorurOnXke0FQbT/A+sQmf359VoNyqW7 RIUU5laXYA004guupJ+6JvxojsZoNxqmyL31EG+AGHbY X-Google-Smtp-Source: ABdhPJxOMhMACKGCkVgQUS9xHAEg0wochoEtFLfmyVRzXWlQkk1BKLm6ABpG4Wh5IMW+NWtCuDnAA9jEuaSihXQOe50= X-Received: by 2002:a05:6830:1b7b:: with SMTP id d27mr6900148ote.132.1607621095196; Thu, 10 Dec 2020 09:24:55 -0800 (PST) MIME-Version: 1.0 References: <20201208195223.424753-1-conmanx360@gmail.com> <20201208195223.424753-3-conmanx360@gmail.com> In-Reply-To: From: Connor McAdams Date: Thu, 10 Dec 2020 12:24:44 -0500 Message-ID: Subject: Re: [PATCH v2 3/3] ALSA: hda/ca0132 - Unmute surround when speaker output is selected. To: Takashi Iwai Cc: stable@kernel.org, Jaroslav Kysela , Takashi Iwai , ALSA development , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Will do. Sorry about that. On Thu, Dec 10, 2020 at 12:22 PM Takashi Iwai wrote: > > On Thu, 10 Dec 2020 18:16:00 +0100, > Connor McAdams wrote: > > > > Woops, sent previous email on the first version of this patch. > > > > This patch is a mistake. Not sure why I did this. > > OK, then could you resubmit v3? Now I reverted the v2 patches. > > > Takashi