aboutsummaryrefslogtreecommitdiff
path: root/sound/x86
AgeCommit message (Expand)Author
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-01-15ALSA: x86: Simplify with dma_set_mask_and_coherent()Takashi Iwai
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-09-02ALSA: hda: use consistent HDAudio spelling in comments/docsPierre-Louis Bossart
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-11ALSA: x86: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ALSA: hdml-lpe-audio: Use managed buffer allocationTakashi Iwai
2019-10-25ALSA: intel_hdmi: Remove dev_err() on platform_get_irq() failureYueHaibing
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-04ALSA: x86: Avoid passing NULL to memory allocatorsTakashi Iwai
2019-01-15ALSA: x86: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2018-11-02ALSA: x86: Rip out the lpe audio runtime suspend/resume hooksVille Syrjälä
2018-11-02ALSA: x86: Fix runtime PM for hdmi-lpe-audioVille Syrjälä
2018-08-28ALSA: intel_hdmi: Use the new non-cached allocationTakashi Iwai
2018-08-06ALSA: intel_hdmi: remove redundant variable cfg_valColin Ian King
2018-06-27ALSA: intel_hdmi: Use strlcpy() instead of strncpy()Takashi Iwai
2018-02-28ALSA: x86: Fix potential crash at error pathTakashi Iwai
2018-02-28ALSA: x86: Fix missing spinlock and mutex initializationsTakashi Iwai
2018-02-22ALSA: x86: hdmi: Add single_port option for compatible behaviorTakashi Iwai
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-06-30ALSA: x86: fix error return code in hdmi_lpe_audio_probe()Gustavo A. R. Silva
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-05-15drm/i915: Fix runtime PM for LPE audioVille Syrjälä
2017-05-08alsa: use set_memory.h headerLaura Abbott
2017-05-03ALSA: x86: Register multiple PCM devices for the LPE audio cardVille Syrjälä
2017-05-03ALSA: x86: Split snd_intelhad into card and PCM specific structuresVille Syrjälä
2017-05-03ALSA: x86: Prepare LPE audio ctls for multiple PCMsVille Syrjälä
2017-05-03drm/i915: Clean up the LPE audio platform dataVille Syrjälä
2017-05-03drm/i915: Remove hdmi_connected from LPE audio pdataVille Syrjälä
2017-05-03drm/i915: Replace tmds_clock_speed and link_rate with just ls_clockVille Syrjälä
2017-05-03drm/i915: Remove the unused pending_notify from LPE platform dataVille Syrjälä
2017-05-03ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardownVille Syrjälä
2017-05-03drm/i915: Fix runtime PM for LPE audioVille Syrjälä
2017-03-21ALSA: x86: Make CONFIG_SND_X86 boolTakashi Iwai
2017-02-21ALSA: x86: hdmi: select CONFIG_SND_PCMArnd Bergmann
2017-02-21ALSA: x86: Don't enable runtime PM as defaultTakashi Iwai
2017-02-21ALSA: x86: Use runtime PM autosuspendTakashi Iwai
2017-02-16ALSA: x86: Don't bail out from PCM ops when disconnectedTakashi Iwai
2017-02-16ALSA: x86: Minor code rearrangementTakashi Iwai
2017-02-16ALSA: x86: Stop the stream when buffer is processed after disconnectionTakashi Iwai
2017-02-16ALSA: x86: Avoid register accesses during disconnectionTakashi Iwai
2017-02-16ALSA: x86: Don't return an error from chmap ctl at disconnectedTakashi Iwai
2017-02-16ALSA: x86: Fix memory leak in had_build_channel_allocation_map()Takashi Iwai
2017-02-16ALSA: x86: Use snd_pcm_stop_xrun() for connection / disconnection pathsTakashi Iwai
2017-02-16ALSA: x86: Implement jack controlTakashi Iwai
2017-02-13ALSA: x86: Drop unused stream.running fieldTakashi Iwai