All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: alsa-devel@alsa-project.org,
	'Mark Brown' <broonie@opensource.wolfsonmicro.com>,
	Sangbeom Kim <sbkim73@samsung.com>,
	'Jassi Brar' <jassisinghbrar@gmail.com>,
	linux-kernel@vger.kernel.org, 'Liam Girdwood' <lrg@ti.com>
Subject: Re: [alsa-devel] [PATCH 5/6] ASoC: samsung: fix Kconfig dependencies
Date: Mon, 03 Oct 2011 13:50:08 +0200	[thread overview]
Message-ID: <1869072.QQLATNzYYx@wuerfel> (raw)
In-Reply-To: <004e01cc8198$848347f0$8d89d7d0$@com>

On Monday 03 October 2011 15:48:54 Sangbeom Kim wrote:
> On Mon, Oct 03, 2011 at 6:15:03AM , Arnd Bergmann wrote:
> > It's a bug that I only observed on exynos4, and it could be that
> > this patch didn't actually solve it in the end. I'll drop it for
> > now and do a better report when the problem comes back.
> 
> Could you please explain problem which observed on exynos4?
> If possible, I want to check it too.

Sorry, I can't reproduce it any more. It could have been something
unrelated like a Kconfig or toolchain problem that got fixed in
the meantime. I really should have dropped that one hunk from
the patch. The other problem in this patch is still there, with
CONFIG_SND_SOC_SMDK_WM8994_PCM=y and CONFIG_MFD_WM8994=n:

sound/built-in.o: In function `wm8994_resume':
last.c:(.text+0x1f600): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_read':
last.c:(.text+0x20160): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_codec_probe':
last.c:(.text+0x2029c): undefined reference to `wm8994_reg_read'
last.c:(.text+0x20480): undefined reference to `wm8994_reg_read'
last.c:(.text+0x204b4): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_write':
last.c:(.text+0x20e68): undefined reference to `wm8994_reg_write'
last.c:(.text+0x20ea4): undefined reference to `wm8994_reg_write'
sound/built-in.o: In function `wm8958_dsp2_fw':
last.c:(.text+0x2159c): undefined reference to `wm8994_bulk_write'

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH 5/6] ASoC: samsung: fix Kconfig dependencies
Date: Mon, 03 Oct 2011 13:50:08 +0200	[thread overview]
Message-ID: <1869072.QQLATNzYYx@wuerfel> (raw)
In-Reply-To: <004e01cc8198$848347f0$8d89d7d0$@com>

On Monday 03 October 2011 15:48:54 Sangbeom Kim wrote:
> On Mon, Oct 03, 2011 at 6:15:03AM , Arnd Bergmann wrote:
> > It's a bug that I only observed on exynos4, and it could be that
> > this patch didn't actually solve it in the end. I'll drop it for
> > now and do a better report when the problem comes back.
> 
> Could you please explain problem which observed on exynos4?
> If possible, I want to check it too.

Sorry, I can't reproduce it any more. It could have been something
unrelated like a Kconfig or toolchain problem that got fixed in
the meantime. I really should have dropped that one hunk from
the patch. The other problem in this patch is still there, with
CONFIG_SND_SOC_SMDK_WM8994_PCM=y and CONFIG_MFD_WM8994=n:

sound/built-in.o: In function `wm8994_resume':
last.c:(.text+0x1f600): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_read':
last.c:(.text+0x20160): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_codec_probe':
last.c:(.text+0x2029c): undefined reference to `wm8994_reg_read'
last.c:(.text+0x20480): undefined reference to `wm8994_reg_read'
last.c:(.text+0x204b4): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_write':
last.c:(.text+0x20e68): undefined reference to `wm8994_reg_write'
last.c:(.text+0x20ea4): undefined reference to `wm8994_reg_write'
sound/built-in.o: In function `wm8958_dsp2_fw':
last.c:(.text+0x2159c): undefined reference to `wm8994_bulk_write'

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Sangbeom Kim <sbkim73@samsung.com>,
	"'Mark Brown'" <broonie@opensource.wolfsonmicro.com>,
	alsa-devel@alsa-project.org,
	"'Jassi Brar'" <jassisinghbrar@gmail.com>,
	linux-kernel@vger.kernel.org, "'Liam Girdwood'" <lrg@ti.com>
Subject: Re: [alsa-devel] [PATCH 5/6] ASoC: samsung: fix Kconfig dependencies
Date: Mon, 03 Oct 2011 13:50:08 +0200	[thread overview]
Message-ID: <1869072.QQLATNzYYx@wuerfel> (raw)
In-Reply-To: <004e01cc8198$848347f0$8d89d7d0$@com>

On Monday 03 October 2011 15:48:54 Sangbeom Kim wrote:
> On Mon, Oct 03, 2011 at 6:15:03AM , Arnd Bergmann wrote:
> > It's a bug that I only observed on exynos4, and it could be that
> > this patch didn't actually solve it in the end. I'll drop it for
> > now and do a better report when the problem comes back.
> 
> Could you please explain problem which observed on exynos4?
> If possible, I want to check it too.

Sorry, I can't reproduce it any more. It could have been something
unrelated like a Kconfig or toolchain problem that got fixed in
the meantime. I really should have dropped that one hunk from
the patch. The other problem in this patch is still there, with
CONFIG_SND_SOC_SMDK_WM8994_PCM=y and CONFIG_MFD_WM8994=n:

