aboutsummaryrefslogtreecommitdiffstats
path: root/sound/x86
AgeCommit message (Expand)AuthorFilesLines
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula1-0/+1
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 Iwai2-24/+8
2021-07-05ALSA: x86: fix spelling mistakesgushengxian2-4/+4
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-09-02ALSA: hda: use consistent HDAudio spelling in comments/docsPierre-Louis Bossart1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus 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 Gleixner2-18/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
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 Torvalds2-128/+216
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/dr...Dave Airlie2-132/+216
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ä2-55/+78
2017-05-03ALSA: x86: Split snd_intelhad into card and PCM specific structuresVille Syrjälä2-100/+142
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-03-21ALSA: x86: Make CONFIG_SND_X86 boolTakashi Iwai1-1/+2
2017-02-21ALSA: x86: hdmi: select CONFIG_SND_PCMArnd Bergmann1-0/+1
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 Iwai2-0/+24
2017-02-13ALSA: x86: Drop unused stream.running fieldTakashi Iwai2-10/+2
2017-02-13ALSA: x86: Handle reset at prepare callbackTakashi Iwai2-14/+26
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 Iwai2-3/+13
2017-02-10ALSA: x86: Don't pass SNDRV_PCM_INFO_BATCH flagTakashi Iwai1-4/+2
2017-02-07ALSA: x86: Cache AUD_CONFIG register valueTakashi Iwai2-27/+13
2017-02-07ALSA: x86: Rearrange definesTakashi Iwai3-81/+83
2017-02-07ALSA: x86: mark hdmi suspend/resume functions as __maybe_unusedArnd Bergmann1-2/+2
2017-02-07ALSA: x86: Fix driver name string overflowTakashi Iwai2-2/+3
2017-02-07ALSA: x86: Rename had_enable_audio_int() to had_ack_irqs()Takashi Iwai1-14/+7
2017-02-07ALSA: x86: Drop suspicious U24 format supportTakashi Iwai1-2/+1
2017-02-06ALSA: x86: Refactor PCM process engineTakashi Iwai3-354/+231
2017-02-05ALSA: x86: Unify local function prefixTakashi Iwai1-67/+60
2017-02-05ALSA: x86: Minor cleanup of reset buffer procedureTakashi Iwai1-7/+6
2017-02-05ALSA: x86: Don't check connection in lowlevel accessorsTakashi Iwai1-66/+25
2017-02-05ALSA: x86: Explicit specify 32bit DMATakashi Iwai1-2/+6
2017-02-03ALSA: x86: Rename drv_status to connectedTakashi Iwai3-30/+22
2017-02-03ALSA: x86: Yet more tidy-up and clean-upsTakashi Iwai1-32/+36
2017-02-03ALSA: x86: Simplify commentsTakashi Iwai1-52/+14
2017-02-03ALSA: x86: Set CA bits for DisplayPort tooTakashi Iwai1-4/+4
2017-02-03ALSA: x86: Create ELD control elementTakashi Iwai1-21/+51
2017-02-03ALSA: x86: Clean up unused defines and inclusionsTakashi Iwai3-69/+20
2017-02-03ALSA: x86: Reduce redundant register field namesTakashi Iwai3-169/+90
2017-02-03ALSA: x86: Use the standard ELD bytes definitionsTakashi Iwai3-127/+9
2017-02-03ALSA: x86: Move stream status into pcm_stream_infoTakashi Iwai3-50/+14
2017-02-03ALSA: x86: Implement runtime PMTakashi Iwai1-77/+50
2017-02-03ALSA: x86: Properly manage PCM substream lifetypeTakashi Iwai2-74/+98
2017-02-03ALSA: x86: Drop unused fields from pcm_stream_infoTakashi Iwai2-21/+1
2017-02-03ALSA: x86: Drop redundant had_stream_pvtTakashi Iwai3-63/+4
2017-02-03ALSA: x86: Drop superfluous state fieldTakashi Iwai3-44/+21
2017-02-03ALSA: x86: Drop flag_underrun fieldTakashi Iwai2-9/+1
2017-02-03ALSA: x86: Fix racy access to chmapTakashi Iwai2-9/+24
2017-02-03ALSA: x86: Remove superfluous irqsave flagsTakashi Iwai1-38/+33
2017-02-03ALSA: x86: Constfy tablesTakashi Iwai1-3/+3
2017-02-03ALSA: x86: Remove _v[12] sufficesTakashi Iwai3-41/+31
2017-02-03ALSA: x86: Tidy up codesTakashi Iwai1-89/+59
2017-02-03ALSA: x86: Drop had_get_hwstate()Takashi Iwai1-28/+14
2017-02-03ALSA: x86: Remove superfluous check at resumeTakashi Iwai1-9/+1
2017-02-03ALSA: x86: Fix sleep-in-atomic via i915 notificationTakashi Iwai1-27/+24
2017-02-03ALSA: x86: Drop superfluous PCM private_freeTakashi Iwai1-12/+0
2017-02-03ALSA: x86: Drop unused fields from snd_intelhad structTakashi Iwai2-22/+6
2017-02-03ALSA: x86: Remove indirect call of snd_pcm_period_elapsed()Takashi Iwai2-11/+7
2017-02-03ALSA: x86: Fix for CONFIG_PM=nTakashi Iwai1-1/+1
2017-02-03ALSA: x86: Replace pr_xxx() with dev_xxx()Takashi Iwai1-121/+84
2017-02-03ALSA: x86: Fold intel_hdmi_audio_if.c into main fileTakashi Iwai4-439/+376
2017-02-03ALSA: x86: Flatten two abstraction layersTakashi Iwai6-771/+358
2017-02-03ALSA: x86: Drop unused hdmi_audio_query()Takashi Iwai2-55/+0
2017-02-03ALSA: x86: Call snd_card_register() at the endTakashi Iwai1-5/+5
2017-02-03ALSA: x86: Check platform_data earlierTakashi Iwai1-8/+6
2017-02-03ALSA: x86: Drop superfluous CHT PCI ID checkTakashi Iwai1-14/+0
2017-02-03ALSA: x86: Embed snd_intelhad into snd_cardTakashi Iwai3-82/+31
2017-02-03ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.cTakashi Iwai2-11/+1
2017-02-03ALSA: x86: Drop unused hw_silence fieldTakashi Iwai2-3/+0
2017-02-03ALSA: x86: Move the global underrun_count to struct snd_intelhadTakashi Iwai2-8/+9
2017-02-03ALSA: x86: Drop global ELD copyTakashi Iwai1-26/+5
2017-02-03ALSA: x86: Drop global hlpe_stateTakashi Iwai1-12/+9
2017-02-03ALSA: x86: Drop the global platform device referenceTakashi Iwai3-91/+87
2017-02-03ALSA: x86: Drop unused mid_hdmi_audio_is_busy()Takashi Iwai2-24/+0
2017-02-03ALSA: x86: Fix possible stale interrupt callsTakashi Iwai1-13/+13
2017-02-03ALSA: x86: Call event callback directlyTakashi Iwai4-35/+1
2017-02-03ALSA: x86: Drop useless mutex at probeTakashi Iwai1-8/+2
2017-02-03ALSA: x86: Handle the error from hdmi_audio_probe() properlyTakashi Iwai1-9/+16
2017-02-03ALSA: x86: Pass snd_intelhad object to helpersTakashi Iwai5-130/+131
2017-02-03ALSA: x86: Drop snd_intel_had_interface indirect callsTakashi Iwai5-91/+23
2017-02-03ALSA: x86: Replace indirect query_ops with direct callsTakashi Iwai4-38/+16
2017-02-03ALSA: x86: Replace indirect register ops with direct callsTakashi Iwai5-109/+30
2017-02-03ALSA: x86: Drop indirect calls of had_opsTakashi Iwai3-68/+42
2017-02-03ALSA: x86: Remove v1 ops and structsTakashi Iwai2-234/+1
2017-02-03ALSA: x86: Don't set PCM state to DISCONNECTEDTakashi Iwai1-1/+1
2017-02-01drm/i915: Pass platform device to LPE audio notifierTakashi Iwai1-12/+11
2017-02-01ALSA: x86: Use config base depending on the pipePierre-Louis Bossart1-5/+21
2017-02-01ALSA: x86: intel_hdmi: add definitions and logic for DP audioPierre-Louis Bossart4-30/+216
2017-01-25ALSA: x86: hdmi: fix returnvar.cocci warningsJulia Lawall1-12/+9
2017-01-25ALSA: x86: fix resource_size.cocci warningskbuild test robot1-2/+1
2017-01-25ALSA: x86: hdmi: continue playback even when display resolution changesJerome Anand1-3/+18
2017-01-25ALSA: x86: hdmi: Add audio support for BYT and CHTJerome Anand5-6/+2614
2017-01-25ALSA: add Intel HDMI LPE audio driver for BYT/CHT-TJerome Anand4-0/+1316