15 Apr, 2009

1 commit

  • Currently there are two possible platform datas for the PXA AC97 driver:
    one supported by the generic AC97 driver only which provides callbacks
    to allow board-specific configuration at stream startup and teardown,
    and another for pxa2xx-ac97-lib which allows configuration of the reset
    GPIO for PXA2xx CPUs.

    Obviously this won't actually work when using the generic AC97 driver
    since the drivers will attempt to parse the platform data in both
    formats. Fix this by merging the two structures.

    Signed-off-by: Mark Brown
    Acked-by: Robert Jarzmik
    Cc: Marek Vasut
    Signed-off-by: Eric Miao

    Mark Brown
     

16 Mar, 2009

1 commit

  • As the PXA27x series allow 2 gpios to reset the ac97 bus,
    allow through platform data configuration the definition of
    the correct gpio which will reset the AC97 bus.

    This comes from a silicon defect on the PXA27x series, where
    the gpio must be manually controlled in warm reset cases.

    Signed-off-by: Robert Jarzmik
    Signed-off-by: Mark Brown

    Robert Jarzmik
     

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