1. 16 Nov, 2015 2 commits
  2. 14 Nov, 2015 2 commits
  3. 12 Nov, 2015 2 commits
    • Dan Williams's avatar
      ALSA: pci: depend on ZONE_DMA · 2db1a579
      Dan Williams authored
      There are several sound drivers that 'select ZONE_DMA'.  This is
      backwards as ZONE_DMA is an architecture capability exported to drivers.
      Switch the polarity of the dependency to disable these drivers when the
      architecture does not support ZONE_DMA.  This was discovered in the
      context of testing/enabling devm_memremap_pages() which depends on
      ZONE_DEVICE.  ZONE_DEVICE in turn depends on !ZONE_DMA.
      Reported-by: default avatarJeff Moyer <jmoyer@redhat.com>
      Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      2db1a579
    • 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
  4. 11 Nov, 2015 2 commits
  5. 09 Nov, 2015 1 commit
  6. 08 Nov, 2015 1 commit
  7. 07 Nov, 2015 1 commit
  8. 05 Nov, 2015 1 commit
  9. 04 Nov, 2015 1 commit
  10. 02 Nov, 2015 3 commits
  11. 01 Nov, 2015 1 commit
  12. 30 Oct, 2015 5 commits
  13. 28 Oct, 2015 3 commits
  14. 27 Oct, 2015 2 commits
  15. 26 Oct, 2015 13 commits