* Re: [PATCH v2 4/4]AsoC/nuc900: fix a typo and rename the header file
[not found] <4C05F49A.8070309@gmail.com>
@ 2010-06-09 13:33 ` Liam Girdwood
2010-06-09 13:47 ` Wan ZongShun
0 siblings, 1 reply; 2+ messages in thread
From: Liam Girdwood @ 2010-06-09 13:33 UTC (permalink / raw)
To: Wan ZongShun; +Cc: alsa-devel, Mark Brown
On Wed, 2010-06-02 at 14:05 +0800, Wan ZongShun wrote:
> Fix a '#include "nuc900-audio.h' typo, I think it should be 'audio'.
> At the same time, this patch renames the 'nuc900-auido.h' file to
> 'nuc900-audio.h'.
>
> Signed-off-by: Wan ZongShun<mcuos.com@gmail.com>
> ---
> sound/soc/nuc900/nuc900-ac97.c | 2 +-
> .../soc/nuc900/{nuc900-auido.h => nuc900-audio.h} | 0
> 2 files changed, 1 insertions(+), 1 deletions(-)
> rename sound/soc/nuc900/{nuc900-auido.h => nuc900-audio.h} (100%)
>
> diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c
> index db7fc13..caa7c90 100644
> --- a/sound/soc/nuc900/nuc900-ac97.c
> +++ b/sound/soc/nuc900/nuc900-ac97.c
> @@ -25,7 +25,7 @@
>
> #include <mach/mfp.h>
>
> -#include "nuc900-auido.h"
> +#include "nuc900-audio.h"
>
> static DEFINE_MUTEX(ac97_mutex);
> struct nuc900_audio *nuc900_ac97_data;
> diff --git a/sound/soc/nuc900/nuc900-auido.h b/sound/soc/nuc900/nuc900-audio.h
> similarity index 100%
> rename from sound/soc/nuc900/nuc900-auido.h
> rename to sound/soc/nuc900/nuc900-audio.h
I've just tried to build NUC900 as part of the ASoC multi-component work
and it looks like you didn't build this patch before sending it. The old
header name is still used in nuc900-audio.c and nuc900-pcm.c.
Can you send an incremental patch to fix this.
Thanks
Liam
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v2 4/4]AsoC/nuc900: fix a typo and rename the header file
2010-06-09 13:33 ` [PATCH v2 4/4]AsoC/nuc900: fix a typo and rename the header file Liam Girdwood
@ 2010-06-09 13:47 ` Wan ZongShun
0 siblings, 0 replies; 2+ messages in thread
From: Wan ZongShun @ 2010-06-09 13:47 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, Mark Brown
2010/6/9 Liam Girdwood <lrg@slimlogic.co.uk>:
> On Wed, 2010-06-02 at 14:05 +0800, Wan ZongShun wrote:
>> Fix a '#include "nuc900-audio.h' typo, I think it should be 'audio'.
>> At the same time, this patch renames the 'nuc900-auido.h' file to
>> 'nuc900-audio.h'.
>>
>> Signed-off-by: Wan ZongShun<mcuos.com@gmail.com>
>> ---
>> sound/soc/nuc900/nuc900-ac97.c | 2 +-
>> .../soc/nuc900/{nuc900-auido.h => nuc900-audio.h} | 0
>> 2 files changed, 1 insertions(+), 1 deletions(-)
>> rename sound/soc/nuc900/{nuc900-auido.h => nuc900-audio.h} (100%)
>>
>> diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c
>> index db7fc13..caa7c90 100644
>> --- a/sound/soc/nuc900/nuc900-ac97.c
>> +++ b/sound/soc/nuc900/nuc900-ac97.c
>> @@ -25,7 +25,7 @@
>>
>> #include <mach/mfp.h>
>>
>> -#include "nuc900-auido.h"
>> +#include "nuc900-audio.h"
>>
>> static DEFINE_MUTEX(ac97_mutex);
>> struct nuc900_audio *nuc900_ac97_data;
>> diff --git a/sound/soc/nuc900/nuc900-auido.h b/sound/soc/nuc900/nuc900-audio.h
>> similarity index 100%
>> rename from sound/soc/nuc900/nuc900-auido.h
>> rename to sound/soc/nuc900/nuc900-audio.h
>
> I've just tried to build NUC900 as part of the ASoC multi-component work
> and it looks like you didn't build this patch before sending it. The old
> header name is still used in nuc900-audio.c and nuc900-pcm.c.
>
God.
I am so sorry for this wrong, I just think it is only a little and
obvious patch, so I really do not re-build it.
> Can you send an incremental patch to fix this.
>
Okay, I will fix it tomorrow.
> Thanks
>
> Liam
> --
> Freelance Developer, SlimLogic Ltd
> ASoC and Voltage Regulator Maintainer.
> http://www.slimlogic.co.uk
>
>
--
*linux-arm-kernel mailing list
mail addr:linux-arm-kernel@lists.infradead.org
you can subscribe by:
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
* linux-arm-NUC900 mailing list
mail addr:NUC900@googlegroups.com
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
mcuos.com@gmail.com
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-09 13:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4C05F49A.8070309@gmail.com>
2010-06-09 13:33 ` [PATCH v2 4/4]AsoC/nuc900: fix a typo and rename the header file Liam Girdwood
2010-06-09 13:47 ` Wan ZongShun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).