1. 22 12月, 2011 3 次提交
  2. 19 12月, 2011 2 次提交
  3. 06 12月, 2011 2 次提交
  4. 02 12月, 2011 2 次提交
  5. 01 12月, 2011 1 次提交
  6. 29 11月, 2011 2 次提交
  7. 28 11月, 2011 2 次提交
  8. 23 11月, 2011 4 次提交
  9. 22 11月, 2011 5 次提交
  10. 21 11月, 2011 1 次提交
  11. 19 11月, 2011 1 次提交
  12. 17 11月, 2011 1 次提交
  13. 16 11月, 2011 3 次提交
  14. 14 11月, 2011 1 次提交
  15. 11 11月, 2011 1 次提交
    • C
      ALSA: hda - pwr_nids cleanup for IDT codecs · afef2cfa
      Charles Chin 提交于
      Clean up and fix pwr_nids for 92HD71 / 73 / 83 family codecs; remove
      pwr_mapping which was incorrect.
      
      The original pwr_nids support of 92HD83xxx was incorrect and never
      actually worked before.  Now we should have things working correctly
      without having to hack by DID anymore.
      
      It is also not necessary to explicitly turn on all the pins near the
      beginning of patch_stac92hd83xxx() now, the pins will go though
      initialization properly.
      
      Tested on 92HD66 / 71 / 73 / 75 / 83 / 89 / 91 demo boards.
      Signed-off-by: NCharles Chin <Charles.Chin@idt.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      afef2cfa
  16. 10 11月, 2011 4 次提交
  17. 09 11月, 2011 2 次提交
  18. 08 11月, 2011 2 次提交
  19. 06 11月, 2011 1 次提交
    • T
      ALSA: hda - Revert the check of NO_PRESENCE pincfg default bit · f4419172
      Takashi Iwai 提交于
      The implementation on commit [08a1f5eb: ALSA: hda - Check NO_PRESENCE
      pincfg default bit] seems like a mis-interpretation of specification.
      The spec gives the reversed bit definition.  But, following the spec
      also causes to change so many existing device configurations, thus we
      can't change it so easily for now.  For 3.2-rc1, it's safer to revert
      this check (actually this patch comments out the code).
      
      We may re-introduced the fixed version once after the wider test-case
      coverages are done.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f4419172