diff options
author | Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> | 2017-03-22 08:43:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-24 21:48:24 +0300 |
commit | dc2721564f6da549f6eb29ac5bca28d65beadcb7 (patch) | |
tree | c4b378277d113f908246d8fea6005e33e759291e /sound/soc/sh | |
parent | 56d2c61d611a50e58dba521be1325dc90f9cc933 (diff) | |
download | linux-dc2721564f6da549f6eb29ac5bca28d65beadcb7.tar.xz |
ASoC: rcar: enable PCM RATE untile 192000
R-Car sound can handle untile 192000 rate.
Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/rcar/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c index 72966bdd3daa..3e852e00b277 100644 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c @@ -96,7 +96,7 @@ #include <linux/pm_runtime.h> #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[] = { |