mirror of https://gitee.com/openkylin/linux.git
media: staging: use tabs instead of spaces at Kconfig and davinci
Even on text and Kconfigs, what we do on media is to use tabs for indentation. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
6e6a8b5a38
commit
96780202f1
|
@ -1,19 +1,19 @@
|
||||||
menuconfig STAGING_MEDIA
|
menuconfig STAGING_MEDIA
|
||||||
bool "Media staging drivers"
|
bool "Media staging drivers"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This option allows you to select a number of media drivers that
|
This option allows you to select a number of media drivers that
|
||||||
don't have the "normal" Linux kernel quality level.
|
don't have the "normal" Linux kernel quality level.
|
||||||
Most of them don't follow properly the V4L, DVB and/or RC API's,
|
Most of them don't follow properly the V4L, DVB and/or RC API's,
|
||||||
so, they won't likely work fine with the existing applications.
|
so, they won't likely work fine with the existing applications.
|
||||||
That also means that, once fixed, their API's will change to match
|
That also means that, once fixed, their API's will change to match
|
||||||
the existing ones.
|
the existing ones.
|
||||||
|
|
||||||
If you wish to work on these drivers, to help improve them, or
|
If you wish to work on these drivers, to help improve them, or
|
||||||
to report problems you have with them, please use the
|
to report problems you have with them, please use the
|
||||||
linux-media@vger.kernel.org mailing list.
|
linux-media@vger.kernel.org mailing list.
|
||||||
|
|
||||||
If in doubt, say N here.
|
If in doubt, say N here.
|
||||||
|
|
||||||
|
|
||||||
if STAGING_MEDIA && MEDIA_SUPPORT
|
if STAGING_MEDIA && MEDIA_SUPPORT
|
||||||
|
|
|
@ -2,11 +2,11 @@ TODO (general):
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
- User space interface refinement
|
- User space interface refinement
|
||||||
- Controls should be used when possible rather than private ioctl
|
- Controls should be used when possible rather than private ioctl
|
||||||
- No enums should be used
|
- No enums should be used
|
||||||
- Use of MC and V4L2 subdev APIs when applicable
|
- Use of MC and V4L2 subdev APIs when applicable
|
||||||
- Single interface header might suffice
|
- Single interface header might suffice
|
||||||
- Current interface forces to configure everything at once
|
- Current interface forces to configure everything at once
|
||||||
- Get rid of the dm365_ipipe_hw.[ch] layer
|
- Get rid of the dm365_ipipe_hw.[ch] layer
|
||||||
- Active external sub-devices defined by link configuration; no strcmp
|
- Active external sub-devices defined by link configuration; no strcmp
|
||||||
needed
|
needed
|
||||||
|
|
Loading…
Reference in New Issue