From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH 12/12] ASoC: alc5632: Allow 8kHz stream support. Date: Sat, 11 Feb 2012 23:10:45 +0200 Message-ID: <1328994645-8237-13-git-send-email-leon@leon.nu> References: <1328994645-8237-1-git-send-email-leon@leon.nu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by alsa0.perex.cz (Postfix) with ESMTP id 1E706103A5C for ; Sat, 11 Feb 2012 22:11:32 +0100 (CET) Received: by mail-ee0-f51.google.com with SMTP id d49so1252422eek.38 for ; Sat, 11 Feb 2012 13:11:32 -0800 (PST) In-Reply-To: <1328994645-8237-1-git-send-email-leon@leon.nu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: lrg@ti.com, broonie@opensource.wolfsonmicro.com, alsa-devel@alsa-project.org Cc: Andrey Danin , Leon Romanovsky List-Id: alsa-devel@alsa-project.org From: Andrey Danin Signed-off-by: Andrey Danin Signed-off-by: Leon Romanovsky --- sound/soc/codecs/alc5632.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index 94f6a2a..d81d1f5 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c @@ -788,6 +788,7 @@ static int alc5632_set_dai_sysclk(struct snd_soc_dai *codec_dai, struct alc5632_priv *alc5632 = snd_soc_codec_get_drvdata(codec); switch (freq) { + case 4096000: case 8192000: case 11289600: case 12288000: -- 1.7.3.4