Skip to content
  1. Feb 06, 2021
    • Takashi Iwai's avatar
      ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode · fb3c293b
      Takashi Iwai authored
      The commit f274baa4 ("ALSA: usb-audio: Allow non-vmalloc buffer
      for PCM buffers") introduced the mode to allocate coherent pages for
      PCM buffers, and it used bus->controller device as its DMA device.
      It turned out, however, that bus->sysdev is a more appropriate device
      to be used for DMA mapping in HCD code.
      
      This patch corrects the device reference accordingly.
      
      Note that, on most platforms, both point to the very same device,
      hence this patch doesn't change anything practically.  But on
      platforms like xhcd-plat hcd, the change becomes effective.
      
      Fixes: f274baa4 ("ALSA: usb-audio: Allow non-vmalloc buffer for PCM buffers")
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/r/20210205144559.29555-1-tiwai@suse.de
      
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      fb3c293b
  2. Feb 05, 2021
  3. Feb 03, 2021
  4. Feb 02, 2021
  5. Feb 01, 2021
  6. Jan 31, 2021
  7. Jan 27, 2021
  8. Jan 26, 2021
  9. Jan 25, 2021
  10. Jan 24, 2021
  11. Jan 23, 2021
  12. Jan 22, 2021