aboutsummaryrefslogtreecommitdiff
path: root/sound/x86
AgeCommit message (Expand)AuthorFilesLines
10 daysALSA: misc: Use *-y instead of *-objs in MakefileGravatar Takashi Iwai 1-1/+1
2023-11-09drm/edid: include drm_eld.h only where requiredGravatar Jani Nikula 1-0/+1
2022-06-17ALSA: x86: intel_hdmi_audio: use pm_runtime_resume_and_get()Gravatar Pierre-Louis Bossart 1-2/+8
2022-06-17ALSA: x86: intel_hdmi_audio: enable pm_runtime and set autosuspend delayGravatar Pierre-Louis Bossart 1-0/+5
2022-04-12ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe errorGravatar Takashi Iwai 1-1/+6
2022-03-05ALSA: x86: Use standard mmap helper for Intel HDMI LPE audioGravatar Takashi Iwai 1-13/+0
2022-03-02ALSA: intel_hdmi: Fix reference to PCM buffer addressGravatar Zhen Ni 1-1/+1
2022-01-07ALSA: intel_hdmi: Check for error num after setting maskGravatar Jiasheng Jiang 1-1/+3
2021-08-04ALSA: memalloc: Correctly name as WCGravatar Takashi Iwai 1-1/+1
2021-07-19ALSA: x86: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-41/+16
2021-07-12ALSA: x86: simplify with sync_stop PCM opsGravatar Takashi Iwai 2-24/+8
2021-07-05ALSA: x86: fix spelling mistakesGravatar gushengxian 2-4/+4
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2021-01-15ALSA: x86: Simplify with dma_set_mask_and_coherent()Gravatar Takashi Iwai 1-2/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 1-1/+1
2020-09-02ALSA: hda: use consistent HDAudio spelling in comments/docsGravatar Pierre-Louis Bossart 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-11/+6
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-11ALSA: x86: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 1-1/+0
2019-12-11ALSA: hdml-lpe-audio: Use managed buffer allocationGravatar Takashi Iwai 1-10/+6
2019-10-25ALSA: intel_hdmi: Remove dev_err() on platform_get_irq() failureGravatar YueHaibing 1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Gravatar Thomas Gleixner 2-18/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-02-04ALSA: x86: Avoid passing NULL to memory allocatorsGravatar Takashi Iwai 1-1/+2
2019-01-15ALSA: x86: Remove superfluous snd_pcm_suspend*() callsGravatar Takashi Iwai 1-12/+0
2018-11-20Merge drm/drm-next into drm-intel-next-queuedGravatar Jani Nikula 1-26/+3
2018-11-02ALSA: x86: Rip out the lpe audio runtime suspend/resume hooksGravatar Ville Syrjälä 1-20/+5
2018-11-02ALSA: x86: Fix runtime PM for hdmi-lpe-audioGravatar Ville Syrjälä 1-1/+0
2018-08-28ALSA: intel_hdmi: Use the new non-cached allocationGravatar Takashi Iwai 1-26/+3
2018-08-06ALSA: intel_hdmi: remove redundant variable cfg_valGravatar Colin Ian King 1-2/+0
2018-06-27ALSA: intel_hdmi: Use strlcpy() instead of strncpy()Gravatar Takashi Iwai 1-1/+1
2018-02-28ALSA: x86: Fix potential crash at error pathGravatar Takashi Iwai 1-10/+17
2018-02-28ALSA: x86: Fix missing spinlock and mutex initializationsGravatar Takashi Iwai 1-0/+2
2018-02-22ALSA: x86: hdmi: Add single_port option for compatible behaviorGravatar Takashi Iwai 1-3/+11
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-128/+216
2017-06-30ALSA: x86: fix error return code in hdmi_lpe_audio_probe()Gravatar Gustavo A. R. Silva 1-2/+2
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Gravatar Dave Airlie 2-132/+216
2017-05-15drm/i915: Fix runtime PM for LPE audioGravatar Ville Syrjälä 1-4/+0
2017-05-08alsa: use set_memory.h headerGravatar Laura Abbott 1-1/+1
2017-05-03ALSA: x86: Register multiple PCM devices for the LPE audio cardGravatar Ville Syrjälä 2-55/+78
2017-05-03ALSA: x86: Split snd_intelhad into card and PCM specific structuresGravatar Ville Syrjälä 2-100/+142
2017-05-03ALSA: x86: Prepare LPE audio ctls for multiple PCMsGravatar Ville Syrjälä 1-4/+19
2017-05-03drm/i915: Clean up the LPE audio platform dataGravatar Ville Syrjälä 1-10/+9
2017-05-03drm/i915: Remove hdmi_connected from LPE audio pdataGravatar Ville Syrjälä 1-4/+4
2017-05-03drm/i915: Replace tmds_clock_speed and link_rate with just ls_clockGravatar Ville Syrjälä 1-3/+8
2017-05-03drm/i915: Remove the unused pending_notify from LPE platform dataGravatar Ville Syrjälä 1-1/+0
2017-05-03ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardownGravatar Ville Syrjälä 1-0/+5
2017-05-03drm/i915: Fix runtime PM for LPE audioGravatar Ville Syrjälä 1-4/+0
2017-03-21ALSA: x86: Make CONFIG_SND_X86 boolGravatar Takashi Iwai 1-1/+2