1. 11 4月, 2013 2 次提交
  2. 22 3月, 2013 1 次提交
    • D
      ALSA: hda - Introduce "Headset Mic" name · a385d97b
      David Henningsson 提交于
      Headset mic jacks, i e TRRS style jacks with Headphone Left,
      Headphone Right, Mic and GND signals, are becoming increasingly
      common and are now being shipped by several manufacturers.
      
      Unfortunately, the HDA specification does not give us any hint
      of whether a Mic pin belongs to such a jack or not, but it would
      still be helpful for the user to know (especially if there is one
      TRS Mic jack and one TRRS headset jack).
      
      This new fixup causes the first (non-dock, non-internal) mic to
      be a headset mic jack. The algorithm can be later refined if needed.
      Signed-off-by: NDavid Henningsson <david.henningsson@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a385d97b
  3. 12 1月, 2013 2 次提交
    • T
      ALSA: hda - Rearrange INPUT_PIN_ATTR_* · 5ec16d12
      Takashi Iwai 提交于
      Put INPUT_PIN_ATTR_FRONT after INPUT_PIN_ATTR_REAR, and define
      INPUT_PIN_ATTR_LAST to point to the last element.
      
      This is a preliminary work for cleaning up Realtek auto-mic parser.
      In the auto-mic implementation, the front panel is preferred over the
      rear panel.  By arranging the attr definitions like in this commit, we
      can simply use sort() for figuring out the priority order.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5ec16d12
    • T
      ALSA: hda - Move fixup code into struct hda_codec · c9ce6b26
      Takashi Iwai 提交于
      Since the fixup code is used commonly, it's worth to move it to the
      common place, struct hda_codec, instead of keeping in hda_gen_spec.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c9ce6b26
  4. 26 6月, 2012 1 次提交
  5. 09 5月, 2012 2 次提交