1. 18 3月, 2013 12 次提交
  2. 17 3月, 2013 1 次提交
  3. 15 3月, 2013 5 次提交
  4. 14 3月, 2013 4 次提交
  5. 13 3月, 2013 2 次提交
  6. 12 3月, 2013 4 次提交
  7. 11 3月, 2013 10 次提交
  8. 08 3月, 2013 2 次提交
    • T
      ALSA: hda - Avoid automatic pin-ctl update for hp/mic when jack ctl exists · 8ba955ce
      Takashi Iwai 提交于
      When the headphone mic jack enum control is created (via explicitly
      specification by user), it doesn't make much sense to change the I/O
      direction dynamically per capture source change, since the I/O
      direction is rather controlled over the enum ctl.
      
      This also reduces the implicit dependency between the capture source
      and the hp mic jack enum ctls, which might confuse a program accessing
      the whole control elements at once like alsactl.
      
      In addition, this patch introduces update_hp_automute_hook() function
      to call the proper hook function.  It's just to remove the open codes
      in multiple places in hda_generic.c.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8ba955ce
    • T
      ALSA: hda - Consolidate add_in_jack_modes and add_out_jack_modes hints · f811c3cf
      Takashi Iwai 提交于
      There is no big merit to distinguish these two hints.  Instead, just
      have a single flag, add_jack_modes, for creating the jack mode enum
      ctls for both I/O directions.
      
      The hint string parser code is left and translated as add_jack_modes
      just for keeping compatibility.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f811c3cf