1. 05 8月, 2015 1 次提交
    • L
      ALSA: aoa-soundbus: Switch to dev_pm_ops · f6af5df0
      Lars-Peter Clausen 提交于
      Update the aoa-soundbus framework to use dev_pm_ops rather than the
      deprecated legacy suspend and resume callbacks.
      
      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 aoa-soundbus driver implementing suspend and
      resume, update both the core and driver at the same time to avoid
      unnecessary code churn.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f6af5df0
  2. 13 6月, 2015 1 次提交
  3. 06 8月, 2010 1 次提交
  4. 20 8月, 2008 1 次提交
  5. 11 5月, 2007 1 次提交
  6. 23 6月, 2006 1 次提交
    • J
      [ALSA] snd-aoa: add snd-aoa · f3d9478b
      Johannes Berg 提交于
      This large patch adds all of snd-aoa.
      Consisting of many modules, it currently replaces snd-powermac
      for all layout-id based machines and handles many more (for
      example new powerbooks and powermacs with digital output that
      previously couldn't be used at all).
      It also has support for all layout-IDs that Apple has (judging
      from their Info.plist file) but not all are tested.
      The driver currently has 2 known regressions over snd-powermac:
       * it doesn't handle powermac 7,2 and 7,3
       * it doesn't have a DRC control on snapper-based machines
      I will fix those during the 2.6.18 development cycle.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f3d9478b