sound/built-in.o: In function `wm8994_resume':
last.c:(.text+0x1f600): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_read':
last.c:(.text+0x20160): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_codec_probe':
last.c:(.text+0x2029c): undefined reference to `wm8994_reg_read'
last.c:(.text+0x20480): undefined reference to `wm8994_reg_read'
last.c:(.text+0x204b4): undefined reference to `wm8994_reg_read'
sound/built-in.o: In function `wm8994_write':
last.c:(.text+0x20e68): undefined reference to `wm8994_reg_write'
last.c:(.text+0x20ea4): undefined reference to `wm8994_reg_write'
sound/built-in.o: In function `wm8958_dsp2_fw':
last.c:(.text+0x2159c): undefined reference to `wm8994_bulk_write'

	Arnd

  reply	other threads:[~2011-10-03 11:50 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-02 20:27 [PATCH 0/6] ASoC fixes from ARM randconfig builds Arnd Bergmann
2011-10-02 20:27 ` Arnd Bergmann
2011-10-02 20:27 ` Arnd Bergmann
2011-10-02 20:27 ` [PATCH 1/6] ASoC: codecs/wm8682: use __devexit_p Arnd Bergmann
2011-10-02 20:27   ` Arnd Bergmann
2011-10-02 20:27   ` Arnd Bergmann
2011-10-02 20:36   ` Mark Brown
2011-10-02 20:36     ` Mark Brown
2011-10-02 20:28 ` [PATCH 2/6] ASoC: codecs: AK4641 depends on GPIOLIB Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:41   ` Mark Brown
2011-10-02 20:41     ` Mark Brown
2011-10-02 20:41     ` Mark Brown
2011-10-02 20:53     ` Arnd Bergmann
2011-10-02 20:53       ` Arnd Bergmann
2011-10-02 20:53       ` Arnd Bergmann
2011-10-02 21:27       ` Mark Brown
2011-10-02 21:27         ` Mark Brown
2011-10-02 21:27         ` Mark Brown
2011-10-03 10:59         ` Arnd Bergmann
2011-10-03 10:59           ` Arnd Bergmann
2011-10-03 10:59           ` Arnd Bergmann
2011-10-03 13:45     ` Russell King - ARM Linux
2011-10-03 13:45       ` Russell King - ARM Linux
2011-10-03 13:45       ` Russell King - ARM Linux
2011-10-03 14:35       ` Mark Brown
2011-10-03 14:35         ` [alsa-devel] " Mark Brown
2011-10-03 14:35         ` Mark Brown
2011-10-03 14:47         ` Arnd Bergmann
2011-10-03 14:47           ` Arnd Bergmann
2011-10-03 14:47           ` Arnd Bergmann
2011-10-03 15:20           ` Mark Brown
2011-10-03 15:20             ` Mark Brown
2011-10-03 15:20             ` Mark Brown
2011-10-03 16:19             ` Arnd Bergmann
2011-10-03 16:19               ` Arnd Bergmann
2011-10-03 16:19               ` Arnd Bergmann
2011-10-03 16:34               ` Mark Brown
2011-10-03 16:34                 ` [alsa-devel] " Mark Brown
2011-10-03 16:34                 ` Mark Brown
2011-10-02 20:28 ` [PATCH 3/6] ASoC: imx: eukrea_tlv320 needs i2c Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:49   ` Mark Brown
2011-10-02 20:49     ` Mark Brown
2011-10-02 20:49     ` Mark Brown
2011-10-02 20:28 ` [PATCH 4/6] ASoC: sh: use correct __iomem annotations Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:50   ` Mark Brown
2011-10-02 20:50     ` Mark Brown
2011-10-02 20:50     ` Mark Brown
2011-10-02 21:20     ` Arnd Bergmann
2011-10-02 21:20       ` Arnd Bergmann
2011-10-02 21:20       ` Arnd Bergmann
2011-10-02 20:28 ` [PATCH 5/6] ASoC: samsung: fix Kconfig dependencies Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:47   ` Mark Brown
2011-10-02 20:47     ` Mark Brown
2011-10-02 20:47     ` Mark Brown
2011-10-02 21:14     ` Arnd Bergmann
2011-10-02 21:14       ` Arnd Bergmann
2011-10-02 21:14       ` Arnd Bergmann
2011-10-02 21:29       ` Mark Brown
2011-10-02 21:29         ` Mark Brown
2011-10-03  6:48       ` [alsa-devel] " Sangbeom Kim
2011-10-03  6:48         ` Sangbeom Kim
2011-10-03  6:48         ` Sangbeom Kim
2011-10-03 11:50         ` Arnd Bergmann [this message]
2011-10-03 11:50           ` Arnd Bergmann
2011-10-03 11:50           ` Arnd Bergmann
2011-10-03 12:07           ` Mark Brown
2011-10-03 12:07             ` Mark Brown
2011-10-03 12:07             ` Mark Brown
2011-10-03 13:43             ` [PATCH 5/6] ASoC: samsung: wm8994 depends on mfd_wm8994 Arnd Bergmann
2011-10-03 13:43               ` Arnd Bergmann
2011-10-03 13:43               ` Arnd Bergmann
2011-10-03 14:08               ` Mark Brown
2011-10-03 14:08                 ` Mark Brown
2011-10-03 14:08                 ` Mark Brown
2011-10-03 14:35                 ` [PATCH v3] " Arnd Bergmann
2011-10-03 14:35                   ` Arnd Bergmann
2011-10-03 14:40                   ` Mark Brown
2011-10-03 14:40                     ` Mark Brown
2011-10-03 14:40                     ` Mark Brown
2011-10-02 20:28 ` [PATCH 6/6] ASoC: samsung: add missing __devexit_p() annotations Arnd Bergmann
2011-10-02 20:28   ` Arnd Bergmann
2011-10-02 20:48   ` Mark Brown
2011-10-02 20:48     ` Mark Brown
2011-10-02 20:48     ` 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=1869072.QQLATNzYYx@wuerfel \
    --to=arnd@arndb.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@ti.com \
    --cc=sbkim73@samsung.com \
    /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.