summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: x86: Simplify commentsTakashi Iwai2017-02-031-52/+14Star
* ALSA: x86: Set CA bits for DisplayPort tooTakashi Iwai2017-02-031-4/+4
* ALSA: x86: Create ELD control elementTakashi Iwai2017-02-031-21/+51
* ALSA: x86: Clean up unused defines and inclusionsTakashi Iwai2017-02-033-69/+20Star
* ALSA: x86: Reduce redundant register field namesTakashi Iwai2017-02-033-169/+90Star
* ALSA: x86: Use the standard ELD bytes definitionsTakashi Iwai2017-02-033-127/+9Star
* ALSA: x86: Move stream status into pcm_stream_infoTakashi Iwai2017-02-033-50/+14Star
* ALSA: x86: Implement runtime PMTakashi Iwai2017-02-031-77/+50Star
* ALSA: x86: Properly manage PCM substream lifetypeTakashi Iwai2017-02-032-74/+98
* ALSA: x86: Drop unused fields from pcm_stream_infoTakashi Iwai2017-02-032-21/+1Star
* ALSA: x86: Drop redundant had_stream_pvtTakashi Iwai2017-02-033-63/+4Star
* ALSA: x86: Drop superfluous state fieldTakashi Iwai2017-02-033-44/+21Star
* ALSA: x86: Drop flag_underrun fieldTakashi Iwai2017-02-032-9/+1Star
* ALSA: x86: Fix racy access to chmapTakashi Iwai2017-02-032-9/+24
* ALSA: x86: Remove superfluous irqsave flagsTakashi Iwai2017-02-031-38/+33Star
* ALSA: x86: Constfy tablesTakashi Iwai2017-02-031-3/+3
* ALSA: x86: Remove _v[12] sufficesTakashi Iwai2017-02-033-41/+31Star
* ALSA: x86: Tidy up codesTakashi Iwai2017-02-031-89/+59Star
* ALSA: x86: Drop had_get_hwstate()Takashi Iwai2017-02-031-28/+14Star
* ALSA: x86: Remove superfluous check at resumeTakashi Iwai2017-02-031-9/+1Star
* ALSA: x86: Fix sleep-in-atomic via i915 notificationTakashi Iwai2017-02-031-27/+24Star
* ALSA: x86: Drop superfluous PCM private_freeTakashi Iwai2017-02-031-12/+0Star
* ALSA: x86: Drop unused fields from snd_intelhad structTakashi Iwai2017-02-032-22/+6Star
* ALSA: x86: Remove indirect call of snd_pcm_period_elapsed()Takashi Iwai2017-02-032-11/+7Star
* ALSA: x86: Fix for CONFIG_PM=nTakashi Iwai2017-02-031-1/+1
* ALSA: x86: Replace pr_xxx() with dev_xxx()Takashi Iwai2017-02-031-121/+84Star
* ALSA: x86: Fold intel_hdmi_audio_if.c into main fileTakashi Iwai2017-02-034-439/+376Star
* ALSA: x86: Flatten two abstraction layersTakashi Iwai2017-02-036-771/+358Star
* ALSA: x86: Drop unused hdmi_audio_query()Takashi Iwai2017-02-032-55/+0Star
* ALSA: x86: Call snd_card_register() at the endTakashi Iwai2017-02-031-5/+5
* ALSA: x86: Check platform_data earlierTakashi Iwai2017-02-031-8/+6Star
* ALSA: x86: Drop superfluous CHT PCI ID checkTakashi Iwai2017-02-031-14/+0Star
* ALSA: x86: Embed snd_intelhad into snd_cardTakashi Iwai2017-02-033-82/+31Star
* ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.cTakashi Iwai2017-02-032-11/+1Star
* ALSA: x86: Drop unused hw_silence fieldTakashi Iwai2017-02-032-3/+0Star
* ALSA: x86: Move the global underrun_count to struct snd_intelhadTakashi Iwai2017-02-032-8/+9
* ALSA: x86: Drop global ELD copyTakashi Iwai2017-02-031-26/+5Star
* ALSA: x86: Drop global hlpe_stateTakashi Iwai2017-02-031-12/+9Star
* ALSA: x86: Drop the global platform device referenceTakashi Iwai2017-02-033-91/+87Star
* ALSA: x86: Drop unused mid_hdmi_audio_is_busy()Takashi Iwai2017-02-032-24/+0Star
* ALSA: x86: Fix possible stale interrupt callsTakashi Iwai2017-02-031-13/+13
* ALSA: x86: Call event callback directlyTakashi Iwai2017-02-034-35/+1Star
* ALSA: x86: Drop useless mutex at probeTakashi Iwai2017-02-031-8/+2Star
* ALSA: x86: Handle the error from hdmi_audio_probe() properlyTakashi Iwai2017-02-031-9/+16
* ALSA: x86: Pass snd_intelhad object to helpersTakashi Iwai2017-02-035-130/+131
* ALSA: x86: Drop snd_intel_had_interface indirect callsTakashi Iwai2017-02-035-91/+23Star
* ALSA: x86: Replace indirect query_ops with direct callsTakashi Iwai2017-02-034-38/+16Star
* ALSA: x86: Replace indirect register ops with direct callsTakashi Iwai2017-02-035-109/+30Star
* ALSA: x86: Drop indirect calls of had_opsTakashi Iwai2017-02-033-68/+42Star
* ALSA: x86: Remove v1 ops and structsTakashi Iwai2017-02-032-234/+1Star