[alsa-devel] [PATCH 0/6] ASoC don't use codec hw_write/read
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Fri Sep 1 07:42:45 CEST 2017
Hi Mark, Lars-Peter
> It has 3 steps.
> 1) add new necessary functions
> 2) remove/don't use codec hw_write/read
> 3) remove/don't use codec reg_cache
These are 2nd step patches.
Codec has hw_write/read callback, but maybe (?)
this is old feature, and not so useful now.
We can replace these by internal functions.
let's remove these.
Kuninori Morimoto (6):
ASoC: don't use codec hw_write on uda1380
ASoC: don't use codec hw_write on tlv320dac33
ASoC: don't use codec hw_write on cx20442/omap-ams-delta
ASoC: don't use codec hw_write on twl6040
ASoC: don't use codec hw_write on max98926
ASoC: don't use codec hw_write on max98927
sound/soc/codecs/cx20442.c | 23 ++++++++++-------------
sound/soc/codecs/max98926.c | 2 +-
sound/soc/codecs/max98927.c | 1 -
sound/soc/codecs/tlv320dac33.c | 12 +++++-------
sound/soc/codecs/twl6040.c | 16 ++++++++--------
sound/soc/codecs/uda1380.c | 20 ++++++++++----------
sound/soc/omap/ams-delta.c | 4 ++--
7 files changed, 36 insertions(+), 42 deletions(-)
Best regards
---
Kuninori Morimoto
More information about the Alsa-devel
mailing list