aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-12-10 13:27:14 +0000
committerMark Brown <broonie@kernel.org>2019-12-10 13:27:14 +0000
commit2acf6ce2c25fb71a56ad35fcb9a63c19b20a4f4e (patch)
treec1df2943269ea35c97d07eb392008d38430835b4 /include/sound
parentASoC: SOF: Intel: byt: fixup topology filename for BYT-CR (diff)
parentASoC: Intel: common: work-around incorrect ACPI HID for CML boards (diff)
downloadlinux-dev-2acf6ce2c25fb71a56ad35fcb9a63c19b20a4f4e.tar.xz
linux-dev-2acf6ce2c25fb71a56ad35fcb9a63c19b20a4f4e.zip
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 3923178ad050..c920f17a5647 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1141,6 +1141,7 @@ struct snd_soc_pcm_runtime {
unsigned int num_codecs;
struct delayed_work delayed_work;
+ void (*close_delayed_work_func)(struct snd_soc_pcm_runtime *rtd);
#ifdef CONFIG_DEBUG_FS
struct dentry *debugfs_dpcm_root;
#endif