All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Multi-component: JZ4740: QI_LB60 board fixes
@ 2010-08-15 15:48 Lars-Peter Clausen
  2010-08-17 10:12 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Lars-Peter Clausen @ 2010-08-15 15:48 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, Lars-Peter Clausen, lrg

This patch contains two small fixes for the sound board driver for the qi_lb60
introduced by the multi-component patches:
* Remove unnecessary includes: Those includes where only used to get the
  definitions for the DAI devices and are thus not needed anymore.
* Fix a typo.

Signed-off-By: Lars-Peter Clausen <lars@metafoo.de>
---
 sound/soc/jz4740/qi_lb60.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/sound/soc/jz4740/qi_lb60.c b/sound/soc/jz4740/qi_lb60.c
index 78dabeb..ef1a99e 100644
--- a/sound/soc/jz4740/qi_lb60.c
+++ b/sound/soc/jz4740/qi_lb60.c
@@ -22,11 +22,6 @@
 #include <sound/soc-dapm.h>
 #include <linux/gpio.h>
 
-#include "../codecs/jz4740.h"
-#include "jz4740-pcm.h"
-#include "jz4740-i2s.h"
-
-
 #define QI_LB60_SND_GPIO JZ_GPIO_PORTB(29)
 #define QI_LB60_AMP_GPIO JZ_GPIO_PORTD(4)
 
@@ -86,7 +81,7 @@ static struct snd_soc_dai_link qi_lb60_dai = {
 	.name = "jz4740",
 	.stream_name = "jz4740",
 	.cpu_dai_name = "jz4740-i2s",
-	.platform_name = "jz4740-pmc-audio",
+	.platform_name = "jz4740-pcm-audio",
 	.codec_dai_name = "jz4740-hifi",
 	.codec_name = "jz4740-codec",
 	.init = qi_lb60_codec_init,
-- 
1.5.6.5

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

* Re: [PATCH] ASoC: Multi-component: JZ4740: QI_LB60 board fixes
  2010-08-15 15:48 [PATCH] ASoC: Multi-component: JZ4740: QI_LB60 board fixes Lars-Peter Clausen
@ 2010-08-17 10:12 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2010-08-17 10:12 UTC (permalink / raw)
  To: Lars-Peter Clausen; +Cc: alsa-devel, lrg

On Sun, Aug 15, 2010 at 05:48:47PM +0200, Lars-Peter Clausen wrote:
> This patch contains two small fixes for the sound board driver for the qi_lb60
> introduced by the multi-component patches:
> * Remove unnecessary includes: Those includes where only used to get the
>   definitions for the DAI devices and are thus not needed anymore.
> * Fix a typo.
> 
> Signed-off-By: Lars-Peter Clausen <lars@metafoo.de>

Applied, thanks.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-15 15:48 [PATCH] ASoC: Multi-component: JZ4740: QI_LB60 board fixes Lars-Peter Clausen
2010-08-17 10:12 ` 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.