21 May, 2019

1 commit


11 Sep, 2018

1 commit


29 Jun, 2018

1 commit

  • Now that the PXA SSP bits are ported over to generic DMA, the pxa2xx-pcm
    code only has a single user left. This patch folds the remaining bits into
    its only user and removes the unnecessary glue layer along with its header
    file.

    The include dependency to linux/dma/pxa-dma.h is also gone now.

    Signed-off-by: Daniel Mack
    Signed-off-by: Mark Brown

    Daniel Mack
     

01 Aug, 2016

1 commit

  • commit 3c8f7710c1c4 ("ASoC: fix broken pxa SoC support") has removed
    the SND_ARM dependency from SND_PXA2XX_LIB and SND_PXA2XX_LIB_AC97,
    by moving these config entries outside of the "if SND_ARM ... endif"
    construct.

    However, by placing these 2 symbols right between the SND_ARM
    menuconfig definition and the first SND_ARM menu entry, the side
    effect is that the SND_ARM menu becomes empty and all the config
    entries caught between "if SND_ARM ... endif" no more belong to
    menuconfig SND_ARM, but to its parent (menuconfig SND).

    Fix this.

    Signed-off-by: Eugeniu Rosca
    Acked-by: Robert Jarzmik
    Signed-off-by: Takashi Iwai

    Eugeniu Rosca
     

17 Sep, 2015

1 commit

  • The previous fix of pxa library support, which was introduced to fix the
    library dependency, broke the previous SoC behavior, where a machine
    code binding pxa2xx-ac97 with a coded relied on :
    - sound/soc/pxa/pxa2xx-ac97.c
    - sound/soc/codecs/XXX.c

    For example, the mioa701_wm9713.c machine code is currently broken. The
    "select ARM" statement wrongly selects the soc/arm/pxa2xx-ac97 for
    compilation, as per an unfortunate fate SND_PXA2XX_AC97 is both declared
    in sound/arm/Kconfig and sound/soc/pxa/Kconfig.

    Fix this by ensuring that SND_PXA2XX_SOC correctly triggers the correct
    pxa2xx-ac97 compilation.

    Fixes: 846172dfe33c ("ASoC: fix SND_PXA2XX_LIB Kconfig warning")
    Signed-off-by: Robert Jarzmik
    Signed-off-by: Mark Brown

    Robert Jarzmik
     

18 Mar, 2009

1 commit

  • It depends on L3 support from 2.4 kernel (CONFIG_L3) that never got
    merged into mainline. Since there's no way to use it on any of
    supported machines (iPaq h3100 or h3600), better drop it for now.
    It can be reimplemented later using ASoC infrastructure (there's
    already a driver for uda1341 codec in mainline, so only CPU and machine
    parts need to be written).

    Signed-off-by: Dmitry Artamonow
    Cc: Russell King
    Signed-off-by: Takashi Iwai

    Dmitry Artamonow
     

23 Sep, 2008

2 commits

  • ASoC and non-ASoC drivers for PCM DMA on PXA share lots of common code.
    Move it to pxa2xx-lib.

    [Fixed some checkpatch warnings -- broonie]

    Signed-off-by: Dmitry Baryshkov
    Signed-off-by: Mark Brown
    Signed-off-by: Jaroslav Kysela

    Dmitry Baryshkov
     
  • ASoC and non-ASoC drivers for ACLINK on PXA share lot's of common code.
    Move all common code into separate module snd-pxa2xx-lib.

    [Fixed handing of SND_AC97_CODEC in Kconfig and some checkpatch warnings
    -- broonie]

    Signed-off-by: Dmitry Baryshkov
    Signed-off-by: Mark Brown
    Signed-off-by: Jaroslav Kysela

    Dmitry Baryshkov
     

27 May, 2008

1 commit


03 Jan, 2006

1 commit


12 Sep, 2005

1 commit

  • ARM,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,MIPS
    MIPS AU1x00 driver,PPC,PPC PowerMac driver,SPARC,SPARC AMD7930 driver
    SPARC cs4231 driver,SPARC DBRI driver
    - Added snd_card_set_generic_dev() call.
    - Added SND_GENERIC_DRIVER to Kconfig.
    - Clean up the error path in probe if necessary.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

28 Jul, 2005

1 commit


29 May, 2005

1 commit

  • ARM,/arm/Makefile,ARM AACI PL041 driver
    Add support for the ARM AACI Primecell, which provides an AC'97
    based interface. This driver only provides playback support.

    This has been extensively tested with an LM4549 AC'97 codec.

    Signed-off-by: Russell King
    Signed-off-by: Takashi Iwai

    Russell King
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds