All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next:  commit "Remove rtd->codec usage from CODEC drivers" breakage.
@ 2012-04-10 21:39 Paul Gortmaker
  2012-04-10 22:05 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2012-04-10 21:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-next

Hi Mark,

Can you have a look at this build failure?

sound/soc/codecs/wm9712.c:482:32: error: 'runtime' undeclared (first use in this function)
sound/soc/codecs/wm9712.c:499:33: error: 'runtime' undeclared (first use in this function)
make[4]: *** [sound/soc/codecs/wm9712.o] Error 1

Full log is here:

http://kisskb.ellerman.id.au/kisskb/buildresult/6087177/

It breaks eseries_pxa_defconfig,em_x270_defconfig

A bisect leads to this commit in linux-next:

--------------------
commit e6968a1719a88afa4708ff43696d6615f0be90be
Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
Date:   Wed Apr 4 15:58:16 2012 +0100

    ASoC: codecs: Remove rtd->codec usage from CODEC drivers
    
    In order to support CODEC<->CODEC links remove the assumption that there
    is only a single CODEC on a DAI link by removing the use of the CODEC
    pointer in the rtd from the CODEC drivers. They are already being passed
    their DAI whenever they are passed an rtd and can get the CODEC from
    there.
    
    Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
--------------------

Thanks,
Paul.

git bisect start
# good: [0034102808e0dbbf3a2394b82b1bb40b5778de9e] Linux 3.4-rc2
git bisect good 0034102808e0dbbf3a2394b82b1bb40b5778de9e
# bad: [ef1f1fecd5e7fa274229cd4f30653b4a66a76df4] Add linux-next specific files for 20120410
git bisect bad ef1f1fecd5e7fa274229cd4f30653b4a66a76df4
# good: [25cfb83003f369b9c153eefea97be39085d55936] Merge remote-tracking branch 'sound/for-next'
git bisect good 25cfb83003f369b9c153eefea97be39085d55936
# good: [b62eb966bd66c78a8fc36e566fe0448f879dad60] kvm tools: Move arch-specific cmdline init into kvm__arch_set_cmdline()
git bisect good b62eb966bd66c78a8fc36e566fe0448f879dad60
# good: [911bcb25143c2cbe3daac8785285d8daf03cf9fc] Merge branch 'linus'
git bisect good 911bcb25143c2cbe3daac8785285d8daf03cf9fc
# bad: [5fc4bef34f121f77405c7b4e5aaa485187e8011a] Merge remote-tracking branch 'trivial/for-next'
git bisect bad 5fc4bef34f121f77405c7b4e5aaa485187e8011a
# bad: [c946ebd47232bba219aff0ee2d31bd62c502696a] Merge branch 'quilt/device-mapper'
git bisect bad c946ebd47232bba219aff0ee2d31bd62c502696a
# bad: [c2f6702d318e43bf841da9c0ba5b6f1695661bbc] ASoC: tegra: utils: add support for Tegra30 devices
git bisect bad c2f6702d318e43bf841da9c0ba5b6f1695661bbc
# good: [b46b373f4084cc02d4d41a5a42199fe8462c2f13] ASoC: fsl: assign dma peripheral type according to bus topology
git bisect good b46b373f4084cc02d4d41a5a42199fe8462c2f13
# good: [1d99f2436d0d1c7741d6dfd9d27b5376cdbbca40] ASoC: core: Rework SOC_DOUBLE_R_SX_TLV add SOC_SINGLE_SX_TLV
git bisect good 1d99f2436d0d1c7741d6dfd9d27b5376cdbbca40
# bad: [063dd9d4488184f35c4598fb68f46fbba959d58e] ASoC: tegra: drop Kconfig description for SND_SOC_TEGRA_DAS
git bisect bad 063dd9d4488184f35c4598fb68f46fbba959d58e
# good: [149c53b514d0a42abbb2c9611ffc9fa2d94857e8] ASoC: wm8994: Don't bother updating the jackdet mode needlessly
git bisect good 149c53b514d0a42abbb2c9611ffc9fa2d94857e8
# good: [5c7b4a08b7f3ce49756b79386dcdad5a2a21ccb6] ASoC: fsl: remove redundant Kconfig dependency on SND_SOC_POWERPC_DMA
git bisect good 5c7b4a08b7f3ce49756b79386dcdad5a2a21ccb6
# bad: [e6968a1719a88afa4708ff43696d6615f0be90be] ASoC: codecs: Remove rtd->codec usage from CODEC drivers
git bisect bad e6968a1719a88afa4708ff43696d6615f0be90be
# good: [fc9a30e85e4a9df7e692eda45b8484fc028238f0] ASoC: tlv320aic23: Remove driver-specific version number
git bisect good fc9a30e85e4a9df7e692eda45b8484fc028238f0

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

* Re: linux-next:  commit "Remove rtd->codec usage from CODEC drivers" breakage.
  2012-04-10 21:39 linux-next: commit "Remove rtd->codec usage from CODEC drivers" breakage Paul Gortmaker
@ 2012-04-10 22:05 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-04-10 22:05 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

On Tue, Apr 10, 2012 at 05:39:15PM -0400, Paul Gortmaker wrote:
> Hi Mark,
> 
> Can you have a look at this build failure?
> 
> sound/soc/codecs/wm9712.c:482:32: error: 'runtime' undeclared (first use in this function)
> sound/soc/codecs/wm9712.c:499:33: error: 'runtime' undeclared (first use in this function)

Already resolved.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-04-10 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 21:39 linux-next: commit "Remove rtd->codec usage from CODEC drivers" breakage Paul Gortmaker
2012-04-10 22:05 ` 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.