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(-)