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=-5.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 169FEC48BE6 for ; Wed, 16 Jun 2021 10:30:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D91186128B for ; Wed, 16 Jun 2021 10:30:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232237AbhFPKcl (ORCPT ); Wed, 16 Jun 2021 06:32:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:48042 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232030AbhFPKci (ORCPT ); Wed, 16 Jun 2021 06:32:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7D3F460FE6; Wed, 16 Jun 2021 10:30:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623839432; bh=mqqLnnrtOe1x+IQER3v/M1RZ1eEvzy87JkFegkes+cc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OnWsBphAHVb2rg/ju/6Hmsj9CKJESH5L8S3YyKZMowlYIITokBtAacamo6ne6B4RJ xkyDkVC44/qaGqBTWAXtH/TaV1e/lcQ7RNlplQvYzisJOz4p/Dw9LrtsbDA8TOBvmH UBpffBaFYiJKlt50hNCdpZBmpU/RzF4RFEi/LMWg= Date: Wed, 16 Jun 2021 12:30:29 +0200 From: Greg Kroah-Hartman To: Daehwan Jung Cc: Jaroslav Kysela , Takashi Iwai , Johan Hovold , Lukasz Halman , 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: <1623836097-61918-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: <1623836097-61918-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:34:55PM +0900, Daehwan Jung wrote: > It mislabels its 96 kHz altsetting and that's why it causes some noise > > Cc: Greg Kroah-Hartman I don't care about this. But the stable tree probably does, please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. thanks, greg k-h