diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-09-01 18:46:58 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-04 10:34:20 +0200 |
commit | 88fc39d721c3e5d32fd57d682b80fe0626379efb (patch) | |
tree | 3fa6fbad7e4f93abb05153db58a3bbc1226f51e7 /sound/soc/codecs/uda1380.h | |
parent | 7f9e9d761486e969af553bc352598c348ae7e51e (diff) |
ALSA: ASoC: Convert uda1380 to a new-style i2c driver
Convert the uda1380 codec driver to the new (standard) device driver
binding model.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-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/uda1380.h')
-rw-r--r-- | sound/soc/codecs/uda1380.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/uda1380.h b/sound/soc/codecs/uda1380.h index 50c603e2c9f..c55c17a52a1 100644 --- a/sound/soc/codecs/uda1380.h +++ b/sound/soc/codecs/uda1380.h @@ -73,6 +73,7 @@ #define R23_AGC_EN 0x0001 struct uda1380_setup_data { + int i2c_bus; unsigned short i2c_address; int dac_clk; #define UDA1380_DAC_CLK_SYSCLK 0 |