Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293485
b: refs/heads/master
c: 94a504c
h: refs/heads/master
i:
  293483: 4c3da9c
v: v3
  • Loading branch information
Grazvydas Ignotas authored and Liam Girdwood committed Mar 12, 2012
1 parent fd98052 commit 539525e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5788c62e72b8484836ae6587c7fb65757a777a3a
refs/heads/master: 94a504c2e059fb88f05ede6d614504779275b099
4 changes: 2 additions & 2 deletions trunk/sound/soc/omap/omap-mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ static int omap_mcbsp_dai_startup(struct snd_pcm_substream *substream,
* smaller buffer than the FIFO size to avoid underruns
*/
snd_pcm_hw_rule_add(substream->runtime, 0,
SNDRV_PCM_HW_PARAM_CHANNELS,
SNDRV_PCM_HW_PARAM_BUFFER_SIZE,
omap_mcbsp_hwrule_min_buffersize,
mcbsp,
SNDRV_PCM_HW_PARAM_BUFFER_SIZE, -1);
SNDRV_PCM_HW_PARAM_CHANNELS, -1);

/* Make sure, that the period size is always even */
snd_pcm_hw_constraint_step(substream->runtime, 0,
Expand Down

0 comments on commit 539525e

Please sign in to comment.