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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 14CE5C433B4 for ; Thu, 20 May 2021 15:24:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E7AC161244 for ; Thu, 20 May 2021 15:24:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232372AbhETPZy (ORCPT ); Thu, 20 May 2021 11:25:54 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:36588 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232062AbhETPZF (ORCPT ); Thu, 20 May 2021 11:25:05 -0400 Received: from smtpclient.apple (p4fefc9d6.dip0.t-ipconnect.de [79.239.201.214]) by mail.holtmann.org (Postfix) with ESMTPSA id 153D6CECEB; Thu, 20 May 2021 17:31:36 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.80.0.2.43\)) Subject: Re: [PATCH v2] Bluetooth: btusb: Add support USB ALT 3 for WBS From: Marcel Holtmann In-Reply-To: <20210514031901.2276-1-hildawu@realtek.com> Date: Thu, 20 May 2021 17:23:41 +0200 Cc: Johan Hedberg , Luiz Augusto von Dentz , "open list:BLUETOOTH SUBSYSTEM" , open list , Max Chou , Alex Lu , kidman@realtek.com Content-Transfer-Encoding: 7bit Message-Id: References: <20210514031901.2276-1-hildawu@realtek.com> To: Hilda Wu X-Mailer: Apple Mail (2.3654.80.0.2.43) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Hilda, > Because mSBC frames do not need to be aligned to the SCO packet > boundary. Using USB ALT 3 let HCI payload >= 60 bytes, let mSBC > data satisfy 60 Bytes avoid payload unaligned situation and fixed > some headset no voise issue. > > USB Alt 3 supported also need HFP support transparent MTU in 72 Bytes. > > Signed-off-by: Hilda Wu > --- > Changes in v2: > - Updated signed off name. > - Adjusted coding style. > --- > --- > drivers/bluetooth/btusb.c | 7 +++++++ > 1 file changed, 7 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel