1. 21 8月, 2018 1 次提交
  2. 20 8月, 2018 3 次提交
  3. 15 8月, 2018 1 次提交
    • T
      ALSA: seq: virmidi: Fix discarding the unsubscribed output · 82fd4b05
      Takashi Iwai 提交于
      The recent change to move the virmidi output processing to a work
      slightly modified the code to discard the unsubscribed outputs so that
      it works without a temporary buffer.  However, this is actually buggy,
      and may spew a kernel warning due to the unexpected call of
      snd_rawmidi_transmit_ack(), as triggered by syzbot.
      
      This patch takes back to the original code in that part, use a
      temporary buffer and simply repeat snd_rawmidi_transmit(), in order to
      address the regression.
      
      Fixes: f7debfe5 ("ALSA: seq: virmidi: Offload the output event processing")
      Reported-by: syzbot+ec5f605c91812d200367@syzkaller.appspotmail.com
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      82fd4b05
  4. 13 8月, 2018 1 次提交
    • T
      Merge tag 'asoc-v4.19' of... · f5b6c1fc
      Takashi Iwai 提交于
      Merge tag 'asoc-v4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Updates for v4.19
      
      A fairly big update, including quite a bit of core activity this time
      around (which is good to see) along with a fairly large set of new
      drivers.
      
       - A new snd_pcm_stop_xrun() helper which is now used in several
         drivers.
       - Support for providing name prefixes to generic component nodes.
       - Quite a few fixes for DPCM as it gains a bit wider use and more
         robust testing.
       - Generalization of the DIO2125 support to a simple amplifier driver.
       - Accessory detection support for the audio graph card.
       - DT support for PXA AC'97 devices.
       - Quirks for a number of new x86 systems.
       - Support for AM Logic Meson, Everest ES7154, Intel systems with
         RT5682, Qualcomm QDSP6 and WCD9335, Realtek RT5682 and TI TAS5707.
      f5b6c1fc
  5. 12 8月, 2018 1 次提交
  6. 09 8月, 2018 21 次提交
  7. 08 8月, 2018 3 次提交
  8. 07 8月, 2018 5 次提交
  9. 06 8月, 2018 4 次提交