Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116066
b: refs/heads/master
c: e78521f
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Takashi Iwai committed Oct 19, 2008
1 parent 952e144 commit bc6a628
Show file tree
Hide file tree
Showing 3 changed files with 2 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: a66547f3a1295d782fc0923d872b309994cea32a
refs/heads/master: e78521f3212d5d3931442819cbf0910fe1b28beb
2 changes: 1 addition & 1 deletion trunk/sound/drivers/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static int emu10k1_playback_constraints(struct snd_pcm_runtime *runtime)
if (err < 0)
return err;
err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 256, UINT_MAX);
if (err) < 0)
if (err < 0)
return err;
return 0;
}
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/pci/ca0106/ca0106_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ static int snd_ca0106_pcm_prepare_playback(struct snd_pcm_substream *substream)
SPCS_CHANNELNUM_LEFT | SPCS_SOURCENUM_UNSPEC |
SPCS_GENERATIONSTATUS | 0x00001200 |
0x00000000 | SPCS_EMPHASIS_NONE | SPCS_COPYRIGHT );
}
#endif

return 0;
Expand Down

0 comments on commit bc6a628

Please sign in to comment.