remvoe a bit of duplicate code

This commit is contained in:
Lennart Poettering 2009-01-16 22:01:45 +01:00
parent 5793f93350
commit b2b2eb1ee7
4 changed files with 29 additions and 54 deletions

View file

@ -1179,7 +1179,7 @@ int pa__init(pa_module*m) {
&ss, &map,
SND_PCM_STREAM_CAPTURE,
&nfrags, &period_frames, tsched_frames,
&b, &d)))
&b, &d, FALSE)))
goto fail;
}