1. 28 Aug, 2023 3 commits
    • Takashi Iwai's avatar
      Merge tag 'asoc-v6.6' of... · 692f5510
      Takashi Iwai authored
      Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Updates for v6.6
      
      The rest of the updates for v6.6, some of the highlights include:
      
       - A big API cleanup from Morimoto-san, rationalising the places we put
         functions.
       - Lots of work on the SOF framework, AMD and Intel drivers, including a
         lot of cleanup and new device support.
       - Standardisation of the presentation of jacks from drivers.
       - Provision of some generic sound card DT properties.
       - Conversion oof more drivers to the maple tree register cache.
       - New drivers for AMD Van Gogh, AWInic AW88261, Cirrus Logic cs42l43,
         various Intel platforms, Mediatek MT7986, RealTek RT1017 and StarFive
         JH7110.
      692f5510
    • Takashi Iwai's avatar
      ALSA: usb-audio: Don't try to submit URBs after disconnection · ab574d16
      Takashi Iwai authored
      USB-audio driver can still submit URBs while the device is being
      disconnected, and it may result in spurious error messages like:
        usb 1-2: cannot submit urb (err = -19)
        usb 1-2: Unable to submit urb #0: -19 at snd_usb_queue_pending_output_urbs
        usb 1-2: cannot submit urb 0, error -19: no device
      Although those are harmless, they are just ugly.
      
      This patch tries to avoid spewing such error messages when the device
      is already at the disconnected state.  It also skips the superfluous
      xfer notification, too.
      
      Link: https://lore.kernel.org/r/20230828101924.27107-1-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      ab574d16
    • Takashi Iwai's avatar
      Merge branch 'for-next' into for-linus · b94a62a6
      Takashi Iwai authored
      Pull materials for 6.5 merge window.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      b94a62a6
  2. 26 Aug, 2023 4 commits
  3. 25 Aug, 2023 5 commits
  4. 24 Aug, 2023 15 commits
  5. 23 Aug, 2023 13 commits