From: Hiroyuki Yokoyama Date: Wed, 22 Mar 2017 05:43:35 +0000 (+0000) Subject: ASoC: rcar: enable PCM RATE untile 192000 X-Git-Tag: v4.12-rc1~115^2^2~13^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc2721564f6da549f6eb29ac5bca28d65beadcb7;p=thirdparty%2Flinux.git ASoC: rcar: enable PCM RATE untile 192000 R-Car sound can handle untile 192000 rate. Signed-off-by: Hiroyuki Yokoyama Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c index 72966bdd3daa3..3e852e00b2778 100644 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c @@ -96,7 +96,7 @@ #include #include "rsnd.h" -#define RSND_RATES SNDRV_PCM_RATE_8000_96000 +#define RSND_RATES SNDRV_PCM_RATE_8000_192000 #define RSND_FMTS (SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S16_LE) static const struct of_device_id rsnd_of_match[] = {