1. 24 6月, 2011 1 次提交
  2. 13 6月, 2011 1 次提交
  3. 10 6月, 2011 2 次提交
  4. 07 6月, 2011 1 次提交
  5. 06 6月, 2011 1 次提交
    • S
      ALSA: hda: Virtualize SPDIF out controls · 74b654c9
      Stephen Warren 提交于
      The SPDIF output controls apply to converter widgets. A future change
      will create a PCM device per pin widget, and hence a set of SPDIF output
      controls per pin widget, for certain HDMI codecs. To support this, we
      need the ability to virtualize the SPDIF output controls. Specifically:
      
      * Controls can be "unassigned" from real hardware when a converter is
        not used for the PCM the control was created for.
      * Control puts only write to hardware when they are assigned.
      * Controls can be "assigned" to real hardware when a converter is picked
        to support output for a particular PCM.
      * When a converter is assigned, the hardware is updated to the cached
        configuration.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      74b654c9
  6. 20 5月, 2011 2 次提交
  7. 18 5月, 2011 3 次提交
  8. 17 5月, 2011 4 次提交
  9. 03 5月, 2011 1 次提交
  10. 02 5月, 2011 5 次提交
  11. 29 4月, 2011 3 次提交
  12. 28 4月, 2011 7 次提交
  13. 27 4月, 2011 2 次提交
    • T
      ALSA: hda - Add channel-mode support to Realtek auto-parser · ce764ab2
      Takashi Iwai 提交于
      This patch adds the support of "Channel Mode" enum control to Realtek
      auto-parser.  When line-in or mic-in jacks are capable to output and
      free DACs are available, the driver allows to switch to multi-channel
      mode via "Channel Mode" enum switch, as already implemented in some
      preset cases.
      
      Not implemented in all Realtek codecs.  Currently, ALC880, 882, 861,
      662 and the compatible codecs are supported.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ce764ab2
    • T
      ALSA: hda - Minor update for alc662-parser functions · 604401a9
      Takashi Iwai 提交于
      Allow alc662_dac_to_mix() and alc662_look_for_dac() to parse
      down the selector widget that is found in ALC880-type codecs,
      and rename them to alc_auto_*() accordingly.
      This is for the next coming multi-io extensions.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      604401a9
  14. 19 4月, 2011 1 次提交
  15. 07 4月, 2011 6 次提交