All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: core: Rename card mutex subclass to better align with usage.
@ 2012-03-09 12:02 Liam Girdwood
  2012-03-09 12:02 ` [PATCH 2/2] ASoC: dapm: Rename dapm mutex subclass to better match usage Liam Girdwood
  2012-03-09 12:48 ` [PATCH 1/2] ASoC: core: Rename card mutex subclass to better align with usage Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Liam Girdwood @ 2012-03-09 12:02 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

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>
---
 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 66fd9bc..0989987 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -289,8 +289,8 @@ enum snd_soc_pcm_subclass {
 };
 
 enum snd_soc_card_subclass {
-	SND_SOC_CARD_CLASS_INIT	= 0,
-	SND_SOC_CARD_CLASS_PCM	= 1,
+	SND_SOC_CARD_CLASS_INIT		= 0,
+	SND_SOC_CARD_CLASS_RUNTIME	= 1,
 };
 
 int snd_soc_codec_set_sysclk(struct snd_soc_codec *codec, int clk_id,
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-09 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 12:02 [PATCH 1/2] ASoC: core: Rename card mutex subclass to better align with usage Liam Girdwood
2012-03-09 12:02 ` [PATCH 2/2] ASoC: dapm: Rename dapm mutex subclass to better match usage Liam Girdwood
2012-03-09 12:48 ` [PATCH 1/2] ASoC: core: Rename card mutex subclass to better align with usage Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.