This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/xawtv3.git tree:
Subject: alsa_stream: Fix a cut and paste error Author: Mauro Carvalho Chehab <[email protected]> Date: Fri Aug 12 11:13:53 2011 -0300 Due to that error, WinTV USB2 were failing to negociate the range on my notebook. Signed-off-by: Mauro Carvalho Chehab <[email protected]> common/alsa_stream.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=3e55adcab3caa726dd4735ec49c59b1aa49b143d diff --git a/common/alsa_stream.c b/common/alsa_stream.c index d0ee955..cc26596 100644 --- a/common/alsa_stream.c +++ b/common/alsa_stream.c @@ -284,7 +284,7 @@ static int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, if (verbose) fprintf(error_fp, "alsa: Using Rate %d\n", ratec); - if (setparams_periods(phandle, c_hwparams, &periodtime, &c_periods, "capture")) + if (setparams_periods(chandle, c_hwparams, &periodtime, &c_periods, "capture")) return 1; p_periods = c_periods * 2; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
