summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Fix race between PM ops and HDA init/probeU. Artie Eoff2015-07-291-3/+3
* Merge tag 'asoc-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2015-07-241-1/+1
|\
| * Merge tag 'sound-fix-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-011-0/+4
| |\
| * \ Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
| |\ \
| | * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | | | ALSA: hda: add new AMD PCI IDs with proper driver capsMaruthi Srinivas Bayyavarapu2015-07-201-0/+8
* | | | ALSA: hda - Fix Skylake codec timeoutDavid Henningsson2015-07-201-8/+10
| |_|/ |/| |
* | | ALSA: hda - set proper caps for newer AMD hda audio in KB/KVAlex Deucher2015-06-251-0/+4
|/ /
* | Merge branch 'for-linus' into for-nextTakashi Iwai2015-06-121-2/+11
|\ \
| * | ALSA: hda - Abort the probe without i915 binding for HSW/BDWTakashi Iwai2015-06-121-2/+16
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-06-111-1/+2
|\| |
| * | ALSA: hda - Continue probing even if i915 binding failsTakashi Iwai2015-06-111-1/+2
* | | ALSA: hda - remove controller dependency on i915 power well for SKLLibin Yang2015-06-031-2/+7
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-05-291-0/+2
|\| |
| * | ALSA: hda - Fix noise on AMD radeon 290x controllerTakashi Iwai2015-05-271-0/+2
| |/
* | ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hdaMengdong Lin2015-05-201-16/+66
* | ALSA: hda - add hda_intel_trace.hLibin Yang2015-05-181-0/+9
* | ALSA: hda - reset display codec when power onLu, Han2015-05-051-3/+17
* | Merge branch 'topic/hda' into for-nextTakashi Iwai2015-04-301-3/+0Star
|\ \
| * | ALSA: hda - Reduce ifdef CONFIG_SND_HDA_I915Takashi Iwai2015-04-301-3/+0Star
* | | Merge branch 'topic/hda' into for-nextTakashi Iwai2015-04-291-8/+38
|\| |
| * | ALSA: hda - remove controller dependency on i915 power well for Baytrail/Bras...Mengdong Lin2015-04-291-2/+4
| * | ALSA: hda - divide controller and codec dependency on i915 gfx power wellMengdong Lin2015-04-291-8/+27
| * | ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin2015-04-291-0/+9
* | | Merge branch 'for-4.2' into for-nextTakashi Iwai2015-04-271-107/+135
|\ \ \ | |_|/ |/| |
| * | Merge branch 'topic/hda' into for-4.2Takashi Iwai2015-04-271-103/+131
| |\|
| | * ALSA: hda - Drop azx_sd_read*/write*() macrosTakashi Iwai2015-04-161-1/+1
| | * ALSA: hda - Minor refactoringTakashi Iwai2015-04-161-3/+0Star
| | * ALSA: hda - Embed bus into controller objectTakashi Iwai2015-04-161-56/+77
| | * ALSA: hda - Migrate more hdac_stream codesTakashi Iwai2015-04-161-0/+4
| | * ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai2015-04-161-41/+39Star
| | * ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai2015-04-161-13/+21
| * | ALSA: remove deprecated use of pci apiQuentin Lambert2015-04-161-4/+4
| |/
* / ALSA: hda - add AZX_DCAPS_I915_POWERWELL to BaytrailMengdong Lin2015-04-211-1/+4
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-04-081-1/+1
|\
| * ALSA: hda_intel: apply the Seperate stream_tag for Sunrise PointLibin Yang2015-03-261-1/+1
* | ALSA: hda_intel: add AZX_DCAPS_I915_POWERWELL for SKL and BSWLibin Yang2015-04-071-2/+6
* | ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai2015-03-231-2/+2
* | Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai2015-03-161-21/+18Star
|\ \
| * | ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai2015-03-131-3/+13
| * | ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai2015-03-031-4/+4
| * | ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai2015-03-031-10/+0Star
| * | ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai2015-03-031-4/+1Star
* | | Merge branch 'topic/hda-bus' into for-nextTakashi Iwai2015-03-161-27/+6Star
|\| |
| * | ALSA: hda - Power down codec automatically at registrationTakashi Iwai2015-02-261-14/+0Star
| * | ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai2015-02-261-3/+2Star
| * | ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai2015-02-261-6/+4Star
| * | ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai2015-02-231-0/+2
| * | ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai2015-02-231-6/+0Star
* | | Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2015-03-061-1/+1
|\ \ \ | |/ / |/| / | |/