summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-09ALSA: hda - Make full_reset booleanThierry Reding1-2/+2
2014-03-03ALSA: hda - Mark reg op args as iomemDylan Reid1-6/+6
2014-03-03ALSA: hda - Rename reg access ops in hda_controller_opsDylan Reid1-6/+6
2014-03-01ALSA: hda - Move codec create to hda_controllerDylan Reid1-218/+0
2014-03-01ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid1-65/+0
2014-03-01ALSA: hda - Add position_check opDylan Reid1-9/+21
2014-03-01ALSA: hda - Move low level functions to hda_controllerDylan Reid1-175/+0
2014-03-01ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid1-4/+0
2014-03-01ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid1-383/+0
2014-03-01ALSA: hda - Move the dsp loader to hda_controllerDylan Reid1-124/+0
2014-03-01ALSA: hda - Pull pages allocation to hda_controllerDylan Reid1-29/+5
2014-03-01ALSA: hda - Add hda_controller.c and move pcm ops from hda_intelDylan Reid1-998/+1
2014-03-01ALSA: hda - Add pcm_mmap_prepare op.Dylan Reid1-6/+14
2014-03-01ALSA: hda - Move snd page allocation to opsDylan Reid1-54/+87
2014-03-01ALSA: hda - Pass max_slots and power_save to codec_createDylan Reid1-11/+17
2014-03-01ALSA: hda - Add jackpoll_ms to struct azxDylan Reid1-1/+7
2014-03-01ALSA: hda - remove unused clear of STATESTSDylan Reid1-5/+0
2014-03-01ALSA: hda - Add function pointer for disabling MSIDylan Reid1-5/+18
2014-03-01ALSA: hda - Use device pointer from the card instead of pciDylan Reid1-13/+14
2014-03-01ALSA: hda - Keep pointer to bdl_pos_fix in chip structDylan Reid1-4/+8
2014-03-01ALSA: hda - Allow different ops to read/write registersDylan Reid1-70/+94
2014-03-01ALSA: hda - Move some definitions to new hda_priv.hDylan Reid1-365/+1
2014-02-28ALSA: hda - Fix CORB reset to follow specificationDavid Henningsson1-1/+23
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai1-129/+111
2014-02-25ALSA: hda - Create own device struct for each codecTakashi Iwai1-0/+2
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-02-12Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-1/+1
2014-02-07ALSA: hda - Fix leftover ifdef checks after modularizationTakashi Iwai1-1/+1
2014-01-30ALSA: hda - Do not accept responses from non-existing codecsDavid Henningsson1-14/+9
2014-01-09ALSA: hda - add device ID for Broadwell display audio controllerMengdong Lin1-0/+3
2014-01-08ALSA: hda - Increment default stream numbers for AMD HDMI controllersTakashi Iwai1-2/+2
2013-12-16Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2013-12-12ALSA: hda - Add enable_msi=0 workaround for four HP machinesDavid Henningsson1-0/+4
2013-12-06ALSA: hda - Ignore small negative LPIB delay correctionTakashi Iwai1-2/+17
2013-12-02ALSA: hda - Always do delayed probes for HD-audio devicesTakashi Iwai1-21/+7
2013-12-02Merge branch 'for-linus' into for-nextTakashi Iwai1-4/+5
2013-12-02ALSA: hda - Fix complete_all() timing in deferred probesTakashi Iwai1-4/+5
2013-11-26ALSA: hda - Enable runtime PM on Panther PointTakashi Iwai1-1/+1
2013-11-26ALSA: hda - Drop bus->avoid_link_reset flagTakashi Iwai1-2/+1
2013-11-07ALSA: hda_intel: ratelimit "spurious response" messageJoe Perches1-3/+3
2013-11-05ALSA: hda - Name Haswell HDMI controllers betterTakashi Iwai1-3/+5
2013-11-05ALSA: hda - Force buffer alignment for Haswell HDMI controllersTakashi Iwai1-6/+8
2013-11-05ALSA: hda: add device IDs for AMD Evergreen/Northern Islands HDMIClemens Ladisch1-0/+16
2013-11-04ALSA: hda - Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston1-0/+4
2013-10-24ALSA: hda - Fix mute LED on HP laptops in runtime suspendTakashi Iwai1-1/+2
2013-09-12Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+1
2013-09-09ALSA: hda - Add Toshiba Satellite C870 to MSI blacklistTakashi Iwai1-0/+1
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+32
2013-08-29snd/hda: add runtime suspend/resume on optimus support (v4)Dave Airlie1-4/+32