All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: rockchip: add missing INTERLEAVED PCM attribute
@ 2018-09-10 16:39 ` Katsuhiro Suzuki
  0 siblings, 0 replies; 15+ messages in thread
From: Katsuhiro Suzuki @ 2018-09-10 16:39 UTC (permalink / raw)
  To: Mark Brown, Heiko Stuebner, alsa-devel, linux-rockchip
  Cc: Katsuhiro Suzuki, linux-kernel, linux-arm-kernel

This patch adds SNDRV_PCM_INFO_INTERLEAVED into PCM hardware info.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
---
 sound/soc/rockchip/rockchip_pcm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sound/soc/rockchip/rockchip_pcm.c b/sound/soc/rockchip/rockchip_pcm.c
index f77538319221..9e7b5fa4cf59 100644
--- a/sound/soc/rockchip/rockchip_pcm.c
+++ b/sound/soc/rockchip/rockchip_pcm.c
@@ -21,7 +21,8 @@ static const struct snd_pcm_hardware snd_rockchip_hardware = {
 	.info			= SNDRV_PCM_INFO_MMAP |
 				  SNDRV_PCM_INFO_MMAP_VALID |
 				  SNDRV_PCM_INFO_PAUSE |
-				  SNDRV_PCM_INFO_RESUME,
+				  SNDRV_PCM_INFO_RESUME |
+				  SNDRV_PCM_INFO_INTERLEAVED,
 	.period_bytes_min	= 32,
 	.period_bytes_max	= 8192,
 	.periods_min		= 1,
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-04-24 14:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 16:39 [PATCH] ASoC: rockchip: add missing INTERLEAVED PCM attribute Katsuhiro Suzuki
2018-09-10 16:39 ` Katsuhiro Suzuki
2018-09-10 16:39 ` Katsuhiro Suzuki
2018-09-11 18:21 ` Applied "ASoC: rockchip: add missing INTERLEAVED PCM attribute" to the asoc tree Mark Brown
2018-09-11 18:21   ` Mark Brown
2018-09-11 18:21   ` Mark Brown
2018-09-11 18:21   ` Mark Brown
2019-04-23 22:26 ` [alsa-devel] [PATCH] ASoC: rockchip: add missing INTERLEAVED PCM attribute Doug Anderson
2019-04-23 22:26   ` Doug Anderson
2019-04-24 13:45   ` Greg KH
2019-04-24 13:45     ` Greg KH
2019-04-24 13:53     ` Heiko Stuebner
2019-04-24 13:53       ` Heiko Stuebner
2019-04-24 14:07       ` Greg KH
2019-04-24 14:07         ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.