Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342595
b: refs/heads/master
c: 6cf9515
h: refs/heads/master
i:
  342593: 775cdb6
  342591: b0720d7
v: v3
  • Loading branch information
Sachin Kamat authored and Takashi Iwai committed Nov 21, 2012
1 parent ed92b6c commit 53529dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 51d503de0210a2b800efdedee23580011f5422c3
refs/heads/master: 6cf95152079d7c6d7ba6442be45e02b24bbb1c65
2 changes: 1 addition & 1 deletion trunk/sound/core/pcm_native.c
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ int snd_pcm_hw_constraints_complete(struct snd_pcm_substream *substream)
if (runtime->dma_bytes) {
err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes);
if (err < 0)
return -EINVAL;
return err;
}

if (!(hw->rates & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS))) {
Expand Down

0 comments on commit 53529dc

Please sign in to comment.