diff options
author | Liam Girdwood <lrg@ti.com> | 2012-03-09 07:02:08 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 06:28:22 -0400 |
commit | 3cd043436c2d5d6f8e9a5395d02ba966f0dfdf84 (patch) | |
tree | c702a6f197533f631c417eddcdbaabe649dc3eea /include/sound/soc-dapm.h | |
parent | 6874a918de503997164e76c540eaf44776fd5296 (diff) |
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.h | 4 |
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 { | |||
433 | }; | 433 | }; |
434 | 434 | ||
435 | enum snd_soc_dapm_subclass { | 435 | enum snd_soc_dapm_subclass { |
436 | SND_SOC_DAPM_CLASS_INIT = 0, | 436 | SND_SOC_DAPM_CLASS_INIT = 0, |
437 | SND_SOC_DAPM_CLASS_PCM = 1, | 437 | SND_SOC_DAPM_CLASS_RUNTIME = 1, |
438 | }; | 438 | }; |
439 | 439 | ||
440 | /* | 440 | /* |