1. 17 1月, 2018 2 次提交
  2. 16 1月, 2018 2 次提交
  3. 15 1月, 2018 3 次提交
    • T
      ALSA: seq: Process queue tempo/ppq change in a shot · 671ec859
      Takashi Iwai 提交于
      The SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO ioctl sets the tempo and the ppq
      in a single call, while the current implementation updates each value
      one by one.  This is a bit racy, and also suboptimal from the
      performance POV, as each call does re-acquire the lock and invokes
      the update of ALSA timer resolution.
      
      This patch reorganizes the code slightly so that we change both the
      tempo and the ppq in a shot.  The skew value can be put into the same
      lock, but this is rather a rarely used feature and completely
      independent from the temp/ppq (it's evaluated only in the interrupt),
      so it's left as it was.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      671ec859
    • T
      Merge branch 'for-linus' into for-next · 4ea5553a
      Takashi Iwai 提交于
      Back-merge to the development branch for further fixes of sequencer
      stuff.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4ea5553a
    • M
      ALSA: usb-audio: Add a quirk for Nura's first gen headset · 33193dca
      Martin Peres 提交于
      The capture interface does not work, and the playback interface
      actually supports only 48kHz unlike what is advertised (44.1, 32, 22,
      16, 8).
      
      The only unknown here is if there are other devices that use the same
      product ID, but given that this ID is currently unknown, I would assume
      it is specially allocated for the nura headset.
      Signed-off-by: NMartin Peres <martin.peres@free.fr>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      33193dca
  4. 12 1月, 2018 31 次提交
  5. 11 1月, 2018 2 次提交