diff options
Diffstat (limited to 'sound/soc/blackfin/bf5xx-tdm.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-tdm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/blackfin/bf5xx-tdm.c b/sound/soc/blackfin/bf5xx-tdm.c index 69e9a3e935bd..aa0851650b56 100644 --- a/sound/soc/blackfin/bf5xx-tdm.c +++ b/sound/soc/blackfin/bf5xx-tdm.c | |||
@@ -198,7 +198,7 @@ static int bf5xx_tdm_resume(struct snd_soc_dai *dai) | |||
198 | int ret; | 198 | int ret; |
199 | struct sport_device *sport = snd_soc_dai_get_drvdata(dai); | 199 | struct sport_device *sport = snd_soc_dai_get_drvdata(dai); |
200 | 200 | ||
201 | ret = sport_set_multichannel(sport, 8, 0xFF, 1); | 201 | ret = sport_set_multichannel(sport, 8, 0xFF, 0xFF, 1); |
202 | if (ret) { | 202 | if (ret) { |
203 | pr_err("SPORT is busy!\n"); | 203 | pr_err("SPORT is busy!\n"); |
204 | ret = -EBUSY; | 204 | ret = -EBUSY; |
@@ -265,7 +265,7 @@ static int bfin_tdm_probe(struct platform_device *pdev) | |||
265 | return -ENODEV; | 265 | return -ENODEV; |
266 | 266 | ||
267 | /* SPORT works in TDM mode */ | 267 | /* SPORT works in TDM mode */ |
268 | ret = sport_set_multichannel(sport_handle, 8, 0xFF, 1); | 268 | ret = sport_set_multichannel(sport_handle, 8, 0xFF, 0xFF, 1); |
269 | if (ret) { | 269 | if (ret) { |
270 | pr_err("SPORT is busy!\n"); | 270 | pr_err("SPORT is busy!\n"); |
271 | ret = -EBUSY; | 271 | ret = -EBUSY; |