aboutsummaryrefslogtreecommitdiffstats
path: root/sound/x86/intel_hdmi_audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-17ALSA: x86: intel_hdmi_audio: use pm_runtime_resume_and_get()Pierre-Louis Bossart1-2/+8
2022-06-17ALSA: x86: intel_hdmi_audio: enable pm_runtime and set autosuspend delayPierre-Louis Bossart1-0/+5
2022-04-12ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+6
2022-03-05ALSA: x86: Use standard mmap helper for Intel HDMI LPE audioTakashi Iwai1-13/+0
2022-03-02ALSA: intel_hdmi: Fix reference to PCM buffer addressZhen Ni1-1/+1
2022-01-07ALSA: intel_hdmi: Check for error num after setting maskJiasheng Jiang1-1/+3
2021-08-04ALSA: memalloc: Correctly name as WCTakashi Iwai1-1/+1
2021-07-19ALSA: x86: Allocate resources with device-managed APIsTakashi Iwai1-41/+16
2021-07-12ALSA: x86: simplify with sync_stop PCM opsTakashi Iwai1-23/+8
2021-07-05ALSA: x86: fix spelling mistakesgushengxian1-3/+3
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-01-15ALSA: x86: Simplify with dma_set_mask_and_coherent()Takashi Iwai1-2/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-11/+6
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-11ALSA: x86: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: hdml-lpe-audio: Use managed buffer allocationTakashi Iwai1-10/+6
2019-10-25ALSA: intel_hdmi: Remove dev_err() on platform_get_irq() failureYueHaibing1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-02-04ALSA: x86: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+2
2019-01-15ALSA: x86: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-12/+0
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-26/+3
2018-11-02ALSA: x86: Rip out the lpe audio runtime suspend/resume hooksVille Syrjälä1-20/+5
2018-11-02ALSA: x86: Fix runtime PM for hdmi-lpe-audioVille Syrjälä1-1/+0
2018-08-28ALSA: intel_hdmi: Use the new non-cached allocationTakashi Iwai1-26/+3
2018-08-06ALSA: intel_hdmi: remove redundant variable cfg_valColin Ian King1-2/+0
2018-06-27ALSA: intel_hdmi: Use strlcpy() instead of strncpy()Takashi Iwai1-1/+1
2018-02-28ALSA: x86: Fix potential crash at error pathTakashi Iwai1-10/+17
2018-02-28ALSA: x86: Fix missing spinlock and mutex initializationsTakashi Iwai1-0/+2
2018-02-22ALSA: x86: hdmi: Add single_port option for compatible behaviorTakashi Iwai1-3/+11
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-123/+201
2017-06-30ALSA: x86: fix error return code in hdmi_lpe_audio_probe()Gustavo A. R. Silva1-2/+2
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-127/+201
2017-05-15drm/i915: Fix runtime PM for LPE audioVille Syrjälä1-4/+0
2017-05-08alsa: use set_memory.h headerLaura Abbott1-1/+1
2017-05-03ALSA: x86: Register multiple PCM devices for the LPE audio cardVille Syrjälä1-52/+74
2017-05-03ALSA: x86: Split snd_intelhad into card and PCM specific structuresVille Syrjälä1-97/+130
2017-05-03ALSA: x86: Prepare LPE audio ctls for multiple PCMsVille Syrjälä1-4/+19
2017-05-03drm/i915: Clean up the LPE audio platform dataVille Syrjälä1-10/+9
2017-05-03drm/i915: Remove hdmi_connected from LPE audio pdataVille Syrjälä1-4/+4
2017-05-03drm/i915: Replace tmds_clock_speed and link_rate with just ls_clockVille Syrjälä1-3/+8
2017-05-03drm/i915: Remove the unused pending_notify from LPE platform dataVille Syrjälä1-1/+0
2017-05-03ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardownVille Syrjälä1-0/+5
2017-05-03drm/i915: Fix runtime PM for LPE audioVille Syrjälä1-4/+0
2017-02-21ALSA: x86: Don't enable runtime PM as defaultTakashi Iwai1-2/+4
2017-02-21ALSA: x86: Use runtime PM autosuspendTakashi Iwai1-4/+18
2017-02-16ALSA: x86: Don't bail out from PCM ops when disconnectedTakashi Iwai1-22/+0
2017-02-16ALSA: x86: Minor code rearrangementTakashi Iwai1-16/+11
2017-02-16ALSA: x86: Stop the stream when buffer is processed after disconnectionTakashi Iwai1-3/+6
2017-02-16ALSA: x86: Avoid register accesses during disconnectionTakashi Iwai1-8/+26