12 Mar, 2010

1 commit


14 Aug, 2009

1 commit

  • There is one instance of McASP on DA850/OMAP-L138 SoC. This is
    connected to TLV320AIC3106 codec for audio playback and capture.
    This patch adds audio support on this platform. Some of the
    structure prefix names which are common for DA830/OMAP-L137 EVM and
    DA850/OMAP-L138 EVM have been renamed to da8xx from da830.

    Signed-off-by: Chaithrika U S
    Signed-off-by: Mark Brown

    Chaithrika U S
     

08 Aug, 2009

1 commit


08 Jun, 2009

1 commit

  • Adds driver support for the two instances of McASP on TI's DM646x.

    The multichannel audio serial port (McASP) functions as a general-purpose audio
    serial port optimized for the needs of multichannel audio application.
    (http://www.ti.com/litv/pdf/spruer1b).

    There are two instances of McASP on DM646x. The McASP0 module includes up to 4
    serializers that can be individually enabled to either transmit or receive
    in different modes. The McASP1 module is limited with only 1 pinned-out
    serializer that can be enabled to only transmit in DIT mode (neither receiving
    in any mode nor transmitting in either Burst or TDM mode is supported).

    McASP0 consists of transmit and receive sections that may operate
    synchronized, or completely independently with separate master clocks, bit
    clocks, and frame syncs, and using different transmit modes with different
    bit-stream formats.

    Signed-off-by: Steve Chen
    Signed-off-by: Pavel Kiryukhin
    Signed-off-by: Naresh Medisetty
    Signed-off-by: Chaithrika U S
    Signed-off-by: Mark Brown

    Chaithrika U S
     

19 Nov, 2008

1 commit

  • The PCM3008 is used on the Lyrtech SFFSDR board, in conjunction with an
    FPGA that generates the bit clock and the master clock

    [Downgraded the rate debug print to pr_debug() in hw_params, converted
    asm/gpio.h to linux/gpio.h -- broonie]

    Signed-off-by: Hugo Villeneuve
    Signed-off-by: Mark Brown

    Hugo Villeneuve
     

24 Apr, 2008

1 commit

  • Add ASoC support for the TI Davinci SoC and the Davicni-EVM reference board.
    It includes:
    - ASoC Davinci DMA driver
    - ASoC Davinci I2S (Davinci McBSP module based) driver
    - ASoC Davinci-EVM reference board

    Signed-off-by: Vladimir Barinov
    Signed-off-by: Takashi Iwai

    Vladimir Barinov