Skip to content
Permalink
Browse files
fixup! ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'
make the ops_init return an int.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
  • Loading branch information
ranj063 committed Feb 14, 2022
1 parent 9811947 commit abddc06728abeb7a003de76a7e6f05dd80bf1a36
Showing 1 changed file with 1 addition and 1 deletion.
@@ -137,7 +137,7 @@ struct sof_dev_desc {
const char *default_fw_filename[SOF_IPC_TYPE_COUNT];

struct snd_sof_dsp_ops *ops;
void (*ops_init)(struct snd_sof_dev *sdev);
int (*ops_init)(struct snd_sof_dev *sdev);
};

int sof_dai_get_mclk(struct snd_soc_pcm_runtime *rtd);

0 comments on commit abddc06

Please sign in to comment.