[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1353557322-25353-1-git-send-email-tushar.behera@linaro.org>
Date: Thu, 22 Nov 2012 09:38:32 +0530
From: Tushar Behera <tushar.behera@...aro.org>
To: linux-kernel@...r.kernel.org, alsa-devel@...a-project.org,
patches@...nsource.wolfsonmicro.com
Cc: broonie@...nsource.wolfsonmicro.com, patches@...aro.org
Subject: [PATCH 00/10] ASoC: codec: devm_ related modifications
This patchset includes devm_ related modifications for sound codecs.
First 2 patches fix warning for freeing of devm_ allocated data.
The next patch introduces usage of devm_kzalloc() in wm8995 codec.
Following 7 patches introduce usage of devm_regmap_init_xxx() in
remaining codecs.
Tushar Behera (10):
ASoC: wm8510: remove invalid free of devm_ allocated data
ASoC: wm8753: remove invalid free of devm_ allocated data
ASoC: wm8995: Convert to use devm_kzalloc()
ASoC: ak4104: Convert to use devm_regmap_init_spi()
ASoC: wm8741: Convert to use devm_regmap_init_{spi,i2c}()
ASoC: wm8753: Convert to use devm_regmap_init_{spi,i2c}()
ASoC: wm8804: Convert to use devm_regmap_init_{spi,i2c}()
ASoC: wm8985: Convert to use devm_regmap_init_{spi,i2c}()
ASoC: wm8988: Convert to use devm_regmap_init_{spi,i2c}()
ASoC: wm8995: Convert to use devm_regmap_init_{spi,i2c}()
sound/soc/codecs/ak4104.c | 19 ++++---------------
sound/soc/codecs/wm8510.c | 3 ---
sound/soc/codecs/wm8741.c | 4 ++--
sound/soc/codecs/wm8753.c | 33 ++++++---------------------------
sound/soc/codecs/wm8804.c | 17 ++---------------
sound/soc/codecs/wm8985.c | 30 ++++--------------------------
sound/soc/codecs/wm8988.c | 14 ++------------
sound/soc/codecs/wm8995.c | 40 +++++++---------------------------------
8 files changed, 27 insertions(+), 133 deletions(-)
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists