diff options
author | Liam Girdwood <lrg@ti.com> | 2012-03-09 07:02:07 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 06:28:22 -0400 |
commit | 6874a918de503997164e76c540eaf44776fd5296 (patch) | |
tree | 81f38716f518c18429bf4ea2237a0543912fc0ba /include/sound/soc.h | |
parent | d9b0951b96e4ee0d22fae0a30f0b53354ca541cd (diff) |
ASoC: core: Rename card mutex subclass to better align with usage
Change SND_SOC_CARD_CLASS_PCM to SND_SOC_CARD_CLASS_RUNTIME to better
describe all uses for this mutex subclass and align with DAPM too.
Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 66fd9bc9789d..098998743969 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -289,8 +289,8 @@ enum snd_soc_pcm_subclass { | |||
289 | }; | 289 | }; |
290 | 290 | ||
291 | enum snd_soc_card_subclass { | 291 | enum snd_soc_card_subclass { |
292 | SND_SOC_CARD_CLASS_INIT = 0, | 292 | SND_SOC_CARD_CLASS_INIT = 0, |
293 | SND_SOC_CARD_CLASS_PCM = 1, | 293 | SND_SOC_CARD_CLASS_RUNTIME = 1, |
294 | }; | 294 | }; |
295 | 295 | ||
296 | int snd_soc_codec_set_sysclk(struct snd_soc_codec *codec, int clk_id, | 296 | int snd_soc_codec_set_sysclk(struct snd_soc_codec *codec, int clk_id, |