Cleaned double ;

This commit is contained in:
Abramo Bagnara 2000-10-20 10:24:57 +00:00
parent 9a435c2d93
commit 44694a13a6
5 changed files with 5 additions and 5 deletions

View file

@ -493,7 +493,7 @@ static int snd_pcm_route_params(snd_pcm_t *pcm, snd_pcm_params_t * params)
if (route->req_schannels >= 0)
params->format.channels = route->req_schannels;
params->xfer_mode = SND_PCM_XFER_UNSPECIFIED;
params->mmap_shape = SND_PCM_MMAP_UNSPECIFIED;;
params->mmap_shape = SND_PCM_MMAP_UNSPECIFIED;
err = snd_pcm_params_mmap(slave, params);
params->format.sfmt = route->cformat;
params->format.channels = route->cchannels;