staging: bcm2835-codec: Correct g/s_selection API MPLANE support
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Fri, 13 Sep 2019 14:11:47 +0000 (15:11 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:06 +0000 (16:33 +0100)
commite55aa304228cc1526a62af544ddf0b43da7f10c9
tree51c54a3de210f946c521dab2c116fa9dc3f71fd4
parent883b74e204c772615fcff209ae74ba4a6e9ab0ba
staging: bcm2835-codec: Correct g/s_selection API MPLANE support

The g_selection and s_selection API is messed up and requires
the driver to expect the non-MPLANE buffer types, not the MPLANE
ones even if they are supported. The V4L2 core will convert the
MPLANE ones to non-MPLANE should they be passed in

Fixes: 5e484a3 staging: bcm2835-codec: switch to multi-planar API
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
drivers/staging/vc04_services/bcm2835-codec/bcm2835-v4l2-codec.c