staging: most: clean up configuration strings
authorChristian Gromm <christian.gromm@microchip.com>
Wed, 21 Sep 2016 12:49:09 +0000 (14:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 09:54:47 +0000 (11:54 +0200)
commit95f73013ed021ef30e787772ecf547c1355c4299
tree3b5bf04928b9f7257b1f4d34965fa352b290c9e2
parent22ff195b5a42a6935f624bcb995b6d051ee68872
staging: most: clean up configuration strings

This patch adds the strings 'rx', 'tx' and 'isoc' to the list of accepted
identifiers when setting up a channel configuration. To keep consistency it
removes the prefix "dir_" from strings returned by the attributes
set_direction and available_directions and it removes the suffix "_avp"
from the string "isoc_avp" returned by the attributes set_datatype and
available_datatypes.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/aim-v4l2/video.c
drivers/staging/most/mostcore/core.c