| .. | .. |
|---|
| 93 | 93 | |
|---|
| 94 | 94 | /** |
|---|
| 95 | 95 | * aio_chip_set_pll - set frequency to audio PLL |
|---|
| 96 | | - * @chip : the AIO chip pointer |
|---|
| 97 | | - * @source: PLL |
|---|
| 98 | | - * @freq : frequency in Hz, 0 is ignored |
|---|
| 96 | + * @chip: the AIO chip pointer |
|---|
| 97 | + * @pll_id: PLL |
|---|
| 98 | + * @freq: frequency in Hz, 0 is ignored |
|---|
| 99 | 99 | * |
|---|
| 100 | 100 | * Sets frequency of audio PLL. This function can be called anytime, |
|---|
| 101 | 101 | * but it takes time till PLL is locked. |
|---|
| .. | .. |
|---|
| 267 | 267 | /** |
|---|
| 268 | 268 | * aio_port_set_ch - set channels of LPCM |
|---|
| 269 | 269 | * @sub: the AIO substream pointer, PCM substream only |
|---|
| 270 | | - * @ch : count of channels |
|---|
| 271 | 270 | * |
|---|
| 272 | 271 | * Set suitable slot selecting to input/output port block of AIO. |
|---|
| 273 | 272 | * |
|---|