Commit e3040095 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Jiri Slaby

ASoC: rsnd: remove unsupported PAUSE flag

commit 706c6621 upstream.

R-Car sound doesn't support PAUSE.
Remove SNDRV_PCM_INFO_PAUSE flags from snd_pcm_hardware info
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent bad84a26
...@@ -662,8 +662,7 @@ static void rsnd_dai_remove(struct platform_device *pdev, ...@@ -662,8 +662,7 @@ static void rsnd_dai_remove(struct platform_device *pdev,
static struct snd_pcm_hardware rsnd_pcm_hardware = { static struct snd_pcm_hardware rsnd_pcm_hardware = {
.info = SNDRV_PCM_INFO_INTERLEAVED | .info = SNDRV_PCM_INFO_INTERLEAVED |
SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_MMAP |
SNDRV_PCM_INFO_MMAP_VALID | SNDRV_PCM_INFO_MMAP_VALID,
SNDRV_PCM_INFO_PAUSE,
.formats = RSND_FMTS, .formats = RSND_FMTS,
.rates = RSND_RATES, .rates = RSND_RATES,
.rate_min = 8000, .rate_min = 8000,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment