1. 08 8月, 2011 3 次提交
  2. 07 8月, 2011 2 次提交
  3. 06 8月, 2011 2 次提交
  4. 05 8月, 2011 3 次提交
  5. 04 8月, 2011 6 次提交
  6. 02 8月, 2011 1 次提交
  7. 01 8月, 2011 1 次提交
  8. 30 7月, 2011 1 次提交
  9. 29 7月, 2011 4 次提交
  10. 28 7月, 2011 6 次提交
  11. 27 7月, 2011 7 次提交
  12. 26 7月, 2011 4 次提交
    • T
      ALSA: hda - Cirrus Logic CS421x support · 56487c27
      Tim Howe 提交于
      This update includes the changes necessary for supporting the
      CS421x family of codecs.  Previously this file only supported
      the CS420x family of codecs.
      
      This file also contains init verbs to correct several issues in
      the CS421x hardware.
      
      Behavior between the CS421x and CS420x codec families is similar,
      so several functions have been reused with "if" statements to
      determine which codec family (CS421x or CS420x) is present.
      
      Also, this file will be updated sometime in the near future in
      order to add support for a system using CS421x that requires
      mono mix on the speaker output only.
      
      [Fix const usages and adaption for new APIs by tiwai]
      Signed-off-by: NTim Howe <tim.howe@cirrus.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      56487c27
    • T
      ALSA: hda - Allow codec-specific set_power_state ops · 4d7fbdbc
      Takashi Iwai 提交于
      The procedure for codec D-state change may have exceptional cases
      depending on the codec chip, such as a longer delay or suppressing D3.
      
      This patch adds a new codec ops, set_power_state() to override the system
      default function.  For ease of porting, snd_hda_codec_set_power_to_all()
      helper function is extracted from the default set_power_state() function.
      
      As an example, the Conexant codec-specific delay is removed from the
      default routine but moved to patch_conexant.c.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4d7fbdbc
    • T
      ALSA: hda - Add post_suspend patch ops · e581f3db
      Takashi Iwai 提交于
      Add a new ops, post_suspend(), which is called after suspend() ops is
      performed.  This is called only in the case of the real PM suspend, and
      the codec driver can use this for further changing of D-state or
      clearing the LED, etc.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e581f3db
    • T
      ALSA: hda - Make CONFIG_SND_HDA_POWER_SAVE depending on CONFIG_PM · 2a43952a
      Takashi Iwai 提交于
      It makes little sense to enable power-saving without PM.
      This removes SND_HDA_NEEDS_RESUME define so that we can use CONFIG_PM
      in all places.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2a43952a