diff options
Diffstat (limited to 'sound/soc/blackfin/bf5xx-i2s.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |