Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: Trivial bits and cleanups
@ 2014-05-06  7:39 Lars-Peter Clausen
  2014-05-06  7:39 ` [PATCH 1/5] ASoC: Remove card's DAI list Lars-Peter Clausen
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Lars-Peter Clausen @ 2014-05-06  7:39 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, Lars-Peter Clausen, Bo Shen

Hi,

This series contains a few cleanup patches that came up while working on the
componentization, but all also make sense on their own.

The biggest change is admittedly the removal of the suspend/resume code from the
atmel-pcm-pdc driver and may not seem trivial at first. But this code has been
fully broken for over 4 years, was always partially broken and was never really
needed in the first place. And right now it is blocking other cleanups.

Everything else is just removal of unused fields and the consolidation of
duplicated fields.

Depends on: asoc/topic/component

- Lars

Lars-Peter Clausen (5):
  ASoC: Remove card's DAI list
  ASoC: Remove unused 'list' field form card
  ASoC: Remove unused num_dai field from CODEC
  ASoC: atmel-pcm-pdc: Remove broken suspend/resume code
  ASoC: Remove runtime field from DAI

 include/sound/soc-dai.h         |  2 --
 include/sound/soc.h             |  4 ---
 sound/soc/atmel/atmel-pcm-pdc.c | 63 -----------------------------------------
 sound/soc/soc-compress.c        |  1 -
 sound/soc/soc-core.c            |  7 -----
 sound/soc/soc-pcm.c             |  1 -
 6 files changed, 78 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2014-05-12 21:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06  7:39 [PATCH 0/5] ASoC: Trivial bits and cleanups Lars-Peter Clausen
2014-05-06  7:39 ` [PATCH 1/5] ASoC: Remove card's DAI list Lars-Peter Clausen
2014-05-07  9:21   ` Mark Brown
2014-05-06  7:39 ` [PATCH 2/5] ASoC: Remove unused 'list' field form card Lars-Peter Clausen
2014-05-07  9:21   ` Mark Brown
2014-05-06  7:39 ` [PATCH 3/5] ASoC: Remove unused num_dai field from CODEC Lars-Peter Clausen
2014-05-07  9:22   ` Mark Brown
2014-05-06  7:39 ` [PATCH 4/5] ASoC: atmel-pcm-pdc: Remove broken suspend/resume code Lars-Peter Clausen
2014-05-12 21:08   ` Mark Brown
2014-05-06  7:39 ` [PATCH 5/5] ASoC: Remove runtime field from DAI Lars-Peter Clausen
2014-05-12 21:08   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox