diff options
Diffstat (limited to 'sound/soc/pxa/spitz.c')
-rw-r--r-- | sound/soc/pxa/spitz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 37cb768fc933..3d4738c06e7e 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c | |||
@@ -337,6 +337,7 @@ static struct snd_soc_machine snd_soc_machine_spitz = { | |||
337 | 337 | ||
338 | /* spitz audio private data */ | 338 | /* spitz audio private data */ |
339 | static struct wm8750_setup_data spitz_wm8750_setup = { | 339 | static struct wm8750_setup_data spitz_wm8750_setup = { |
340 | .i2c_bus = 0, | ||
340 | .i2c_address = 0x1b, | 341 | .i2c_address = 0x1b, |
341 | }; | 342 | }; |
342 | 343 | ||