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=-15.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 2059DC48BE6 for ; Wed, 16 Jun 2021 09:30:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0285461351 for ; Wed, 16 Jun 2021 09:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232289AbhFPJc2 (ORCPT ); Wed, 16 Jun 2021 05:32:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:57186 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231336AbhFPJc1 (ORCPT ); Wed, 16 Jun 2021 05:32:27 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 59F67611CA; Wed, 16 Jun 2021 09:30:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623835814; bh=nrfbYjfulZoAPaUf06R8qWjrWQRQRK0shPKxqFHChZ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xudoE7cLEMoRRo8mEPJY4STJdULAnwguMtuX0NnvGBLS1tcFa+wPRebbUhss7HUbw d0XrmG+sDITKRKitnXl2DpdsxQUjL5LzAQQMT0iukeVWr9xsQNmnGZGPPWItIJzMbs x5zyIwgdrISLtZXL8+poI0pkDG3M1ZNtmiRRfJpY= Date: Wed, 16 Jun 2021 11:30:11 +0200 From: Greg Kroah-Hartman To: Daehwan Jung Cc: Jaroslav Kysela , Takashi Iwai , Lukasz Halman , Johan Hovold , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: ALSA: usb-audio: Fix rate on Ozone Z90 USB headset Message-ID: References: <1623834063-108482-1-git-send-email-dh10.jung@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1623834063-108482-1-git-send-email-dh10.jung@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 16, 2021 at 06:01:01PM +0900, Daehwan Jung wrote: > It mislabels its 96 kHz altsetting and that's why it causes some noise > > Signed-off-by: Daehwan Jung > --- > sound/usb/format.c | 2 ++ > 1 file changed, 2 insertions(+) I am not the sound/usb/ maintainer, so I do not know why you sent this "To:" me. Also, can you resend and add a cc: stable to the signed-off-by: area to let this get backported properly? thanks, greg k-h