@@ -93,6 +93,7 @@ static bool readonly_control(struct sdca_control *control)
93
93
94
94
/**
95
95
* sdca_asoc_count_component - count the various component parts
96
+ * @dev: Pointer to the device against which allocations will be done.
96
97
* @function: Pointer to the Function information.
97
98
* @num_widgets: Output integer pointer, will be filled with the
98
99
* required number of DAPM widgets for the Function.
@@ -997,7 +998,7 @@ static int populate_pin_switch(struct device *dev,
997
998
* sdca_asoc_populate_controls - fill in an array of ALSA controls for a Function
998
999
* @dev: Pointer to the device against which allocations will be done.
999
1000
* @function: Pointer to the Function information.
1000
- * @route : Array of ALSA controls to be populated.
1001
+ * @kctl : Array of ALSA controls to be populated.
1001
1002
*
1002
1003
* This function populates an array of ALSA controls from the DisCo
1003
1004
* information for a particular SDCA Function. Typically,
@@ -1244,7 +1245,11 @@ EXPORT_SYMBOL_NS(sdca_asoc_populate_dais, "SND_SOC_SDCA");
1244
1245
* sdca_asoc_populate_component - fill in a component driver for a Function
1245
1246
* @dev: Pointer to the device against which allocations will be done.
1246
1247
* @function: Pointer to the Function information.
1247
- * @copmonent_drv: Pointer to the component driver to be populated.
1248
+ * @component_drv: Pointer to the component driver to be populated.
1249
+ * @dai_drv: Pointer to the DAI driver array to be allocated and populated.
1250
+ * @num_dai_drv: Pointer to integer that will be populated with the number of
1251
+ * DAI drivers.
1252
+ * @ops: DAI ops pointer that will be used for each DAI driver.
1248
1253
*
1249
1254
* This function populates a snd_soc_component_driver structure based
1250
1255
* on the DisCo information for a particular SDCA Function. It does
0 commit comments