1. 01 11月, 2009 1 次提交
    • S
      ALSA: snd-pcsp: add nopcm mode · bcc2c6b7
      Stas Sergeev 提交于
      Currently, if the high-res timers are unavailable, snd-pcsp does not
      initialize. People who choose it over pcspkr, loose their console beeps
      in that case and get annoyed.
      With this patch, the console beeps remain regardless of the high-res
      timers. Additionally, the "nopcm" modparam is added to forcibly
      disable the PCM capabilities of the driver.
      Signed-off-by: NStas Sergeev <stsp@aknet.ru>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      bcc2c6b7
  2. 06 10月, 2009 1 次提交
  3. 01 10月, 2009 1 次提交
  4. 07 9月, 2009 1 次提交
    • T
      ALSA: dummy - Fake buffer allocations · a68c4d11
      Takashi Iwai 提交于
      Instead of allocating the real buffers, use a fake buffer and ignore
      read/write in the dummy driver so that we can save the resources.
      For mmap, a single page (unique to the direction, though) is reused
      to all buffers.
      
      When the app requires to read/write the real buffers, pass fake_buffer=0
      module option at loading time.  This will get back to the old behavior.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a68c4d11
  5. 03 9月, 2009 1 次提交
  6. 27 8月, 2009 1 次提交
    • T
      ALSA: Add debug module option · 36ce99c1
      Takashi Iwai 提交于
      Add debug module option to snd core.
      This controls the debug print level.  When CONFIG_SND_DEBUG_VERBOSE
      is set, you can suppress the debug messages by giving or changing this
      parameter to a lower value.  debug=0 means no debug messsages.
      As default, it's set to the verbose level 2.
      
      Since this option can be changed dynamically via sysfs file, you can
      suppress the verbose debug messages on the fly, which wasn't possible
      before.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      36ce99c1
  7. 24 6月, 2009 1 次提交
  8. 13 6月, 2009 1 次提交
  9. 25 5月, 2009 1 次提交
  10. 14 5月, 2009 1 次提交
    • W
      ALSA: SB X-Fi driver merge · 8cc72361
      Wai Yew CHAY 提交于
      The Sound Blaster X-Fi driver supports Creative solutions based on
      20K1 and 20K2 chipsets.
      
      Supported hardware :
      
      Creative Sound Blaster X-Fi Titanium Fatal1ty® Champion Series
      Creative Sound Blaster X-Fi Titanium Fatal1ty Professional Series
      Creative Sound Blaster X-Fi Titanium Professional Audio
      Creative Sound Blaster X-Fi Titanium
      Creative Sound Blaster X-Fi Elite Pro
      Creative Sound Blaster X-Fi Platinum
      Creative Sound Blaster X-Fi Fatal1ty
      Creative Sound Blaster X-Fi XtremeGamer
      Creative Sound Blaster X-Fi XtremeMusic
      
      Current release features:
      
      * ALSA PCM Playback
      * ALSA Record
      * ALSA Mixer
      
      Note:
      
      * External I/O modules detection not included.
      Signed-off-by: NWai Yew CHAY <wychay@ctl.creative.com>
      Singed-off-by: NRyan RICHARDS <ryan_richards@creativelabs.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8cc72361
  11. 06 5月, 2009 1 次提交
  12. 04 5月, 2009 1 次提交
  13. 14 4月, 2009 1 次提交
  14. 26 2月, 2009 1 次提交
  15. 17 2月, 2009 1 次提交
  16. 13 2月, 2009 1 次提交
  17. 31 1月, 2009 1 次提交
  18. 29 1月, 2009 1 次提交
  19. 28 1月, 2009 1 次提交
  20. 19 12月, 2008 3 次提交
  21. 18 12月, 2008 1 次提交
    • T
      ALSA: hda - Fix silent HP output on D975 · e28d8322
      Takashi Iwai 提交于
      Some desktops seems to have no HP/mic jack detection on the front panel,
      which results in the silent output in the recent driver, because the
      driver mutes the output (to save power) when no plug is detected.
      
      This patch adds a new model that disables the jack-detection.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e28d8322
  22. 09 12月, 2008 1 次提交
  23. 04 12月, 2008 1 次提交
  24. 28 11月, 2008 1 次提交
  25. 25 11月, 2008 1 次提交
  26. 24 11月, 2008 1 次提交
    • V
      ALSA: hda: Added an ALC888 model entry for Fujitsu-Siemens Amilo Xa3530 · ef8ef5fb
      Vincent Petry 提交于
      This patch fixes the bug 0004240: ALC888 - Intel HDA - Headphone Controlling.
      It is made against the 2008-11-23 snapshot.
      
      Added Realtek ALC888 model entry for the Fujitsu-Siemens Amilo Xa3530
      laptop. It has 4 jacks: HP out, Mic-in, Line-in and Line-out/Side/SPDIF
      (this one is on the laptop side, the other ones are on the rear).
      
      Model detection works.
      Headphone jack sense works now.
      Front mic works now, was same as Acer Aspire 4930G.
      Added channel mode from 2 to 8 channels.
      
      In 2ch and 4ch modes, the front is also sent to the Line-out/side jack
      for convenience instead of just muting the Line-out/side jack like other
      models do.
      
      When using the Mic-in jack as CLFE, the sound is very low (bug?). To
      work it around, in 6ch mode the CLFE channel is duplicated to the
      Line-out/side jack because this one has a better amp.
      
      Cc: manu@frogged.de
      Signed-off-by: NVincent Petry <PVince81@yahoo.fr>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ef8ef5fb
  27. 21 11月, 2008 2 次提交
  28. 20 11月, 2008 1 次提交
  29. 05 11月, 2008 2 次提交
    • T
      ALSA: hda - Split ALC268 acer model · c238b4f4
      Takashi Iwai 提交于
      There are actually two variants of ALC268 Acer implementation, one
      with an analog built-in mic (pin 0x19) and another with a digital
      mic (pin 0x12).  Created a new model, acer-dmic, for the latter case
      now.
      
      So far, all known models are assigned to be analog-mic, according to
      the BIOS setup.  If this doesn't match with the actual case, one needs
      to try model=acer-dmic, and fix the entry to point ALC268_ACER_DMIC
      if it works.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c238b4f4
    • T
      ALSA: hda - Add ASUS V1Sn support · 13c94744
      Takashi Iwai 提交于
      Asus V1s series laptops have an ALC660VD with PCI id: 0x1043, 0x1633.
      1.) remove the previous behaviour of mapping that to the ALC861VD_LENOVO
          device.
      2.) add a new ALC660VD_V1S device based on ALC861VD_LENOVO, with an
          added digital out.
      Signed-off-by: NTristan Aston <astrotris@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      13c94744
  30. 04 11月, 2008 1 次提交
  31. 22 9月, 2008 1 次提交
  32. 04 9月, 2008 1 次提交
  33. 29 8月, 2008 2 次提交
  34. 25 8月, 2008 1 次提交
  35. 15 8月, 2008 1 次提交