diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2011-05-08 09:24:44 -0700 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-09 01:45:09 +0200 |
commit | 7dcf2760bf9d127e6b582977d72316ca58612854 (patch) | |
tree | 0f5129ece6ea5cfc29f529e5d294eb4a47b8945a /sound/soc/codecs | |
parent | b1f7b2b56b98d9eedc6a1b127d5bc5e9c51d2f73 (diff) | |
download | linux-stable-7dcf2760bf9d127e6b582977d72316ca58612854.tar.gz linux-stable-7dcf2760bf9d127e6b582977d72316ca58612854.tar.bz2 linux-stable-7dcf2760bf9d127e6b582977d72316ca58612854.zip |
ASoC: SSM2602: Add entry for the ssm2603 to the device id table
The SSM2603 is mostly register compatible with the SSM2602 and can be supported
by the current driver without any changes.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/ssm2602.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/ssm2602.c b/sound/soc/codecs/ssm2602.c index b0306cf09dfe..d8287219eeab 100644 --- a/sound/soc/codecs/ssm2602.c +++ b/sound/soc/codecs/ssm2602.c @@ -682,6 +682,7 @@ static int __devexit ssm2602_i2c_remove(struct i2c_client *client) static const struct i2c_device_id ssm2602_i2c_id[] = { { "ssm2602", SSM2602 }, + { "ssm2603", SSM2602 }, { "ssm2604", SSM2604 }, { } }; @@ -732,6 +733,6 @@ static void __exit ssm2602_exit(void) } module_exit(ssm2602_exit); -MODULE_DESCRIPTION("ASoC SSM2602/SSM2604 driver"); +MODULE_DESCRIPTION("ASoC SSM2602/SSM2603/SSM2604 driver"); MODULE_AUTHOR("Cliff Cai"); MODULE_LICENSE("GPL"); |