summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai2018-05-021-0/+2
* ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai2018-04-301-2/+15
* ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation fo...Takashi Sakamoto2018-04-291-2/+3
* ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-04-271-2/+2
* ALSA: hda - Fix incorrect usage of IS_REACHABLE()Takashi Iwai2018-04-271-1/+1
* ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto2018-04-261-1/+1
* ALSA: hda - Skip jack and others for non-existing PCM streamsTakashi Iwai2018-04-251-1/+8
* Merge tag 'asoc-fix-4.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2018-04-2511-33/+85
|\
| * ASoC: msm8916-wcd-analog: use threaded context for mbhc eventsSrinivas Kandagatla2018-04-191-3/+6
| * ASoC: topology: Check widget kcontrols before derefLiam Girdwood2018-04-171-2/+2
| * ASoC: topology: Fix bugs of freeing soc topologyYan Wang2018-04-171-1/+1
| * ASoC: amd: acp-da7219-max98357: Make symbol da7219_dai_clk staticWei Yongjun2018-04-161-1/+1
| * ASoC: rt5514: Add the missing register in the readable tableoder_chiou@realtek.com2018-04-161-0/+3
| * ASoC: adau17x1: Handling of DSP_RUN register during fw setupDanny Smith2018-04-132-7/+22
| * ASoC: topology: fix some tiny memory leaksDan Carpenter2018-04-121-2/+6
| * ASoC: Intel: atom: fix ACPI/PCI KconfigPierre-Louis Bossart2018-04-121-9/+13
| * ASoC: rsnd: mark PM functions __maybe_unusedArnd Bergmann2018-04-121-2/+2
| * ASoC: fsl_ssi: Fix mode setting when changing channel numberNicolin Chen2018-04-121-3/+11
| * ASoC: fsl_esai: Fix divisor calculation failure at lower ratioNicolin Chen2018-04-121-0/+7
| * ASoC: dmic: Fix clock parentingTero Kristo2018-04-121-3/+11
* | ALSA: hda/realtek - change the location for one of two front micsKailang Yang2018-04-251-0/+1
* | ALSA: rme9652: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+4
* | ALSA: hdspm: Hardening for potential Spectre v1Takashi Iwai2018-04-251-10/+14
* | ALSA: asihpi: Hardening for potential Spectre v1Takashi Iwai2018-04-252-5/+12
* | ALSA: opl3: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+5
* | ALSA: hda: Hardening for potential Spectre v1Takashi Iwai2018-04-251-1/+11
* | ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai2018-04-254-40/+55
* | ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-04-251-4/+8
* | ALSA: hda/realtek - Update ALC255 depop optimizeKailang Yang2018-04-251-0/+2
* | ALSA: hda/realtek - Add some fixes for ALC233Kailang Yang2018-04-251-0/+2
* | ALSA: pcm: Change return type to vm_fault_tSouptick Joarder2018-04-251-3/+3
* | ALSA: usx2y: Change return type to vm_fault_tSouptick Joarder2018-04-253-3/+3
* | ALSA: usb-audio: ADC3: Fix channel mapping conversion for ADC3.Michael Drake2018-04-241-1/+1
* | ALSA: dice: fix OUI for TC groupTakashi Sakamoto2018-04-241-1/+1
* | ALSA: usb-audio: Skip broken EU on Dell dock USB-audioTakashi Iwai2018-04-241-0/+3
* | ALSA: usb-audio: Fix missing endian conversionTakashi Iwai2018-04-241-2/+2
* | ALSA: usb-audio: Fix forgotten conversion of control query functionsTakashi Iwai2018-04-231-1/+2
* | ALSA: control: Fix missing __user annotationTakashi Iwai2018-04-231-1/+1
* | ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson2018-04-231-0/+1
* | ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2018-04-232-15/+15
* | Merge tag 'sound-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-214-8/+18
|\ \
| * | ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai2018-04-191-6/+12
| * | ALSA: hda/realtek - adjust the location of one micHui Wang2018-04-191-0/+1
| * | ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flagsHui Wang2018-04-191-0/+2
| * | ALSA: hda - New VIA controller suppor no-snoop pathDavid Wang2018-04-161-1/+2
| * | ALSA: line6: Use correct endpoint type for midi outputFabián Inostroza2018-04-121-1/+1
* | | Merge tag 'drm-fixes-for-v4.17-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-121-3/+1
|\ \ \
| * \ \ Merge tag 'drm-misc-next-fixes-2018-04-04' of git://anongit.freedesktop.org/d...Dave Airlie2018-04-111-3/+1
| |\ \ \
| | * | | ALSA: hda - Silence PM ops build warningLukas Wunner2018-03-291-3/+1
* | | | | Merge tag 'sound-fix-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-103-77/+58
|\ \ \ \ \ | | |_|/ / | |/| | |