1. 10 7月, 2008 1 次提交
  2. 18 6月, 2008 1 次提交
  3. 13 6月, 2008 1 次提交
  4. 30 5月, 2008 1 次提交
  5. 25 5月, 2008 1 次提交
  6. 24 4月, 2008 13 次提交
  7. 29 2月, 2008 1 次提交
  8. 01 2月, 2008 14 次提交
  9. 20 11月, 2007 1 次提交
  10. 23 10月, 2007 2 次提交
  11. 16 10月, 2007 4 次提交
    • T
      [ALSA] hda-codec - Add laptop-automute model for AD1986A · 8ab78c74
      Takashi Iwai 提交于
      Added a new model laptop-automute for AD1986A, which has the HP jack
      detection and auto-muting of the speaker.  Currently, it's used for
      Lenovo N100.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      8ab78c74
    • T
      [ALSA] hda-codec - Fix Master volume with AD1986A laptop model · 20a45e86
      Takashi Iwai 提交于
      Use the bind-control for NID 0x1a and 0x1b as Master volume control
      on AD1986 model=laptop as well as model=laptop-eapd.  This will fix
      the missing output on some devices.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      20a45e86
    • T
      [ALSA] hda-intel - Add POWER_SAVE option · cb53c626
      Takashi Iwai 提交于
      Added CONFIG_SND_HDA_POWER_SAVE kconfig.  It's an experimental option
      to achieve an aggressive power-saving.  With this option, the driver
      will turn on/off the power of each codec and controller chip dynamically
      on demand.
      The patch introduces a new module option 'power_save'.  It specifies
      the second of time-out for automatic power-down.  As default, it's
      10 seconds.  Setting 0 means to suppress the power-saving feature.
      The codec may have analog-input loopbacks, which are usually represented
      by mixer elements such as 'Mic Playback Switch' or 'CD Playback Switch'.
      When these are on, we cannot turn off the mixer and the codec chip has
      to be kept on.  For bookkeeping these states, a new codec-callback is
      introduced.
      For the bus-controller side, a new callback pm_notify is introduced,
      which can be used to turn on/off the contoller appropriately.
      Note that this power-saving might cause slight click-noise at
      power-on/off.  Also, it might take some time to wake up the codec, and
      might even drop some tones at the very beginning.  This seems to be the
      side-effect of turning off the controller chip.
      This turn-off of the controller can be disabled by undefining
      HDA_POWER_SAVE_RESET_CONTOLLER in hda_intel.c.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      cb53c626
    • T
      [ALSA] hda-codec - Clean up bind-controls · cca3b371
      Takashi Iwai 提交于
      We have already a generic bind-control helper, so let's clean up the codes
      using it.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      cca3b371