summaryrefslogtreecommitdiffstats
path: root/sound/x86
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: use consistent HDAudio spelling in comments/docsPierre-Louis Bossart2020-09-021-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-281-11/+6
|\
| * ALSA: x86: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
| * ALSA: hdml-lpe-audio: Use managed buffer allocationTakashi Iwai2019-12-111-10/+6
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ALSA: intel_hdmi: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-251-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-052-18/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ALSA: x86: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-041-1/+2
* ALSA: x86: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-12/+0
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-26/+3
|\
| * ALSA: intel_hdmi: Use the new non-cached allocationTakashi Iwai2018-08-281-26/+3
* | ALSA: x86: Rip out the lpe audio runtime suspend/resume hooksVille Syrjälä2018-11-021-20/+5
* | ALSA: x86: Fix runtime PM for hdmi-lpe-audioVille Syrjälä2018-11-021-1/+0
|/
* ALSA: intel_hdmi: remove redundant variable cfg_valColin Ian King2018-08-061-2/+0
* ALSA: intel_hdmi: Use strlcpy() instead of strncpy()Takashi Iwai2018-06-271-1/+1
* ALSA: x86: Fix potential crash at error pathTakashi Iwai2018-02-281-10/+17
* ALSA: x86: Fix missing spinlock and mutex initializationsTakashi Iwai2018-02-281-0/+2
* ALSA: x86: hdmi: Add single_port option for compatible behaviorTakashi Iwai2018-02-221-3/+11
* Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-092-128/+216
|\
| * Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-302-132/+216
| |\
| | * ALSA: x86: Register multiple PCM devices for the LPE audio cardVille Syrjälä2017-05-032-55/+78
| | * ALSA: x86: Split snd_intelhad into card and PCM specific structuresVille Syrjälä2017-05-032-100/+142
| | * ALSA: x86: Prepare LPE audio ctls for multiple PCMsVille Syrjälä2017-05-031-4/+19
| | * drm/i915: Clean up the LPE audio platform dataVille Syrjälä2017-05-031-10/+9
| | * drm/i915: Remove hdmi_connected from LPE audio pdataVille Syrjälä2017-05-031-4/+4
| | * drm/i915: Replace tmds_clock_speed and link_rate with just ls_clockVille Syrjälä2017-05-031-3/+8
| | * drm/i915: Remove the unused pending_notify from LPE platform dataVille Syrjälä2017-05-031-1/+0
| | * ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardownVille Syrjälä2017-05-031-0/+5
| | * drm/i915: Fix runtime PM for LPE audioVille Syrjälä2017-05-031-4/+0
* | | ALSA: x86: fix error return code in hdmi_lpe_audio_probe()Gustavo A. R. Silva2017-06-301-2/+2
* | | drm/i915: Fix runtime PM for LPE audioVille Syrjälä2017-05-151-4/+0
|/ /
* / alsa: use set_memory.h headerLaura Abbott2017-05-081-1/+1
|/
* ALSA: x86: Make CONFIG_SND_X86 boolTakashi Iwai2017-03-211-1/+2
* ALSA: x86: hdmi: select CONFIG_SND_PCMArnd Bergmann2017-02-211-0/+1
* ALSA: x86: Don't enable runtime PM as defaultTakashi Iwai2017-02-211-2/+4
* ALSA: x86: Use runtime PM autosuspendTakashi Iwai2017-02-211-4/+18
* ALSA: x86: Don't bail out from PCM ops when disconnectedTakashi Iwai2017-02-161-22/+0
* ALSA: x86: Minor code rearrangementTakashi Iwai2017-02-161-16/+11
* ALSA: x86: Stop the stream when buffer is processed after disconnectionTakashi Iwai2017-02-161-3/+6
* ALSA: x86: Avoid register accesses during disconnectionTakashi Iwai2017-02-161-8/+26
* ALSA: x86: Don't return an error from chmap ctl at disconnectedTakashi Iwai2017-02-161-9/+3
* ALSA: x86: Fix memory leak in had_build_channel_allocation_map()Takashi Iwai2017-02-161-6/+5
* ALSA: x86: Use snd_pcm_stop_xrun() for connection / disconnection pathsTakashi Iwai2017-02-161-2/+2
* ALSA: x86: Implement jack controlTakashi Iwai2017-02-162-0/+24
* ALSA: x86: Drop unused stream.running fieldTakashi Iwai2017-02-132-10/+2
* ALSA: x86: Handle reset at prepare callbackTakashi Iwai2017-02-132-14/+26
* ALSA: x86: Support S16 formatTakashi Iwai2017-02-101-3/+5
* ALSA: x86: Support S32 formatTakashi Iwai2017-02-101-9/+19