| .. | .. |
|---|
| 67 | 67 | 384000, |
|---|
| 68 | 68 | 768000, |
|---|
| 69 | 69 | 0, /* Reserved */ |
|---|
| 70 | | - 110250, |
|---|
| 71 | | - 220500, |
|---|
| 72 | | - 441000, |
|---|
| 73 | | - 882000, |
|---|
| 70 | + 11025, |
|---|
| 71 | + 22050, |
|---|
| 72 | + 44100, |
|---|
| 73 | + 88200, |
|---|
| 74 | 74 | 176400, |
|---|
| 75 | 75 | 352800, |
|---|
| 76 | 76 | 705600, |
|---|
| .. | .. |
|---|
| 84 | 84 | 512000, |
|---|
| 85 | 85 | }; |
|---|
| 86 | 86 | |
|---|
| 87 | | -/* |
|---|
| 87 | +/** |
|---|
| 88 | 88 | * slim_stream_allocate() - Allocate a new SLIMbus Stream |
|---|
| 89 | 89 | * @dev:Slim device to be associated with |
|---|
| 90 | 90 | * @name: name of the stream |
|---|
| .. | .. |
|---|
| 189 | 189 | return -EINVAL; |
|---|
| 190 | 190 | } |
|---|
| 191 | 191 | |
|---|
| 192 | | -/* |
|---|
| 192 | +/** |
|---|
| 193 | 193 | * slim_stream_prepare() - Prepare a SLIMbus Stream |
|---|
| 194 | 194 | * |
|---|
| 195 | 195 | * @rt: instance of slim stream runtime to configure |
|---|
| .. | .. |
|---|
| 336 | 336 | return slim_do_transfer(sdev->ctrl, &txn); |
|---|
| 337 | 337 | } |
|---|
| 338 | 338 | |
|---|
| 339 | | -/* |
|---|
| 339 | +/** |
|---|
| 340 | 340 | * slim_stream_enable() - Enable a prepared SLIMbus Stream |
|---|
| 341 | 341 | * |
|---|
| 342 | 342 | * @stream: instance of slim stream runtime to enable |
|---|
| .. | .. |
|---|
| 389 | 389 | } |
|---|
| 390 | 390 | EXPORT_SYMBOL_GPL(slim_stream_enable); |
|---|
| 391 | 391 | |
|---|
| 392 | | -/* |
|---|
| 392 | +/** |
|---|
| 393 | 393 | * slim_stream_disable() - Disable a SLIMbus Stream |
|---|
| 394 | 394 | * |
|---|
| 395 | 395 | * @stream: instance of slim stream runtime to disable |
|---|
| .. | .. |
|---|
| 423 | 423 | } |
|---|
| 424 | 424 | EXPORT_SYMBOL_GPL(slim_stream_disable); |
|---|
| 425 | 425 | |
|---|
| 426 | | -/* |
|---|
| 426 | +/** |
|---|
| 427 | 427 | * slim_stream_unprepare() - Un-prepare a SLIMbus Stream |
|---|
| 428 | 428 | * |
|---|
| 429 | 429 | * @stream: instance of slim stream runtime to unprepare |
|---|
| .. | .. |
|---|
| 449 | 449 | } |
|---|
| 450 | 450 | EXPORT_SYMBOL_GPL(slim_stream_unprepare); |
|---|
| 451 | 451 | |
|---|
| 452 | | -/* |
|---|
| 452 | +/** |
|---|
| 453 | 453 | * slim_stream_free() - Free a SLIMbus Stream |
|---|
| 454 | 454 | * |
|---|
| 455 | 455 | * @stream: instance of slim stream runtime to free |
|---|