summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - disable dynamic clock gating on Broxton before resetLibin Yang2016-01-291-0/+13
* ALSA: hda - Flush the pending probe work at removeTakashi Iwai2016-01-201-1/+9
* ALSA: hda - Degrade i915 binding failure messageTakashi Iwai2016-01-201-2/+4
* ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit2016-01-121-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-12-231-0/+57
|\
| * ALSA: hda - Set SKL+ hda controller power at freeze() and thaw()Xiong Zhang2015-12-181-0/+34
| * ALSA: hda - Fix playback noise with 24/32 bit sample size on BXTLu, Han2015-12-071-0/+23
* | ALSA: hda - Drop unused AZX_DCAPS_REVERSE_ASSIGNTakashi Iwai2015-12-171-1/+1
* | ALSA: hda - Drop AZX_DCAPS_POSFIX_VIA bitTakashi Iwai2015-12-171-3/+2
* | ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai2015-12-171-1/+6
* | ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND capsTakashi Iwai2015-12-171-4/+2
* | ALSA: hda - Increase default bdl_pos_adj for Baytrail/BraswellTakashi Iwai2015-12-151-0/+9
* | ALSA: hda - Clean up the code to check bdl_pos_adj optionTakashi Iwai2015-12-151-13/+16
* | ALSA: hda - Allow i915 binding later in codec driverTakashi Iwai2015-12-101-3/+3
* | ALSA: hda - Less grumbling about lack of i915 bindingTakashi Iwai2015-12-091-2/+2
* | ALSA: hda - Enable audio component for old Intel PCH devicesTakashi Iwai2015-12-041-4/+10
|/
* Merge tag 'asoc-fix-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2015-11-271-8/+7
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-8/+7
| |\
| | * ALSA: hda - Spell vga_switcheroo consistentlyLukas Wunner2015-10-191-6/+6
| | * vga_switcheroo: Set active attribute to false for audio clientsLukas Wunner2015-09-241-2/+1
* | | ALSA: hda - add PCI IDs for Intel BroxtonLu, Han2015-11-191-0/+7
|/ /
* | ALSA: hda - Add Intel Lewisburg device IDs AudioAlexandra Yates2015-11-051-0/+5
* | ALSA: hda - Disable 64bit address for Creative HDA controllersTakashi Iwai2015-10-271-0/+3
|/
* 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/+0
|\ \
| * | ALSA: hda - Reduce ifdef CONFIG_SND_HDA_I915Takashi Iwai2015-04-301-3/+0
* | | 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
OpenPOWER on IntegriCloud