From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Grzegorz Daniluk <g.daniluk@elproma.com.pl>
Cc: alsa-devel@alsa-project.org
Subject: Re: ASoC: WM8804: fsi-wm8804
Date: Mon, 15 Nov 2010 14:06:05 +0000 [thread overview]
Message-ID: <20101115140604.GD12986@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <4CE13DC8.30007@elproma.com.pl>
On Mon, Nov 15, 2010 at 03:03:52PM +0100, Grzegorz Daniluk wrote:
> Mark Brown wrote:
> >Could you please verify that you have enabled the debug logging
> >requested? I cannot see any of the additional logging that would be
> >generated if this was enabled.
> If I understood correctly my sound/soc/soc-core.c looks as following
> (added #define ...):
> ....
> #include <sound/pcm.h>
> #include <sound/pcm_params.h>
> #include <sound/soc.h>
> #include <sound/soc-dapm.h>
> #include <sound/initval.h>
>
> #define NAME_SIZE 32
>
> /*my code*/
> #define CONFIG_DEBUG_FS
This should be selected via Kconfig; doing this here is going to be
actively harmful.
> #define DEBUG
> /*end of my code*/
You need to enable this at the *top* of the file rather than part way
through it - in particular, it needs to be before any #includes.
next prev parent reply other threads:[~2010-11-15 14:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-15 12:26 ASoC: WM8804: fsi-wm8804 Grzegorz Daniluk
2010-11-15 12:33 ` Mark Brown
2010-11-15 13:46 ` Grzegorz Daniluk
2010-11-15 13:50 ` Mark Brown
2010-11-15 14:03 ` Grzegorz Daniluk
2010-11-15 14:06 ` Mark Brown [this message]
2010-11-15 14:54 ` Grzegorz Daniluk
2010-11-15 15:13 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101115140604.GD12986@rakim.wolfsonmicro.main \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=g.daniluk@elproma.com.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.