Skip to content
  1. Nov 12, 2015
    • Takashi Iwai's avatar
      ALSA: hda - Simplify phantom jack handling for HDMI/DP · 909cadc6
      Takashi Iwai authored
      
      
      The HDMI codec parser may create a phantom jack, but the helper
      function snd_hda_jack_add_kctl() treats always as a normal jack.  This
      is superfluous as the jack query is executed at each time the jack
      sync is performed.
      
      Since the HDMI codec parser is the only caller of this function, it's
      easier to change back this directly calling the original
      __snd_hda_jack_add_kctl() with phantom_jack parameter.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      909cadc6
  2. Nov 11, 2015
  3. Nov 09, 2015
  4. Nov 08, 2015
  5. Nov 07, 2015
  6. Nov 05, 2015
  7. Nov 03, 2015
    • Takashi Iwai's avatar
      ALSA: hda - Fix lost 4k BDL boundary workaround · de1ab6af
      Takashi Iwai authored
      During the migration to HDA core code, we lost the workaround for 4k
      BDL boundary.  The flag exists in the new hdac_bus, but it's never
      set.  This resulted in the sudden sound stall on some controllers that
      require this workaround like Creative Recon3D.
      
      This patch fixes the issue by setting the flag for such controllers
      properly.
      
      Fixes: ccc98865
      
       ('ALSA: hda - Migrate more hdac_stream codes')
      Cc: <stable@vger.kernel.org> # v4.2+
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      de1ab6af
  8. Nov 02, 2015
  9. Oct 31, 2015
  10. Oct 30, 2015
  11. Oct 28, 2015
  12. Oct 27, 2015
  13. Oct 26, 2015