1. 13 2月, 2009 1 次提交
  2. 12 2月, 2009 1 次提交
  3. 11 2月, 2009 1 次提交
  4. 10 2月, 2009 2 次提交
  5. 07 2月, 2009 2 次提交
  6. 06 2月, 2009 4 次提交
  7. 05 2月, 2009 2 次提交
  8. 04 2月, 2009 1 次提交
  9. 03 2月, 2009 1 次提交
    • T
      ALSA: hda - Add tyan model for Realtek ALC262 · ba340e82
      Tony Vroon 提交于
      The Realtek ALC262 on the Tyan Thunder n6650W (S2915-E) mainboard has a
      rather odd configuration template. As a result, the white AUX connector
      can not be used. This rewrites the default config to more accurately
      reflect the connector layout, colour and function.
      Unfortunately the black CD_IN connector, which is suspected to be widget
      0x1c refuses to switch into input (0x20), instead opting to remain on 0x0.
      As such, no mixer controls are exposed for it. Autoswitching is implemented
      between the front headphone output and back line output.
      Signed-off-by: NTony Vroon <tony@linx.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ba340e82
  10. 01 2月, 2009 1 次提交
  11. 29 1月, 2009 1 次提交
  12. 28 1月, 2009 2 次提交
  13. 23 1月, 2009 1 次提交
  14. 21 1月, 2009 2 次提交
  15. 16 1月, 2009 1 次提交
  16. 14 1月, 2009 1 次提交
  17. 12 1月, 2009 1 次提交
  18. 09 1月, 2009 1 次提交
    • W
      ALSA: hda - create hda_codec.control_mutex for kcontrol->private_value · 5a9e02e9
      Wu Fengguang 提交于
      Fix the following lockdep warning by not reusing the hda_codec.spdif_mutex.
      
          ALSA sound/pci/hda/hda_codec.c:882: hda_codec_cleanup_stream: NID=0x2
      
          =======================================================
          [ INFO: possible circular locking dependency detected ]
          2.6.28-next-20090102 #33
          -------------------------------------------------------
          mplayer/3151 is trying to acquire lock:
           (&pcm->open_mutex){--..}, at: [<ffffffffa004ced3>] snd_pcm_release+0x43/0xd0 [snd_pcm]
      
          but task is already holding lock:
           (&mm->mmap_sem){----}, at: [<ffffffff810c0252>] sys_munmap+0x42/0x80
      
          which lock already depends on the new lock.
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5a9e02e9
  19. 08 1月, 2009 2 次提交
  20. 01 1月, 2009 2 次提交
  21. 28 11月, 2008 2 次提交
  22. 27 11月, 2008 2 次提交
    • T
      ALSA: hda - Modularize HD-audio driver · 1289e9e8
      Takashi Iwai 提交于
      Split the monolithc HD-audio driver into several pieces:
       - snd-hda-intel   HD-audio PCI controller driver; loaded via udev
       - snd-hda-codec   HD-audio codec bus driver
       - snd-hda-codec-* Specific HD-audio codec drivers
      
      When built as modules, snd-hda-codec (that is invoked by snd-hda-intel)
      looks up the codec vendor ID and loads the corresponding codec module
      automatically via request_module().
      
      When built in a kernel, each codec drivers are statically hooked up
      before probing the PCI.
      
      This patch adds appropriate EXPORT_SYMBOL_GPL()'s and the module
      information for each driver, and driver-linking codes between
      codec-bus and codec drivers.
      
      TODO:
        - Avoid EXPORT_SYMBOL*() when built-in kernel
        - Restore __devinit appropriately depending on the condition
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      1289e9e8
    • T
      ALSA: hda - Fix creation of automatic capture mixers · 30d72e9f
      Takashi Iwai 提交于
      Fixed a wrong boundary check of num_adc_nids in set_capture_mixer()
      in patch_realtek.c.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      30d72e9f
  23. 25 11月, 2008 1 次提交
  24. 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
  25. 20 11月, 2008 1 次提交
  26. 18 11月, 2008 1 次提交
  27. 17 11月, 2008 1 次提交
  28. 07 11月, 2008 1 次提交