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>
This commit is contained in:

committed by
Mark Brown

parent
6874a918de
commit
3cd043436c
@@ -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,
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user