summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Make full_reset booleanThierry Reding2014-04-091-2/+2
* ALSA: hda - Mark reg op args as iomemDylan Reid2014-03-031-6/+6
* ALSA: hda - Rename reg access ops in hda_controller_opsDylan Reid2014-03-031-6/+6
* ALSA: hda - Move codec create to hda_controllerDylan Reid2014-03-011-218/+0
* ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid2014-03-011-65/+0
* ALSA: hda - Add position_check opDylan Reid2014-03-011-9/+21
* ALSA: hda - Move low level functions to hda_controllerDylan Reid2014-03-011-175/+0
* ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid2014-03-011-4/+0
* ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid2014-03-011-383/+0
* ALSA: hda - Move the dsp loader to hda_controllerDylan Reid2014-03-011-124/+0
* ALSA: hda - Pull pages allocation to hda_controllerDylan Reid2014-03-011-29/+5
* ALSA: hda - Add hda_controller.c and move pcm ops from hda_intelDylan Reid2014-03-011-998/+1
* ALSA: hda - Add pcm_mmap_prepare op.Dylan Reid2014-03-011-6/+14
* ALSA: hda - Move snd page allocation to opsDylan Reid2014-03-011-54/+87
* ALSA: hda - Pass max_slots and power_save to codec_createDylan Reid2014-03-011-11/+17
* ALSA: hda - Add jackpoll_ms to struct azxDylan Reid2014-03-011-1/+7
* ALSA: hda - remove unused clear of STATESTSDylan Reid2014-03-011-5/+0
* ALSA: hda - Add function pointer for disabling MSIDylan Reid2014-03-011-5/+18
* ALSA: hda - Use device pointer from the card instead of pciDylan Reid2014-03-011-13/+14
* ALSA: hda - Keep pointer to bdl_pos_fix in chip structDylan Reid2014-03-011-4/+8
* ALSA: hda - Allow different ops to read/write registersDylan Reid2014-03-011-70/+94
* ALSA: hda - Move some definitions to new hda_priv.hDylan Reid2014-03-011-365/+1
* ALSA: hda - Fix CORB reset to follow specificationDavid Henningsson2014-02-281-1/+23
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-129/+111
* ALSA: hda - Create own device struct for each codecTakashi Iwai2014-02-251-0/+2
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-02-121-1/+1
|\
| * ALSA: hda - Fix leftover ifdef checks after modularizationTakashi Iwai2014-02-071-1/+1
* | ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-1/+1
* | ALSA: hda - Do not accept responses from non-existing codecsDavid Henningsson2014-01-301-14/+9
|/
* 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