Skip to content

Commit c1b9b9b

Browse files
morimotobroonie
authored andcommitted
ASoC: fsi: remove unsupported PAUSE flag
FSI 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 f114040 commit c1b9b9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/soc/sh/fsi.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1711,8 +1711,7 @@ static const struct snd_soc_dai_ops fsi_dai_ops = {
17111711
static struct snd_pcm_hardware fsi_pcm_hardware = {
17121712
.info = SNDRV_PCM_INFO_INTERLEAVED |
17131713
SNDRV_PCM_INFO_MMAP |
1714-
SNDRV_PCM_INFO_MMAP_VALID |
1715-
SNDRV_PCM_INFO_PAUSE,
1714+
SNDRV_PCM_INFO_MMAP_VALID,
17161715
.buffer_bytes_max = 64 * 1024,
17171716
.period_bytes_min = 32,
17181717
.period_bytes_max = 8192,

0 commit comments

Comments
 (0)