aboutsummaryrefslogtreecommitdiffstats
path: root/sound/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
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