diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h index 886787a9997fb367208118c5d9801f1a441faac4..1cc6dce17582927c00992a942d6a82ccd87cfe17 100644 --- a/sound/soc/sof/sof-priv.h +++ b/sound/soc/sof/sof-priv.h @@ -497,6 +497,11 @@ void snd_sof_complete(struct device *dev); void snd_sof_new_platform_drv(struct snd_sof_dev *sdev); +/* + * Compress support + */ +extern struct snd_compress_ops sof_compressed_ops; + /* * Firmware loading. */