All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: Staticise CS4270 DAI
@ 2010-10-06 23:25 Mark Brown
  2010-10-06 23:25 ` [PATCH 2/2] ASoC: Staticise AD1980 DAI Mark Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mark Brown @ 2010-10-06 23:25 UTC (permalink / raw)
  To: Liam Girdwood, Timur Tabi; +Cc: alsa-devel, patches, Mark Brown

It's not needed with multi-component.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/cs4270.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c
index 5fd8e0d..6d4bdc6 100644
--- a/sound/soc/codecs/cs4270.c
+++ b/sound/soc/codecs/cs4270.c
@@ -518,7 +518,7 @@ static struct snd_soc_dai_ops cs4270_dai_ops = {
 	.digital_mute	= cs4270_dai_mute,
 };
 
-struct snd_soc_dai_driver cs4270_dai = {
+static struct snd_soc_dai_driver cs4270_dai = {
 	.name = "cs4270-hifi",
 	.playback = {
 		.stream_name = "Playback",
-- 
1.7.1

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

end of thread, other threads:[~2010-10-10 10:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 23:25 [PATCH 1/2] ASoC: Staticise CS4270 DAI Mark Brown
2010-10-06 23:25 ` [PATCH 2/2] ASoC: Staticise AD1980 DAI Mark Brown
2010-10-07 18:13 ` [PATCH 1/2] ASoC: Staticise CS4270 DAI Liam Girdwood
2010-10-07 20:06 ` Timur Tabi
2010-10-10 10:31 ` Liam Girdwood

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.