commit | 0fe688f1383917ab90747fc41e11b393f33c97e8 | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Mon Sep 10 22:04:43 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Sep 27 15:14:08 2012 -0300 |
tree | 8e4597783c2319bc73e09eccf3c8ae5a542af932 | |
parent | 6332059e8d4e05ea0e7c813a50f1243dd17dffc0 [diff] |
[media] dvb_usb_v2: call streaming_ctrl() before kill urbs Logically it is better ask hardware to stop streaming before killing urbs carrying stream. Earlier it was just opposite. Now code runs: * submit urbs * start streaming ** streaming ongoing ** * stop streaming * kill urbs Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>