mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 19:36:43 +07:00
media: vimc: stream: remove obsolete function doc
As a more complete version of vimc_streamer_s_streamer comment was added at "media: vimc: stream: add missing function documentation" commit in .c file, remove the old documentation from .h file. Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
65953018b3
commit
7770f89b26
@ -43,14 +43,6 @@ struct vimc_stream {
|
|||||||
u32 producer_pixfmt;
|
u32 producer_pixfmt;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* vimc_streamer_s_streamer - start/stop the stream
|
|
||||||
*
|
|
||||||
* @stream: the pointer to the stream to start or stop
|
|
||||||
* @ved: The last entity of the streamer pipeline
|
|
||||||
* @enable: any non-zero number start the stream, zero stop
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
int vimc_streamer_s_stream(struct vimc_stream *stream,
|
int vimc_streamer_s_stream(struct vimc_stream *stream,
|
||||||
struct vimc_ent_device *ved,
|
struct vimc_ent_device *ved,
|
||||||
int enable);
|
int enable);
|
||||||
|
Loading…
Reference in New Issue
Block a user