From: Andrey Utkin Date: Wed, 29 Oct 2014 16:03:53 +0000 (-0300) Subject: [media] solo6x10: bind start & stop of encoded frames processing thread to device... X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670390c2dc80de8695aafbe8c854da344738361d;p=pandora-kernel.git [media] solo6x10: bind start & stop of encoded frames processing thread to device (de)init Before, it was called from individual encoder (de)init procedures, which lead to spare threads running (which were actually lost, leaked). The current fix uses trivial approach, and the downside is that the processing thread is working always, even when there's no consumer. Signed-off-by: Andrey Utkin Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed