]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Removed sw_params
authorJaroslav Kysela <perex@perex.cz>
Mon, 23 Jul 2001 13:28:05 +0000 (13:28 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 23 Jul 2001 13:28:05 +0000 (13:28 +0000)
ac3dec/output.c

index 098d5f33c4dc67da56ddd88bda08ce57885993da..c30f99324f67ff8a1f194b61fe845c868cb8da3a 100644 (file)
@@ -38,12 +38,10 @@ int output_open(output_t *output)
        const char *pcm_name = output->pcm_name;
        char devstr[128];
        snd_pcm_hw_params_t *params;
-       snd_pcm_sw_params_t *swparams;
        snd_pcm_sframes_t buffer_time;
        snd_pcm_sframes_t period_time, tmp;
        int err, step;
        snd_pcm_hw_params_alloca(&params);
-       snd_pcm_sw_params_alloca(&swparams);
 
        out_config = *output;