From patchwork Sun Jun 19 17:52:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: DigitalDreamtime X-Patchwork-Id: 9186213 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id EE9E56075E for ; Sun, 19 Jun 2016 17:53:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D4317201F5 for ; Sun, 19 Jun 2016 17:53:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C7B84205A9; Sun, 19 Jun 2016 17:53:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3A1E5201F5 for ; Sun, 19 Jun 2016 17:53:49 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 31CAD264F02; Sun, 19 Jun 2016 19:53:48 +0200 (CEST) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id CC72F2664AD; Sun, 19 Jun 2016 19:53:14 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5C7822664AD; Sun, 19 Jun 2016 19:53:14 +0200 (CEST) Received: from mail.dreamtime.org (barcelona.digitaldreamtime.co.uk [85.158.46.130]) by alsa0.perex.cz (Postfix) with ESMTP id C72D9264F02 for ; Sun, 19 Jun 2016 19:52:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dreamtime.org; s=dt20140624; h=Message-Id:Date:Subject:Cc:To:From; bh=o5wnwduTQdHen298BRoYDhe5rIDVAk7b4iHhQ472B44=; b=Rj0TeAtOxragwdWYW7RYM35ig97SXUFe7i2LpopiTOiUq2Jkk1M4o8HjaTjsV9fzvQKet0BGdMBOlpDSkxanpEnqEdP6SNSPkhFWwWP8VWwARW7jwO1Q42m3G83n73DG52xjkD2mT6LPb1nGgOb3YGWSHgzSu8KcaAtAv1fMr5stCbelOmIy6xjlOVpIyYgW0ZBRoXdXkb7lorUl32oZ9Gf3+npycWpI2HX6MC5VvJRawdqesdGFpoppu7kjO6c651U4OZx1j8KQpAvEZLK8HWOrjvxlwz5H08tuTmWFFY8/bT4nAsbLE/HHGY1t7HQFLyx5OVVGhl0EALpOzKOLzw==; Received: from host-2-96-144-62.as13285.net ([2.96.144.62] helo=e5530.vacuumtube.org.uk) by mail.dreamtime.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bEgtq-0003tG-FW; Sun, 19 Jun 2016 17:52:46 +0000 From: Clive Messer To: alsa-devel@alsa-project.org Date: Sun, 19 Jun 2016 18:52:35 +0100 Message-Id: <1466358755-31729-1-git-send-email-clive.messer@digitaldreamtime.co.uk> X-Mailer: git-send-email 2.5.5 X-SA-Exim-Connect-IP: 2.96.144.62 X-SA-Exim-Mail-From: clive.messer@digitaldreamtime.co.uk X-SA-Exim-Scanned: No (on mail.dreamtime.org); SAEximRunCond expanded to false Cc: Clive Messer Subject: [alsa-devel] [PATCH 1/1] ASoC: pcm512x: Add 352k8 sample rate support X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Add 352k8 sample rate to the slave constraint list. Signed-off-by: Clive Messer --- sound/soc/codecs/pcm512x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/pcm512x.c b/sound/soc/codecs/pcm512x.c index 047c489..eca6648 100644 --- a/sound/soc/codecs/pcm512x.c +++ b/sound/soc/codecs/pcm512x.c @@ -480,7 +480,7 @@ static unsigned long pcm512x_ncp_target(struct pcm512x_priv *pcm512x, static const u32 pcm512x_dai_rates[] = { 8000, 11025, 16000, 22050, 32000, 44100, 48000, 64000, - 88200, 96000, 176400, 192000, 384000, + 88200, 96000, 176400, 192000, 352800, 384000, }; static const struct snd_pcm_hw_constraint_list constraints_slave = {