1. 09 Jan, 2015 22 commits
    • Takashi Iwai's avatar
      ALSA: intel8x0m: Simplify PM callbacks · 65fe5b94
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      65fe5b94
    • Takashi Iwai's avatar
      ALSA: intel8x0: Simplify PM callbacks · 3c5a03d4
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      3c5a03d4
    • Takashi Iwai's avatar
      ALSA: ice1724: Simplify PM callbacks · 88942503
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      88942503
    • Takashi Iwai's avatar
      ALSA: ice1712: Simplify PM callbacks · b60dc62f
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      b60dc62f
    • Takashi Iwai's avatar
      ALSA: hda: Simplify PM callbacks · e2a711f1
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      e2a711f1
    • Takashi Iwai's avatar
      ALSA: es1968: Simplify PM callbacks · 8b1db4df
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      8b1db4df
    • Takashi Iwai's avatar
      ALSA: es1938: Simplify PM callbacks · 8c369821
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      8c369821
    • Takashi Iwai's avatar
      ALSA: ens137x: Simplify PM callbacks · 943cf283
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      943cf283
    • Takashi Iwai's avatar
      ALSA: emu10k1: Simplify PM callbacks · 1aa1813b
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      1aa1813b
    • Takashi Iwai's avatar
      ALSA: echoaudio: Simplify PM callbacks · f84edab4
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      f84edab4
    • Takashi Iwai's avatar
      ALSA: ctxfi: Simplify PM callbacks · 7247aabd
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      7247aabd
    • Takashi Iwai's avatar
      ALSA: cs5535audio: Simplify PM callbacks · b8375122
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      b8375122
    • Takashi Iwai's avatar
      ALSA: cs46xx: Simplify PM callbacks · 31918468
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      31918468
    • Takashi Iwai's avatar
      ALSA: cs4281: Simplify PM callbacks · faab5223
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      faab5223
    • Takashi Iwai's avatar
      ALSA: cmipci: Simplify PM callbacks · 5762fdb5
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      5762fdb5
    • Takashi Iwai's avatar
      ALSA: ca0106: Simplify PM callbacks · 11afa642
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      11afa642
    • Takashi Iwai's avatar
      ALSA: azt3328: Simplify PM callbacks · 3a7ed369
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      3a7ed369
    • Takashi Iwai's avatar
      ALSA: atiixp-modem: Simplify PM callbacks · 2b5d0891
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      2b5d0891
    • Takashi Iwai's avatar
      ALSA: atiixp: Simplify PM callbacks · 94af1469
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      94af1469
    • Takashi Iwai's avatar
      ALSA: als4000: Simplify PM callbacks · dc3b10eb
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      dc3b10eb
    • Takashi Iwai's avatar
      ALSA: als300: Simplify PM callbacks · 08aa0e34
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      08aa0e34
    • Takashi Iwai's avatar
      ALSA: ali5451: Simplify PM callbacks · c4eaa62f
      Takashi Iwai authored
      This is a similar cleanup like the commit [3db084fd: ALSA: fm801:
      PCI core handles power state for us].
      
      Since pci_set_power_state(), pci_save_state() and pci_restore_state()
      are already done in the PCI core side, so we don't need to it doubly.
      
      Also, pci_enable_device(), pci_disable_device() and pci_set_master()
      calls in PM callbacks are superfluous nowadays, too, so get rid of
      them as well.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      c4eaa62f
  2. 08 Jan, 2015 1 commit
  3. 07 Jan, 2015 1 commit
  4. 06 Jan, 2015 1 commit
  5. 05 Jan, 2015 3 commits
  6. 04 Jan, 2015 4 commits
  7. 02 Jan, 2015 3 commits
  8. 31 Dec, 2014 5 commits