Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1469
b: refs/heads/master
c: 94f19c9
h: refs/heads/master
i:
  1467: f938494
v: v3
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed May 29, 2005
1 parent d60c625 commit 35972ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 254feb882a7c6e4e51416dff6a97d847fbbba551
refs/heads/master: 94f19c9a6da1fd3a5958f1a0b44aa340f2596a5b
5 changes: 1 addition & 4 deletions trunk/sound/core/oss/pcm_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,7 @@ static int snd_pcm_plug_playback_channels_mask(snd_pcm_plug_t *plug,
bitset_t *dstmask = bs;
int err;
bitset_one(dstmask, schannels);
if (plugin == NULL) {
bitset_and(client_vmask, dstmask, schannels);
return 0;
}

while (1) {
err = plugin->src_channels_mask(plugin, dstmask, &srcmask);
if (err < 0)
Expand Down

0 comments on commit 35972ae

Please sign in to comment.