summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-20ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hdaMengdong Lin1-16/+66
2015-05-18ALSA: hda - add hda_intel_trace.hLibin Yang1-0/+9
2015-05-05ALSA: hda - reset display codec when power onLu, Han1-3/+17
2015-04-30Merge branch 'topic/hda' into for-nextTakashi Iwai1-3/+0
2015-04-30ALSA: hda - Reduce ifdef CONFIG_SND_HDA_I915Takashi Iwai1-3/+0
2015-04-29Merge branch 'topic/hda' into for-nextTakashi Iwai1-8/+38
2015-04-29ALSA: hda - remove controller dependency on i915 power well for Baytrail/Bras...Mengdong Lin1-2/+4
2015-04-29ALSA: hda - divide controller and codec dependency on i915 gfx power wellMengdong Lin1-8/+27
2015-04-29ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin1-0/+9
2015-04-27Merge branch 'for-4.2' into for-nextTakashi Iwai1-107/+135
2015-04-27Merge branch 'topic/hda' into for-4.2Takashi Iwai1-103/+131
2015-04-21ALSA: hda - add AZX_DCAPS_I915_POWERWELL to BaytrailMengdong Lin1-1/+4
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-4/+4
2015-04-16ALSA: hda - Drop azx_sd_read*/write*() macrosTakashi Iwai1-1/+1
2015-04-16ALSA: hda - Minor refactoringTakashi Iwai1-3/+0
2015-04-16ALSA: hda - Embed bus into controller objectTakashi Iwai1-56/+77
2015-04-16ALSA: hda - Migrate more hdac_stream codesTakashi Iwai1-0/+4
2015-04-16ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai1-41/+39
2015-04-16ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai1-13/+21
2015-04-08Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2015-04-07ALSA: hda_intel: add AZX_DCAPS_I915_POWERWELL for SKL and BSWLibin Yang1-2/+6
2015-03-26ALSA: hda_intel: apply the Seperate stream_tag for Sunrise PointLibin Yang1-1/+1
2015-03-23ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai1-2/+2
2015-03-16Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai1-21/+18
2015-03-16Merge branch 'topic/hda-bus' into for-nextTakashi Iwai1-27/+6
2015-03-13ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai1-3/+13
2015-03-06Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai1-1/+1
2015-03-03ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai1-4/+4
2015-03-03ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai1-10/+0
2015-03-03ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai1-4/+1
2015-02-26ALSA: hda - Power down codec automatically at registrationTakashi Iwai1-14/+0
2015-02-26ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai1-3/+2
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai1-6/+4
2015-02-25ALSA: hda - Disable runtime PM for Panther Point againTakashi Iwai1-1/+1
2015-02-23ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai1-0/+2
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai1-6/+0
2015-02-19ALSA: hda - Split azx_codec_create() to two phasesTakashi Iwai1-3/+5
2015-02-19ALSA: hda - Drop azx_mixer_create()Takashi Iwai1-1/+1
2015-02-19ALSA: hda - Fold hda_priv.h into hda_controller.hTakashi Iwai1-1/+0
2015-02-19ALSA: hda - Introduce azx_has_pm_runtime() macroTakashi Iwai1-7/+5
2015-01-13Merge tag 'topic/i915-hda-componentized-2015-01-12' of git://anongit.freedesk...Takashi Iwai1-42/+18
2015-01-12ALSA: hda: add component supportImre Deak1-4/+1
2015-01-12ALSA: hda: pass intel_hda to all i915 interface functionsImre Deak1-12/+16
2015-01-12ALSA: hda: export struct hda_intelImre Deak1-26/+1
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-13/+0
2015-01-09ALSA: hda: Simplify PM callbacksTakashi Iwai1-13/+0
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-2/+1
2014-12-26ALSA: hda_intel: apply the Seperate stream_tag for SkylakeLibin Yang1-1/+4
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+1
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-4/+1