search for: 167a168

Displaying 1 result from an estimated 1 matches for "167a168".

Did you mean: 1671168
2004 Aug 06
0
Patch for IceS (im_alsa.c)
...here - I hope you will use it. <p>Sincerely, <p> Jørgen Elgaard Larsen IT Manager Graduate Student University Radio of Copenhagen Dept. of Comp. Science Denmark University of Copenhagen <p> 167a168 > int realrate; /* For storing the actual sample rate */ 227c228 < if ((err = snd_pcm_hw_params_set_rate_near(s->fd, hwparams, &s->rate, 0)) < 0) --- > if ((err = realrate = snd_pcm_hw_params_set_rate_near(s->fd, hwparams, &s->rate, 0)) < 0) 257a259,2...