From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH 0/6] ASoC don't use codec hw_write/read Date: Fri, 1 Sep 2017 05:42:45 +0000 Message-ID: <87h8wnm15d.wl%kuninori.morimoto.gx@renesas.com> References: <873787ngjb.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from relmlie1.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by alsa0.perex.cz (Postfix) with ESMTP id 25744267483 for ; Fri, 1 Sep 2017 07:42:49 +0200 (CEST) In-Reply-To: <873787ngjb.wl%kuninori.morimoto.gx@renesas.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org Cc: Linux-ALSA , Mark Brown , Lars-Peter List-Id: alsa-devel@alsa-project.org 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