Skip to content

Commit

Permalink
ASoC: rt5640: Add the string "rt5639" to the list of I2C device IDs
Browse files Browse the repository at this point in the history
The patch adds the string "rt5639" to the list of I2C device IDs.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Oder Chiou authored and Mark Brown committed Apr 14, 2014
1 parent 022d21f commit b0c2784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sound/soc/codecs/rt5640.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* rt5640.c -- RT5640 ALSA SoC audio codec driver
* rt5640.c -- RT5640/RT5639 ALSA SoC audio codec driver
*
* Copyright 2011 Realtek Semiconductor Corp.
* Author: Johnny Hsu <johnnyhsu@realtek.com>
Expand Down Expand Up @@ -2148,6 +2148,7 @@ static const struct regmap_config rt5640_regmap = {

static const struct i2c_device_id rt5640_i2c_id[] = {
{ "rt5640", 0 },
{ "rt5639", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id);
Expand Down Expand Up @@ -2316,6 +2317,6 @@ static struct i2c_driver rt5640_i2c_driver = {
};
module_i2c_driver(rt5640_i2c_driver);

MODULE_DESCRIPTION("ASoC RT5640 driver");
MODULE_DESCRIPTION("ASoC RT5640/RT5639 driver");
MODULE_AUTHOR("Johnny Hsu <johnnyhsu@realtek.com>");
MODULE_LICENSE("GPL v2");

0 comments on commit b0c2784

Please sign in to comment.