summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - add device ID for Broadwell display audio controllerMengdong Lin2014-01-091-0/+3
* ALSA: hda - Increment default stream numbers for AMD HDMI controllersTakashi Iwai2014-01-081-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-12-161-0/+4
|\
| * ALSA: hda - Add enable_msi=0 workaround for four HP machinesDavid Henningsson2013-12-121-0/+4
* | ALSA: hda - Ignore small negative LPIB delay correctionTakashi Iwai2013-12-061-2/+17
* | ALSA: hda - Always do delayed probes for HD-audio devicesTakashi Iwai2013-12-021-21/+7
* | Merge branch 'for-linus' into for-nextTakashi Iwai2013-12-021-4/+5
|\ \ | |/
| * ALSA: hda - Fix complete_all() timing in deferred probesTakashi Iwai2013-12-021-4/+5
* | ALSA: hda - Enable runtime PM on Panther PointTakashi Iwai2013-11-261-1/+1
|/
* ALSA: hda - Drop bus->avoid_link_reset flagTakashi Iwai2013-11-261-2/+1
* ALSA: hda_intel: ratelimit "spurious response" messageJoe Perches2013-11-071-3/+3
* ALSA: hda - Name Haswell HDMI controllers betterTakashi Iwai2013-11-051-3/+5
* ALSA: hda - Force buffer alignment for Haswell HDMI controllersTakashi Iwai2013-11-051-6/+8
* ALSA: hda: add device IDs for AMD Evergreen/Northern Islands HDMIClemens Ladisch2013-11-051-0/+16
* ALSA: hda - Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2013-11-041-0/+4
* ALSA: hda - Fix mute LED on HP laptops in runtime suspendTakashi Iwai2013-10-241-1/+2
* Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-09-121-0/+1
|\
| * ALSA: hda - Add Toshiba Satellite C870 to MSI blacklistTakashi Iwai2013-09-091-0/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-051-4/+32
|\ \ | |/ |/|
| * snd/hda: add runtime suspend/resume on optimus support (v4)Dave Airlie2013-08-291-4/+32
* | ALSA: hda - Try to allow haswell HDMI audio even without powerwellDavid Henningsson2013-08-191-0/+2
* | ALSA: hda - WAKEEN feature enabling for runtime pmWang Xingchao2013-07-291-0/+24
* | ALSA: hda - use azx_writew() for 16-bit length registerWang Xingchao2013-07-241-4/+4
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-091-17/+70
|\
| * ALSA: hda - Add power-welll support for haswell HDAWang Xingchao2013-06-061-3/+57
| * ALSA: hda - Move azx_first_init() into azx_probe_continue()Takashi Iwai2013-06-061-8/+5
| * ALSA: hda - Fix runtime PM checkWang Xingchao2013-06-061-6/+8
* | ALSA: hda - clean up code to reset hda linkMengdong Lin2013-06-251-17/+18
* | ALSA: hda - reset hda link during system/runtime suspendMengdong Lin2013-06-241-0/+16
* | ALSA: hda - Don't take unresponsive D3 transition too seriousTakashi Iwai2013-06-061-0/+3
* | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-2/+0
* | ALSA: hda - add PCI IDs for Intel BayTrailChew, Chiau Ee2013-05-171-0/+3
|/
* ALSA: hda - Fix system panic when DMA > 40 bits for Nvidia audio controllersMike Travis2013-05-031-1/+1
* ALSA: hda - Add codec delay to the capture time stamp.Dylan Reid2013-04-161-2/+5
* Merge tag 'asoc-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-04-151-4/+2
|\
| * Revert "ALSA: hda - Allow power_save_controller option override DCAPS"Takashi Iwai2013-04-041-4/+2
* | ALSA: hda - Apply codec delay to wallclock.Dylan Reid2013-04-091-0/+18
* | ALSA: hda - Introduce get_delay codec PCM opsTakashi Iwai2013-04-051-4/+14
|/
* ALSA: hda - Fix abuse of snd_hda_lock_devices() for DSP loaderTakashi Iwai2013-03-201-23/+109
* ALSA: hda - Disable runtime PM for Intel 5 Series/3400Takashi Iwai2013-02-141-1/+1
* ALSA: hda - Fix memory leak and error handling in CA0132 DSP loaderTakashi Iwai2013-02-101-1/+10
* ALSA: hda_intel: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-101-0/+5
* ALSA: hda - Set non-snoop for Creative HD-audio controllersTakashi Iwai2013-02-071-0/+3
* Merge branch 'topic/hda-ca0132-dsp' into for-nextTakashi Iwai2013-02-071-6/+110
|\
| * ALSA: hda - Add new DSP loader callback routinesTakashi Iwai2012-11-281-6/+110
* | Merge branch 'for-linus' into for-nextTakashi Iwai2013-02-051-19/+30
|\ \
| * | ALSA: hda - Fix non-snoop page handlingTakashi Iwai2013-01-291-14/+26
| * | ALSA: hda - Enable LPIB delay count for Poulsbo / OaktrailTakashi Iwai2013-01-291-5/+4
* | | ALSA - HDA: New PCI ID for Haswell ULTWang Xingchao2013-02-011-0/+2
* | | Merge branch 'topic/hda-gen-parser' into for-nextTakashi Iwai2013-01-231-2/+9
|\ \ \
OpenPOWER on IntegriCloud