lkml.org 
[lkml]   [2021]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 39/76] misdn: dsp: select CONFIG_BITREVERSE
    Date
    From: Arnd Bergmann <arnd@arndb.de>

    [ Upstream commit 51049bd903a81307f751babe15a1df8d197884e8 ]

    Without this, we run into a link error

    arm-linux-gnueabi-ld: drivers/isdn/mISDN/dsp_audio.o: in function `dsp_audio_generate_law_tables':
    (.text+0x30c): undefined reference to `byte_rev_table'
    arm-linux-gnueabi-ld: drivers/isdn/mISDN/dsp_audio.o:(.text+0x5e4): more undefined references to `byte_rev_table' follow

    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/isdn/mISDN/Kconfig | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/isdn/mISDN/Kconfig b/drivers/isdn/mISDN/Kconfig
    index 26cf0ac9c4ad0..c9a53c2224728 100644
    --- a/drivers/isdn/mISDN/Kconfig
    +++ b/drivers/isdn/mISDN/Kconfig
    @@ -13,6 +13,7 @@ if MISDN != n
    config MISDN_DSP
    tristate "Digital Audio Processing of transparent data"
    depends on MISDN
    + select BITREVERSE
    help
    Enable support for digital audio processing capability.

    --
    2.27.0


    \
     
     \ /
      Last update: 2021-01-18 12:48    [W:4.421 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site