conf: const pointers in block get functions
All config_get_block_*() functions should accept constant config_param pointers.
This commit is contained in:
@@ -60,7 +60,7 @@ struct audio_output_plugin {
|
||||
*/
|
||||
void *(*init)(struct audio_output *ao,
|
||||
const struct audio_format *audio_format,
|
||||
struct config_param *param);
|
||||
const struct config_param *param);
|
||||
|
||||
/**
|
||||
* Free resources allocated by this device.
|
||||
|
Reference in New Issue
Block a user