All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: Intel: Skylake: Add deep buffer support
@ 2017-06-19  6:29 Subhransu S. Prusty
  2017-06-19  6:29 ` [PATCH v2 1/3] " Subhransu S. Prusty
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Subhransu S. Prusty @ 2017-06-19  6:29 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, patches.audio, broonie, Subhransu S. Prusty, lgirdwood

Now that we can configure DSP dma buffer size, the device can support deep
buffer playback. DSP fetches large buffer and can result fewer wakes, which
helps in power reduction.

So this series first adds a token in topology to get dma_buffer_size and
sends to firmware after conversion. Also ads a deepbuffer device to use
this support.

v1->v2
	Remove an unrelated change.

Ramesh Babu (2):
  ASoC: Intel: Skylake: Add deep buffer support
  ASoC: Intel: Skylake: Fix dma buffer size calculation

Subhransu S. Prusty (1):
  ASoC: skl_rt286: Add deepbuffer dai link

 include/uapi/sound/snd_sst_tokens.h    |  5 ++++-
 sound/soc/intel/boards/skl_rt286.c     | 18 ++++++++++++++++++
 sound/soc/intel/skylake/skl-messages.c | 29 +++++++++++++++++++++++++----
 sound/soc/intel/skylake/skl-topology.c |  4 ++++
 sound/soc/intel/skylake/skl-topology.h |  1 +
 5 files changed, 52 insertions(+), 5 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-06-19 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19  6:29 [PATCH v2 0/3] ASoC: Intel: Skylake: Add deep buffer support Subhransu S. Prusty
2017-06-19  6:29 ` [PATCH v2 1/3] " Subhransu S. Prusty
2017-06-19 16:24   ` Applied "ASoC: Intel: Skylake: Add deep buffer support" to the asoc tree Mark Brown
2017-06-19  6:29 ` [PATCH v2 2/3] ASoC: Intel: Skylake: Fix dma buffer size calculation Subhransu S. Prusty
2017-06-19  6:29 ` [PATCH v2 3/3] ASoC: skl_rt286: Add deepbuffer dai link Subhransu S. Prusty
2017-06-19  8:00 ` [PATCH v2 0/3] ASoC: Intel: Skylake: Add deep buffer support Vinod Koul

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.