aboutsummaryrefslogtreecommitdiffstats
path: root/sound/x86/intel_hdmi_audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-07ALSA: x86: mark hdmi suspend/resume functions as __maybe_unusedArnd Bergmann1-2/+2
2017-02-07ALSA: x86: Fix driver name string overflowTakashi Iwai1-1/+2
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 Iwai1-324/+212
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 Iwai1-20/+20
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 Iwai1-3/+7
2017-02-03ALSA: x86: Reduce redundant register field namesTakashi Iwai1-51/+51
2017-02-03ALSA: x86: Use the standard ELD bytes definitionsTakashi Iwai1-7/+7
2017-02-03ALSA: x86: Move stream status into pcm_stream_infoTakashi Iwai1-37/+13
2017-02-03ALSA: x86: Implement runtime PMTakashi Iwai1-77/+50
2017-02-03ALSA: x86: Properly manage PCM substream lifetypeTakashi Iwai1-73/+96
2017-02-03ALSA: x86: Drop unused fields from pcm_stream_infoTakashi Iwai1-18/+1
2017-02-03ALSA: x86: Drop redundant had_stream_pvtTakashi Iwai1-42/+4
2017-02-03ALSA: x86: Drop superfluous state fieldTakashi Iwai1-36/+20
2017-02-03ALSA: x86: Drop flag_underrun fieldTakashi Iwai1-8/+1
2017-02-03ALSA: x86: Fix racy access to chmapTakashi Iwai1-9/+23
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 Iwai1-23/+23
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 Iwai1-9/+5
2017-02-03ALSA: x86: Remove indirect call of snd_pcm_period_elapsed()Takashi Iwai1-9/+6
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 Iwai1-16/+375
2017-02-03ALSA: x86: Flatten two abstraction layersTakashi Iwai1-161/+315
2017-02-03ALSA: x86: Call snd_card_register() at the endTakashi Iwai1-5/+5
2017-02-03ALSA: x86: Embed snd_intelhad into snd_cardTakashi Iwai1-64/+13
2017-02-03ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.cTakashi Iwai1-11/+0
2017-02-03ALSA: x86: Drop unused hw_silence fieldTakashi Iwai1-1/+0
2017-02-03ALSA: x86: Move the global underrun_count to struct snd_intelhadTakashi Iwai1-8/+7
2017-02-03ALSA: x86: Drop the global platform device referenceTakashi Iwai1-5/+10
2017-02-03ALSA: x86: Call event callback directlyTakashi Iwai1-11/+0
2017-02-03ALSA: x86: Drop useless mutex at probeTakashi Iwai1-8/+2
2017-02-03ALSA: x86: Pass snd_intelhad object to helpersTakashi Iwai1-70/+73
2017-02-03ALSA: x86: Drop snd_intel_had_interface indirect callsTakashi Iwai1-8/+1
2017-02-03ALSA: x86: Replace indirect query_ops with direct callsTakashi Iwai1-7/+3