conf: const pointers in block get functions
All config_get_block_*() functions should accept constant config_param pointers.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
}
|
||||
|
||||
int
|
||||
audio_output_init(struct audio_output *ao, struct config_param *param)
|
||||
audio_output_init(struct audio_output *ao, const struct config_param *param)
|
||||
{
|
||||
const char *name = NULL;
|
||||
char *format = NULL;
|
||||
|
Reference in New Issue
Block a user