1. 23 12月, 2011 3 次提交
  2. 22 12月, 2011 22 次提交
  3. 19 12月, 2011 2 次提交
  4. 12 12月, 2011 1 次提交
  5. 06 12月, 2011 2 次提交
  6. 02 12月, 2011 2 次提交
  7. 01 12月, 2011 1 次提交
  8. 29 11月, 2011 5 次提交
  9. 28 11月, 2011 2 次提交
    • A
      ALSA: convert sound/* to use module_platform_driver() · a09452ee
      Axel Lin 提交于
      This patch converts the drivers in sound/* to use the
      module_platform_driver() macro which makes the code smaller and a bit
      simpler.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a09452ee
    • T
      ALSA: hda - Fix jack-detection control of VT1708 · 187d333e
      Takashi Iwai 提交于
      VT1708 has no support for unsolicited events per jack-plug, the driver
      implements the workq for polling the jack-detection.  The mixer element
      "Jack Detect" was supposed to control this behavior on/off, but this
      doesn't work properly as is now.  The workq is always started and the
      HP automute is always enabled.
      
      This patch fixes the jack-detect control behavior by triggering / stopping
      the work appropriately at the state change.  Also the work checks the
      internal state to continue scheduling or not.
      
      Cc: <stable@kernel.org> [v3.1]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      187d333e