03 Jan, 2020

1 commit

  • This is a preliminary patch to allow const for snd_ac97_bus_ops
    definitions in each driver's code. The ops reference is read-only,
    hence it can be declared as const for further optimization.

    There should be no functional changes by this patch.

    Link: https://lore.kernel.org/r/20200103081714.9560-23-tiwai@suse.de
    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

31 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

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

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

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

31 Aug, 2015

1 commit

  • …ie/sound into for-linus

    ASoC: Updates for v4.3

    Not many updates to the core here, but an awful lot of driver updates
    this time round:

    - Factoring out of AC'97 reset code into the core
    - New drivers for Cirrus CS4349, GTM601, InvenSense ICS43432, Realtek
    RT298 and ST STI controllers.
    - Machine drivers for Rockchip systems with MAX98090 and RT5645 and
    RT5650.
    - Initial driver support for Intel Skylake devices.
    - A large number of cleanups for Lars-Peter Clausen and Axel Lin.

    Takashi Iwai
     

22 Aug, 2015

1 commit

  • Convert the ac97_bus from legacy suspend/resume callbacks to dev_pm_ops.

    Since there isn't anything special to do at the bus level the bus driver
    does not have to implement any callbacks. The device driver core will
    automatically pick up and execute the device's PM ops.

    As there is only a single AC'97 driver implementing suspend and resume,
    update both the core and driver at the same time to avoid unnecessary code
    churn.

    While we are at it also drop the ifdefs around the suspend/resume functions
    to increase compile test coverage.

    Signed-off-by: Lars-Peter Clausen
    Acked-by: Dmitry Torokhov
    Signed-off-by: Takashi Iwai

    Lars-Peter Clausen
     

24 Jul, 2015

1 commit


06 Dec, 2010

1 commit


02 Dec, 2008

1 commit


09 Feb, 2007

1 commit


13 Dec, 2006

1 commit