Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132860
b: refs/heads/master
c: d3b8942
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 24, 2009
1 parent f17605a commit 9f94f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8056d9bbb57207854462b6b0a3a75d172300cce5
refs/heads/master: d3b894218441ecb1c83e47c682e2d6589ee37a8d
5 changes: 2 additions & 3 deletions trunk/sound/soc/pxa/zylonite.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ static int zylonite_voice_hw_params(struct snd_pcm_substream *substream,
if (ret < 0)
return ret;

ret = snd_soc_dai_set_tdm_slot(cpu_dai,
params_channels(params),
params_channels(params));
/* We're not really in network mode but the emulation wants this. */
ret = snd_soc_dai_set_tdm_slot(cpu_dai, 1, 1);
if (ret < 0)
return ret;

Expand Down

0 comments on commit 9f94f5f

Please sign in to comment.