commit | 0d825a1226466512f44d4a81ce11ad15ca9334b0 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Fri Oct 03 11:38:32 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Dec 23 11:50:25 2014 -0200 |
tree | 038f860bbbdfe45989d511b25524ec717343c3aa | |
parent | 5313c00266700d231d9b386d9c0e4faad710c729 [diff] |
[media] smiapp: Replace pll_flags quirk with more generic init quirk The pll_flags quirk just returned the extra PLL flags the sensor required, but the init quirk is far more versatile. It can be used to perform any extra initialisation needed by the sensor, including allocating memory for sensor specific struct and creating sensor specific new controls. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>