aboutsummaryrefslogtreecommitdiffstats
path: root/sound/x86/intel_hdmi_audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-16ALSA: x86: Don't return an error from chmap ctl at disconnectedTakashi Iwai1-9/+3
2017-02-16ALSA: x86: Fix memory leak in had_build_channel_allocation_map()Takashi Iwai1-6/+5
2017-02-16ALSA: x86: Use snd_pcm_stop_xrun() for connection / disconnection pathsTakashi Iwai1-2/+2
2017-02-16ALSA: x86: Implement jack controlTakashi Iwai1-0/+23
2017-02-13ALSA: x86: Drop unused stream.running fieldTakashi Iwai1-9/+2
2017-02-13ALSA: x86: Handle reset at prepare callbackTakashi Iwai1-14/+25
2017-02-10ALSA: x86: Support S16 formatTakashi Iwai1-3/+5
2017-02-10ALSA: x86: Support S32 formatTakashi Iwai1-9/+19
2017-02-10ALSA: x86: Allow no-period-wakeup setupTakashi Iwai1-2/+5
2017-02-10ALSA: x86: Allow single period PCM operationTakashi Iwai1-2/+12
2017-02-10ALSA: x86: Don't pass SNDRV_PCM_INFO_BATCH flagTakashi Iwai1-4/+2
2017-02-07ALSA: x86: Cache AUD_CONFIG register valueTakashi Iwai1-27/+12
2017-02-07ALSA: x86: Rearrange definesTakashi Iwai1-2/+3