All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: remove SND_SOC_BYTES_EXT
@ 2015-11-18 13:39 Vinod Koul
  2015-11-18 13:39 ` [PATCH 1/3] ASoC: Intel: Hsw: Move driver to use SND_SOC_BYTES_TLV Vinod Koul
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Vinod Koul @ 2015-11-18 13:39 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, patches.audio, broonie, Vinod Koul

The SND_SOC_BYTES_TLV and SND_SOC_BYTES_EXT provide similar functionality,
with only difference that SND_SOC_BYTES_EXT have limitations of 512 bytes
as parameters whereas no such restrictions on SND_SOC_BYTES_TLV

So remove SND_SOC_BYTES_EXT and update users to use SND_SOC_BYTES_TLV

Vinod Koul (3):
  ASoC: Intel: Hsw: Move driver to use SND_SOC_BYTES_TLV
  ASoC: wm5102: Move driver to use SND_SOC_BYTES_TLV
  ASoC: core: remove SND_SOC_BYTES_EXT

 include/sound/soc.h                       |  6 ----
 sound/soc/codecs/wm5102.c                 | 35 ++++++++++++++++------
 sound/soc/intel/haswell/sst-haswell-pcm.c | 50 ++++++++++++++++++++++++-------
 3 files changed, 66 insertions(+), 25 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-11-22 16:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-18 13:39 [PATCH 0/3] ASoC: remove SND_SOC_BYTES_EXT Vinod Koul
2015-11-18 13:39 ` [PATCH 1/3] ASoC: Intel: Hsw: Move driver to use SND_SOC_BYTES_TLV Vinod Koul
2015-11-19  3:22   ` Keyon
2015-11-19  6:56   ` Han Lu
2015-11-18 13:39 ` [PATCH 2/3] ASoC: wm5102: " Vinod Koul
2015-11-19 14:22   ` Charles Keepax
     [not found]   ` <201511182144.8dDI1Wfc%fengguang.wu@intel.com>
2015-11-20 17:07     ` Vinod Koul
2015-11-18 13:39 ` [PATCH 3/3] ASoC: core: remove SND_SOC_BYTES_EXT Vinod Koul
2015-11-18 13:53 ` [PATCH 0/3] ASoC: " Takashi Iwai
2015-11-18 18:19   ` Vinod Koul
2015-11-21 14:08     ` Mark Brown
2015-11-22 16:17       ` 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.