17 Oct, 2007

1 commit

  • The Synchronous Serial Controller (SSC) on Atmel microprocessors are
    capable of tranceiving many frame based protocols, like I2S. Tested on the
    AT32AP7000/ATSTK1000.

    This driver is used in the ALSA sound driver for the AT73C213 external DAC
    on the ATSTK1000 development board for AVR32. This sound driver will be
    submitted soon.

    Hardware documentation can be found in the AT32AP7000 data sheet, which can
    be downloaded from
    http://www.atmel.com/dyn/products/datasheets.asp?family_id=682

    [akpm@linux-foundation.org: init spinlock at compile time]
    Signed-off-by: Hans-Christian Egtvedt
    Acked-by: Haavard Skinnemoen
    Cc: David Brownell
    Cc: Andrew Victor
    Cc: Patrice Vilchez
    Cc: Nicolas Ferre
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Hans-Christian Egtvedt