diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-09-22 14:15:53 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-23 08:18:26 +0200 |
commit | ba8ed1210b4e5449c80beef321c4459e840fece1 (patch) | |
tree | 499196f5a1a5655e1344f280a1b4f2a63ad302ea /sound/soc/codecs/tlv320aic3x.h | |
parent | b69ce01ae4ccbab2336b9beea83dea3ea3295df7 (diff) | |
download | linux-ba8ed1210b4e5449c80beef321c4459e840fece1.tar.gz linux-ba8ed1210b4e5449c80beef321c4459e840fece1.tar.bz2 linux-ba8ed1210b4e5449c80beef321c4459e840fece1.zip |
ALSA: ASoC: Convert tlv320aic3x to a new-style i2c driver (v2)
Convert the tlv320aic3x codec driver to the new (standard) device
driver binding model.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Vladimir Barinov <vbarinov@ru.mvista.com>
Tested-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.h')
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.h b/sound/soc/codecs/tlv320aic3x.h index d76c079b86e7..afb238ec0b9d 100644 --- a/sound/soc/codecs/tlv320aic3x.h +++ b/sound/soc/codecs/tlv320aic3x.h @@ -224,6 +224,7 @@ int aic3x_get_gpio(struct snd_soc_codec *codec, int gpio); int aic3x_headset_detected(struct snd_soc_codec *codec); struct aic3x_setup_data { + int i2c_bus; unsigned short i2c_address; unsigned int gpio_func[2]; }; |