diff options
Diffstat (limited to 'sound/soc/blackfin')
-rw-r--r-- | sound/soc/blackfin/bf5xx-ac97.c | 2 | ||||
-rw-r--r-- | sound/soc/blackfin/bf5xx-i2s.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/blackfin/bf5xx-ac97.c b/sound/soc/blackfin/bf5xx-ac97.c index 5dcd3f665ab1..709bdf08e398 100644 --- a/sound/soc/blackfin/bf5xx-ac97.c +++ b/sound/soc/blackfin/bf5xx-ac97.c | |||
@@ -409,7 +409,7 @@ static void bf5xx_ac97_remove(struct platform_device *pdev, | |||
409 | struct snd_soc_dai bfin_ac97_dai = { | 409 | struct snd_soc_dai bfin_ac97_dai = { |
410 | .name = "bf5xx-ac97", | 410 | .name = "bf5xx-ac97", |
411 | .id = 0, | 411 | .id = 0, |
412 | .type = SND_SOC_DAI_AC97, | 412 | .ac97_control = 1, |
413 | .probe = bf5xx_ac97_probe, | 413 | .probe = bf5xx_ac97_probe, |
414 | .remove = bf5xx_ac97_remove, | 414 | .remove = bf5xx_ac97_remove, |
415 | .suspend = bf5xx_ac97_suspend, | 415 | .suspend = bf5xx_ac97_suspend, |
diff --git a/sound/soc/blackfin/bf5xx-i2s.c b/sound/soc/blackfin/bf5xx-i2s.c index 4e675b55b182..6e5036bf9245 100644 --- a/sound/soc/blackfin/bf5xx-i2s.c +++ b/sound/soc/blackfin/bf5xx-i2s.c | |||
@@ -292,7 +292,6 @@ static int bf5xx_i2s_resume(struct platform_device *pdev, | |||
292 | struct snd_soc_dai bf5xx_i2s_dai = { | 292 | struct snd_soc_dai bf5xx_i2s_dai = { |
293 | .name = "bf5xx-i2s", | 293 | .name = "bf5xx-i2s", |
294 | .id = 0, | 294 | .id = 0, |
295 | .type = SND_SOC_DAI_I2S, | ||
296 | .probe = bf5xx_i2s_probe, | 295 | .probe = bf5xx_i2s_probe, |
297 | .remove = bf5xx_i2s_remove, | 296 | .remove = bf5xx_i2s_remove, |
298 | .suspend = bf5xx_i2s_suspend, | 297 | .suspend = bf5xx_i2s_suspend, |