diff options
author | 2020-04-06 18:39:00 +0200 | |
---|---|---|
committer | 2020-04-21 13:17:57 +0200 | |
commit | a7d5003cab01458941907815d169999f885ecec3 (patch) | |
tree | 1e01cf3e556a000497d7e90f519a85e97b62fbc1 /drivers/media/usb/pwc | |
parent | media: imx: Fix some pixel format selections (diff) | |
download | wireguard-linux-a7d5003cab01458941907815d169999f885ecec3.tar.xz wireguard-linux-a7d5003cab01458941907815d169999f885ecec3.zip |
media: imx: utils: Rename pixel format selection enumeration
After the introduction of the CS_SEL_BAYER flag, the "codespace"
pixel format selection enumeration wording no longer makes sense
(and even before, when selecting between YUV or RGB formats,
"codespace" was a misuse of the term).
Rename
- 'enum codespace_sel' to 'enum imx_pixfmt_sel'
- CS_SEL_* to PIXFMT_SEL_*
- local vars named cs_sel to fmt_sel or just sel
No functional changes.
Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/pwc')
0 files changed, 0 insertions, 0 deletions