Revision 7ff5000268355c63dc948ecb01f4de17987586e5 authored by Linus Torvalds on 27 April 2018, 16:29:18 UTC, committed by Linus Torvalds on 27 April 2018, 16:29:18 UTC
Pull sound fixes from Takashi Iwai:
 "A significant amount of fixes have been piled up at this time.

   - Possible Spectre v1 coverage in OSS sequencer API, control API,
     HD-audio hwdep ioctl, ASIHPI hwdep ioctl, OPL3, and HDSPM/RME
     channel_info API.

   - A regression fix in PCM delay reporting that happened at the code
     refactoring for the set_fs() removal

   - The long-standing bug in PCM sync_ptr ioctl that missed the audio
     timestamp field

   - USB-audio regression fixes due to the recent UAC2 jack support

   - vm_fault_t conversions in a couple of places

   - ASoC topology API fixes

   - Assorted driver fixes:
      * ASoC rsnd, FSL, Intel SST, DMIC, AMD, ADAU17x1, Realtek codec
      * FireWire typo fix
      * HD-audio quirks and USB-audio Dell fixup
      * USB-audio UAC3 corrections"

* tag 'sound-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (35 commits)
  ALSA: dice: fix error path to destroy initialized stream data
  ALSA: hda - Skip jack and others for non-existing PCM streams
  ALSA: hda/realtek - change the location for one of two front mics
  ALSA: rme9652: Hardening for potential Spectre v1
  ALSA: hdspm: Hardening for potential Spectre v1
  ALSA: asihpi: Hardening for potential Spectre v1
  ALSA: opl3: Hardening for potential Spectre v1
  ALSA: hda: Hardening for potential Spectre v1
  ALSA: control: Hardening for potential Spectre v1
  ALSA: seq: oss: Hardening for potential Spectre v1
  ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
  ALSA: hda/realtek - Update ALC255 depop optimize
  ALSA: hda/realtek - Add some fixes for ALC233
  ALSA: pcm: Change return type to vm_fault_t
  ALSA: usx2y: Change return type to vm_fault_t
  ALSA: usb-audio: ADC3: Fix channel mapping conversion for ADC3.
  ALSA: dice: fix OUI for TC group
  ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
  ALSA: usb-audio: Fix missing endian conversion
  ALSA: usb-audio: Fix forgotten conversion of control query functions
  ...
2 parent s ee7141c + 0f92566
History
File Mode Size
Kconfig -rw-r--r-- 5.0 KB
Makefile -rw-r--r-- 1.0 KB
devres.c -rw-r--r-- 7.7 KB
extcon-adc-jack.c -rw-r--r-- 5.5 KB
extcon-arizona.c -rw-r--r-- 44.9 KB
extcon-axp288.c -rw-r--r-- 12.8 KB
extcon-gpio.c -rw-r--r-- 4.7 KB
extcon-intel-cht-wc.c -rw-r--r-- 11.1 KB
extcon-intel-int3496.c -rw-r--r-- 5.3 KB
extcon-max14577.c -rw-r--r-- 21.4 KB
extcon-max3355.c -rw-r--r-- 3.6 KB
extcon-max77693.c -rw-r--r-- 36.5 KB
extcon-max77843.c -rw-r--r-- 26.1 KB
extcon-max8997.c -rw-r--r-- 20.4 KB
extcon-palmas.c -rw-r--r-- 13.6 KB
extcon-qcom-spmi-misc.c -rw-r--r-- 4.3 KB
extcon-rt8973a.c -rw-r--r-- 19.0 KB
extcon-rt8973a.h -rw-r--r-- 8.1 KB
extcon-sm5502.c -rw-r--r-- 19.1 KB
extcon-sm5502.h -rw-r--r-- 10.9 KB
extcon-usb-gpio.c -rw-r--r-- 7.9 KB
extcon-usbc-cros-ec.c -rw-r--r-- 14.5 KB
extcon.c -rw-r--r-- 36.0 KB
extcon.h -rw-r--r-- 2.5 KB

back to top