Skip to content

Commit 706c662

Browse files
morimotobroonie
authored andcommitted
ASoC: rsnd: remove unsupported PAUSE flag
R-Car sound doesn't support PAUSE. Remove SNDRV_PCM_INFO_PAUSE flags from snd_pcm_hardware info Signed-off-by: Kuninori Morimoto <[email protected]> Signed-off-by: Mark Brown <[email protected]> Cc: [email protected]
1 parent c1b9b9b commit 706c662

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/soc/sh/rcar/core.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,7 @@ static int rsnd_dai_probe(struct platform_device *pdev,
886886
static struct snd_pcm_hardware rsnd_pcm_hardware = {
887887
.info = SNDRV_PCM_INFO_INTERLEAVED |
888888
SNDRV_PCM_INFO_MMAP |
889-
SNDRV_PCM_INFO_MMAP_VALID |
890-
SNDRV_PCM_INFO_PAUSE,
889+
SNDRV_PCM_INFO_MMAP_VALID,
891890
.buffer_bytes_max = 64 * 1024,
892891
.period_bytes_min = 32,
893892
.period_bytes_max = 8192,

0 commit comments

Comments
 (0)