diff options
Diffstat (limited to 'sound/soc/at91')
-rw-r--r-- | sound/soc/at91/at91-ssc.c | 2 | ||||
-rw-r--r-- | sound/soc/at91/eti_b1_wm8731.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/at91/at91-ssc.c b/sound/soc/at91/at91-ssc.c index 5d44515e62e..a5b1a79ebff 100644 --- a/sound/soc/at91/at91-ssc.c +++ b/sound/soc/at91/at91-ssc.c | |||
@@ -408,7 +408,7 @@ static int at91_ssc_hw_params(struct snd_pcm_substream *substream, | |||
408 | dma_params->pdc_xfer_size = 4; | 408 | dma_params->pdc_xfer_size = 4; |
409 | break; | 409 | break; |
410 | default: | 410 | default: |
411 | printk(KERN_WARNING "at91-ssc: unsupported PCM format"); | 411 | printk(KERN_WARNING "at91-ssc: unsupported PCM format\n"); |
412 | return -EINVAL; | 412 | return -EINVAL; |
413 | } | 413 | } |
414 | 414 | ||
diff --git a/sound/soc/at91/eti_b1_wm8731.c b/sound/soc/at91/eti_b1_wm8731.c index b81d6b2cfa1..684781e4088 100644 --- a/sound/soc/at91/eti_b1_wm8731.c +++ b/sound/soc/at91/eti_b1_wm8731.c | |||
@@ -243,6 +243,7 @@ static struct snd_soc_machine snd_soc_machine_eti_b1 = { | |||
243 | }; | 243 | }; |
244 | 244 | ||
245 | static struct wm8731_setup_data eti_b1_wm8731_setup = { | 245 | static struct wm8731_setup_data eti_b1_wm8731_setup = { |
246 | .i2c_bus = 0, | ||
246 | .i2c_address = 0x1a, | 247 | .i2c_address = 0x1a, |
247 | }; | 248 | }; |
248 | 249 | ||