aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@ti.com>2012-03-09 12:02:08 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-01 11:28:22 +0100
commit3cd043436c2d5d6f8e9a5395d02ba966f0dfdf84 (patch)
treec702a6f197533f631c417eddcdbaabe649dc3eea /include/sound/soc-dapm.h
parentASoC: core: Rename card mutex subclass to better align with usage (diff)
downloadlinux-dev-3cd043436c2d5d6f8e9a5395d02ba966f0dfdf84.tar.xz
linux-dev-3cd043436c2d5d6f8e9a5395d02ba966f0dfdf84.zip
ASoC: dapm: Rename dapm mutex subclass to better match usage
Rename SND_SOC_DAPM_CLASS_PCM to SND_SOC_DAPM_CLASS_RUNTIME to better match the usage and align with card mutex too. Signed-off-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r--include/sound/soc-dapm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 6c64dbeb28ba..64302384dea3 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -433,8 +433,8 @@ enum snd_soc_dapm_type {
};
enum snd_soc_dapm_subclass {
- SND_SOC_DAPM_CLASS_INIT = 0,
- SND_SOC_DAPM_CLASS_PCM = 1,
+ SND_SOC_DAPM_CLASS_INIT = 0,
+ SND_SOC_DAPM_CLASS_RUNTIME = 1,
};
/*