1. 01 Apr, 2010 1 commit
  2. 01 Mar, 2010 1 commit
  3. 23 Feb, 2010 1 commit
  4. 22 Feb, 2010 1 commit
  5. 13 Feb, 2010 1 commit
  6. 27 Jan, 2010 1 commit
  7. 24 Jan, 2010 1 commit
  8. 23 Jan, 2010 1 commit
  9. 18 Jan, 2010 1 commit
  10. 14 Jan, 2010 1 commit
  11. 26 Dec, 2009 1 commit
  12. 25 Dec, 2009 1 commit
  13. 22 Dec, 2009 1 commit
  14. 14 Dec, 2009 1 commit
  15. 09 Dec, 2009 1 commit
  16. 08 Dec, 2009 1 commit
    • Justin P. Mattock's avatar
      ALSA: hda - iMac 9,1 sound patch. · 4b7e1803
      Justin P. Mattock authored
      This is an updated patch for the Apple iMac 9,1 model to add sound.
      Original patch posted here:
      http://article.gmane.org/gmane.linux.alsa.devel/61361/match=
      
      
      
      I have been using this patch for a while now
      and have to say it works vary well, except for a few minor 
      things:
      
      	With the iMac 24-inch 3.06GHz Intel Core 2 Duo
      	everything seems to be working as it should,
              although I have not looked into the microphone
      	(never really use one, nor have any apps to test,
      	my guess is it doesn't work, or I never figured out how
      	to get it to work).
      
      	With the iMac 24-inch 2.66GHz Intel Core 2 Duo
      	everything is the same as with the above machine 
      	except I'm hearing a light scratchy/distortion noise
      	come out of the speakers when using headphones(above machine
      	does not do this).
      
      Other than that the sound level is great(especially with good Dj headphones).
      Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
      Tested-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      4b7e1803
  17. 18 Nov, 2009 1 commit
  18. 16 Nov, 2009 1 commit
  19. 05 Nov, 2009 2 commits
  20. 02 Nov, 2009 1 commit
  21. 01 Nov, 2009 1 commit
    • Stas Sergeev's avatar
      ALSA: snd-pcsp: add nopcm mode · bcc2c6b7
      Stas Sergeev authored
      
      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: default avatarStas Sergeev <stsp@aknet.ru>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      bcc2c6b7
  22. 13 Oct, 2009 1 commit
  23. 05 Oct, 2009 1 commit
  24. 01 Oct, 2009 1 commit
  25. 29 Sep, 2009 1 commit
  26. 21 Sep, 2009 1 commit
  27. 07 Sep, 2009 2 commits
    • Takashi Iwai's avatar
      ALSA: dummy - Fake buffer allocations · a68c4d11
      Takashi Iwai authored
      
      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: default avatarTakashi Iwai <tiwai@suse.de>
      a68c4d11
    • ddiaz@cenditel.gob.ve's avatar
      ALSA: hda/realtek: Added support for CLEVO M540R subsystem, 6 channel + digital · a65cc60f
      ddiaz@cenditel.gob.ve authored
      
      The model clevo-m540r was created with 6-channel and digital support. All
      functions verified except spdif. Tested with a VIT D2000 laptop which has:
      
      [lspci extract]
       Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio
      Controller [8086:284b] (rev 03)
              Subsystem: CLEVO/KAPOK Computer Device [1558:5409]
      
      [/proc/asound/card0/codec\#0 header]
      Codec: Realtek ALC883
      Address: 0
      Function Id: 0x1
      Vendor Id: 0x10ec0883
      Subsystem Id: 0x15585409
      Revision Id: 0x100002
      
      [Added a comment about HP mute and the model description by tiwai]
      Signed-off-by: default avatarDhionel Diaz <ddiaz@cenditel.gob.ve>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      a65cc60f
  28. 03 Sep, 2009 1 commit
  29. 02 Sep, 2009 1 commit
  30. 27 Aug, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: Add debug module option · 36ce99c1
      Takashi Iwai authored
      
      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: default avatarTakashi Iwai <tiwai@suse.de>
      36ce99c1
  31. 25 Aug, 2009 1 commit
  32. 28 Jul, 2009 1 commit
  33. 23 Jul, 2009 2 commits
  34. 06 Jul, 2009 1 commit
  35. 30 Jun, 2009 1 commit
  36. 24 Jun, 2009 2 commits