24 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation either version 2 of the license or at
    your option any later version this program is distributed in the
    hope that it will be useful but without any warranty without even
    the implied warranty of merchantability or fitness for a particular
    purpose see the gnu general public license for more details you
    should have received a copy of the gnu general public license along
    with this program if not write to the free software foundation inc
    59 temple place suite 330 boston ma 02111 1307 usa the full gnu
    general public license is included in this distribution in the file
    called copying

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

    has been chosen to replace the boilerplate/reference in 7 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Richard Fontana
    Reviewed-by: Kate Stewart
    Reviewed-by: Michael Ellerman (powerpc)
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190520170857.277062491@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

16 Oct, 2007

1 commit

  • This patch adds support for the AT73C213 DAC using the misc Atmel SSC driver in
    I2S mode. The driver also requires a SPI to setup the registers and control
    volume.
    It has been tested with an AT32AP7000 on the ATSTK1000 development board. The
    driver should also work with any Atmel device with an SSC module supported by
    the Atmel SSC driver (atmel-ssc).
    The atmel-ssc driver is just submitted to the Linux kernel. Please see mail
    thread http://lkml.org/lkml/2007/7/16/32

    Signed-off-by: Hans-Christian Egtvedt
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Hans-Christian Egtvedt