Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1726573 > unrolled thread

Re: [PATCH] ASoC: improve RT5514 dependencies

Started byArnd Bergmann <arnd@arndb.de>
First post2017-09-05 11:10 +0200
Last post2017-09-05 11:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] ASoC: improve RT5514 dependencies Arnd Bergmann <arnd@arndb.de> - 2017-09-05 11:10 +0200

#1726573 — Re: [PATCH] ASoC: improve RT5514 dependencies

FromArnd Bergmann <arnd@arndb.de>
Date2017-09-05 11:10 +0200
SubjectRe: [PATCH] ASoC: improve RT5514 dependencies
Message-ID<umi1P-Ly-3@gated-at.bofh.it>
On Tue, Aug 1, 2017 at 4:21 PM, Mark Brown <broonie@kernel.org> wrote:
> On Mon, Jul 31, 2017 at 11:15:57AM +0200, Takashi Iwai wrote:
>
>> IMO, flipping the dependency looks saner to me.  The SPI function call
>> is a kind of add-on, after all.
>
> Yes, that's definitely the intention of the code.

I just ran into the same problem again on randconfig testing, after
the bug had been
gone before my vacation:

    sound/soc/codecs/rt5514.o: In function `rt5514_dsp_voice_wake_up_put':
    rt5514.c:(.text+0x2068): undefined reference to `rt5514_spi_burst_write'
    rt5514.c:(.text+0x20c8): undefined reference to `rt5514_spi_burst_write'

Is anyone looking into this? My original patch
(https://patchwork.kernel.org/patch/9871255/) still fixes it but needs a
minor change to apply now. When I last looked into changing
the dependency in the code, I couldn't quite figure out how to
do it there.

         Arnd

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web