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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 B0309C56201 for ; Fri, 30 Oct 2020 07:57:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5857722228 for ; Fri, 30 Oct 2020 07:57:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604044634; bh=skMmy2Vr9/AuSxj3bzuIBOiuSOxk+xs9CPjuY1ruZJA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Mup+qAX+l6yBRRpNdywIGaRaRtAAdxRNXV4ZJ5fTMdAZC9aKXYDwdAopyW8ONE5dm aL2OaVVANm2tJI1rOlpVryPTx0Mdzg849IGMm1KIX8sQI9A0YVdHPcXd1AH/vXrb+2 gtOW0ECDp4ToQ4vArxoICGOofR74DvI4nGosO9dI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725954AbgJ3H5L (ORCPT ); Fri, 30 Oct 2020 03:57:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:58880 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgJ3H5L (ORCPT ); Fri, 30 Oct 2020 03:57:11 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8016420719; Fri, 30 Oct 2020 07:57:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604044630; bh=skMmy2Vr9/AuSxj3bzuIBOiuSOxk+xs9CPjuY1ruZJA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=04Arz/yzW8Lq26ElySPjCpknyJJ6S9D54AU8XABbc64vFnnBR6esPj3/6jZ0yNQ0e 5IYDgU5xZyHyDIleWgOztBm0sX2R+v4ZWSfv0nTpDRg6yI5A5wLA+X72TLxs9qV6NB jG0IJ4aJZBFhnCGty6y/9dP5ZaGqX/uOWdeX8r8c= Date: Fri, 30 Oct 2020 15:57:04 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mm-beacon-som: Fix Choppy BT audio Message-ID: <20201030075703.GJ28755@dragon> References: <20201007130237.230613-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201007130237.230613-1-aford173@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 07, 2020 at 08:02:37AM -0500, Adam Ford wrote: > When streaming bluetooth audio, the sound is choppy due to the > fact that the default baud rate of the HCI interface is too slow > to handle 16-bit stereo at 48KHz. > > The Bluetooth chip is capable of up to 4M baud on the serial port, > so this patch sets the max-speed to 4000000 in order to properly > stream audio over the Bluetooth. > > Fixes: 593816fa2f35 ("arm64: dts: imx: Add Beacon i.MX8m-Mini development kit") > > Signed-off-by: Adam Ford Applied, thanks.