forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/slimbus/stream.c
....@@ -67,10 +67,10 @@
6767 384000,
6868 768000,
6969 0, /* Reserved */
70
- 110250,
71
- 220500,
72
- 441000,
73
- 882000,
70
+ 11025,
71
+ 22050,
72
+ 44100,
73
+ 88200,
7474 176400,
7575 352800,
7676 705600,
....@@ -84,7 +84,7 @@
8484 512000,
8585 };
8686
87
-/*
87
+/**
8888 * slim_stream_allocate() - Allocate a new SLIMbus Stream
8989 * @dev:Slim device to be associated with
9090 * @name: name of the stream
....@@ -189,7 +189,7 @@
189189 return -EINVAL;
190190 }
191191
192
-/*
192
+/**
193193 * slim_stream_prepare() - Prepare a SLIMbus Stream
194194 *
195195 * @rt: instance of slim stream runtime to configure
....@@ -336,7 +336,7 @@
336336 return slim_do_transfer(sdev->ctrl, &txn);
337337 }
338338
339
-/*
339
+/**
340340 * slim_stream_enable() - Enable a prepared SLIMbus Stream
341341 *
342342 * @stream: instance of slim stream runtime to enable
....@@ -389,7 +389,7 @@
389389 }
390390 EXPORT_SYMBOL_GPL(slim_stream_enable);
391391
392
-/*
392
+/**
393393 * slim_stream_disable() - Disable a SLIMbus Stream
394394 *
395395 * @stream: instance of slim stream runtime to disable
....@@ -423,7 +423,7 @@
423423 }
424424 EXPORT_SYMBOL_GPL(slim_stream_disable);
425425
426
-/*
426
+/**
427427 * slim_stream_unprepare() - Un-prepare a SLIMbus Stream
428428 *
429429 * @stream: instance of slim stream runtime to unprepare
....@@ -449,7 +449,7 @@
449449 }
450450 EXPORT_SYMBOL_GPL(slim_stream_unprepare);
451451
452
-/*
452
+/**
453453 * slim_stream_free() - Free a SLIMbus Stream
454454 *
455455 * @stream: instance of slim stream runtime to free