hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/sound/soc/uniphier/aio-core.c
....@@ -93,9 +93,9 @@
9393
9494 /**
9595 * 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
9999 *
100100 * Sets frequency of audio PLL. This function can be called anytime,
101101 * but it takes time till PLL is locked.
....@@ -267,7 +267,6 @@
267267 /**
268268 * aio_port_set_ch - set channels of LPCM
269269 * @sub: the AIO substream pointer, PCM substream only
270
- * @ch : count of channels
271270 *
272271 * Set suitable slot selecting to input/output port block of AIO.
273272 *