1. 13 1月, 2009 2 次提交
  2. 24 12月, 2008 1 次提交
  3. 21 12月, 2008 2 次提交
  4. 20 12月, 2008 1 次提交
  5. 19 12月, 2008 9 次提交
  6. 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
  7. 05 12月, 2008 2 次提交
    • T
      ALSA: hda - Proper power-map toggling for input pins · 12dde4c6
      Takashi Iwai 提交于
      The current code overrides the event type on input pins always to
      PWR_EVENT.  Although this still works (PWR_EVENT and INSERT_EVENT
      are handled samely), it'd be better to avoid such overrides.
      
      Also, currently the unsol events are registered even for fixed pins
      which will never raise the pin-detection event.
      
      This patch fixes both issues.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      12dde4c6
    • T
      ALSA: hda - Fix pin-detection in patch_sigmatel.c · e6e3ea25
      Takashi Iwai 提交于
      The pin-detection function used in patch_sigmatel.c shouldn't be specific
      to HP pin because it's used for input pins in general, too.
      
      This patch fixes the detection function, removes the HP check from it
      and moves to stac92xx_hp_detect().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e6e3ea25
  8. 01 12月, 2008 2 次提交
  9. 28 11月, 2008 1 次提交
  10. 27 11月, 2008 1 次提交
    • 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
  11. 25 11月, 2008 5 次提交
  12. 24 11月, 2008 1 次提交
  13. 22 11月, 2008 1 次提交
  14. 21 11月, 2008 4 次提交
  15. 19 11月, 2008 1 次提交
  16. 18 11月, 2008 6 次提交