summaryrefslogtreecommitdiffstats
path: root/pulse
diff options
context:
space:
mode:
Diffstat (limited to 'pulse')
-rw-r--r--pulse/pcm_pulse.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c
index 13cdd00..7d03420 100644
--- a/pulse/pcm_pulse.c
+++ b/pulse/pcm_pulse.c
@@ -587,18 +587,6 @@ static int pulse_hw_params(snd_pcm_ioplug_t * io,
assert(pcm);
assert(pcm->p);
- //Resolving bugtrack ID 0003470
- if (!base) {
- switch (snd_pcm_state(base)) {
- case SND_PCM_STATE_SETUP:
- case SND_PCM_STATE_PREPARED:
- break;
- default:
- assert(!pcm->stream);
- break;
- }
- }
-
pa_threaded_mainloop_lock(pcm->p->mainloop);
pcm->frame_size =