summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorMark Brown2011-01-26 22:41:28 +0100
committerMark Brown2011-01-27 12:59:14 +0100
commitf85a9e0d260905f98d4ca6b66f0e64f63a729dba (patch)
tree4d94f21c2bd5a01f8299afb44c797e3df1d49205 /include/sound/soc.h
parentASoC: Make cache status available via debugfs (diff)
downloadkernel-qcow2-linux-f85a9e0d260905f98d4ca6b66f0e64f63a729dba.tar.gz
kernel-qcow2-linux-f85a9e0d260905f98d4ca6b66f0e64f63a729dba.tar.xz
kernel-qcow2-linux-f85a9e0d260905f98d4ca6b66f0e64f63a729dba.zip
ASoC: Add subsequence information to seq_notify callbacks
Allows drivers to distinguish which subsequence is being notified when they get called back. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 64856d656f15..7ecdaefd1b63 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -553,7 +553,7 @@ struct snd_soc_codec_driver {
enum snd_soc_bias_level level);
void (*seq_notifier)(struct snd_soc_dapm_context *,
- enum snd_soc_dapm_type);
+ enum snd_soc_dapm_type, int);
};
/* SoC platform interface */