1. 06 7月, 2009 4 次提交
  2. 02 7月, 2009 3 次提交
  3. 01 7月, 2009 1 次提交
  4. 30 6月, 2009 2 次提交
  5. 29 6月, 2009 3 次提交
  6. 25 6月, 2009 3 次提交
  7. 24 6月, 2009 5 次提交
  8. 22 6月, 2009 6 次提交
  9. 21 6月, 2009 2 次提交
  10. 17 6月, 2009 4 次提交
  11. 13 6月, 2009 1 次提交
  12. 11 6月, 2009 1 次提交
  13. 08 6月, 2009 2 次提交
  14. 05 6月, 2009 1 次提交
  15. 04 6月, 2009 2 次提交
    • A
      ALSA: hda_intel: fix build error when !PM · 65f75983
      Alexander Beregalov 提交于
      Fix this build error when CONFIG_PM is not set:
      ound/pci/hda/hda_intel.c: In function 'azx_bus_reset':
      sound/pci/hda/hda_intel.c:1270: error: implicit declaration of function 'snd_pcm_suspend_all'
      sound/pci/hda/hda_intel.c:1271: error: implicit declaration of function 'snd_hda_suspend'
      sound/pci/hda/hda_intel.c:1272: error: implicit declaration of function 'snd_hda_resume'
      Signed-off-by: NAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      65f75983
    • H
      ALSA: hda - More Aspire 8930G fixes · 018df418
      Hector Martin 提交于
      Enable all three capture channels, including the missing nid 7 which is
      the only one capable of capturing DMIC input
      
      Enable Headphone amp for the HP jack. This causes a volume boost for
      headphones, but does not cause any noticeable effect for light loads
      like other amps, so there is no need to make it configurable.
      
      Add Input Mix capture mux setting to capture the output of the playback
      input mux (that is, what goes out the speakers except for PCM)
      
      Hack another coef register because the stereo DMIC for some reason
      produces a nonstandard sum/difference signal. I found a bit to make it
      just use the sum signal for both channels, which makes it behave like a
      standard mono microphone. The stereo is useless anyway (they're 1cm apart).
      
      Tested working: Three capture channels, mic in, line in, DMIC.
      
      Tested not working: CD. Not sure why, might be unconnected in the actual
      hardware or a CD drive issue.
      
      Also looked at SPDIF. It appears to work (emitter lights up inside the
      HP out jack) but I lack a proper miniTOSLINK cable to test it.
      Signed-off-by: NHector Martin <hector@marcansoft.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      018df418