diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-24 20:25:45 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-01 23:30:40 +0000 |
commit | 49542656ade68b4d4952feec6a4d508fd32be6f1 (patch) | |
tree | 872b0e4d140a7dee6a7767eed9763068331cc2d7 /sound/soc/codecs | |
parent | 0a93421b6adf8ba127b3eafc4c16e3a14017e2ae (diff) | |
download | linux-49542656ade68b4d4952feec6a4d508fd32be6f1.tar.bz2 |
ASoC: Remove module probe announcements from CODEC drivers
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/ak4104.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/cs4270.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/ak4104.c b/sound/soc/codecs/ak4104.c index c27f8f59dc66..cbf0b6d400b8 100644 --- a/sound/soc/codecs/ak4104.c +++ b/sound/soc/codecs/ak4104.c @@ -294,7 +294,6 @@ static struct spi_driver ak4104_spi_driver = { static int __init ak4104_init(void) { - pr_info("Asahi Kasei AK4104 ALSA SoC Codec Driver\n"); return spi_register_driver(&ak4104_spi_driver); } module_init(ak4104_init); diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index c0fccadaea9a..65f578ff611e 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c @@ -743,8 +743,6 @@ static struct i2c_driver cs4270_i2c_driver = { static int __init cs4270_init(void) { - pr_info("Cirrus Logic CS4270 ALSA SoC Codec Driver\n"); - return i2c_add_driver(&cs4270_i2c_driver); } module_init(cs4270_init); |