summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07ALSA: hda - Fix probing and stuttering on CMI8888 HD-audio controllerTakashi Iwai1-0/+7
2014-08-04ALSA: hda - add PCI IDs for Intel BraswellLibin Yang1-0/+3
2014-07-16ALSA: hda - Add NULL check to all PM ops in hda_intel.cTakashi Iwai1-10/+35
2014-07-15Merge branch 'for-linus' into for-nextTakashi Iwai1-6/+11
2014-07-15ALSA: hda - Fix broken PM due to incomplete i915 initializationTakashi Iwai1-5/+5
2014-07-14ALSA: hda - Revert stream assignment order for Intel controllersTakashi Iwai1-1/+1
2014-07-04Merge branch 'for-linus' into for-nextTakashi Iwai1-41/+9
2014-07-04ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA contr...Mengdong Lin1-41/+9
2014-06-26ALSA: hda - Replace ICH6_ prefixTakashi Iwai1-6/+6
2014-06-26ALSA: hda - Move SD nums definitions to hda_intel.cTakashi Iwai1-0/+17
2014-06-26ALSA: hda - Use common reboot notifierTakashi Iwai1-24/+0
2014-06-26ALSA: hda - Move more PCI-controller-specific stuff from generic codeTakashi Iwai1-32/+85
2014-06-26ALSA: hda - Make position_fix as generic callbackTakashi Iwai1-8/+143
2014-06-26ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controllerMengdong Lin1-7/+58
2014-06-16drm/i915, HD-audio: Don't continue probing when nomodeset is givenTakashi Iwai1-1/+6
2014-06-09Revert "ALSA: hda - mask buggy stream DMA0 for Broadwell display controller"Libin Yang1-6/+0
2014-06-09ALSA: hda - using POS_FIX_LPIB on Broadwell HDMI AudioLibin Yang1-1/+7
2014-06-03Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+3
2014-05-27Merge branch 'topic/firewire' into for-nextTakashi Iwai1-0/+6
2014-05-23ALSA: hda - Fix onboard audio on Intel H97/Z97 chipsetsTakashi Iwai1-0/+3
2014-05-22ALSA: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13ALSA: hda - mask buggy stream DMA0 for Broadwell display controllerMengdong Lin1-0/+6
2014-04-29ALSA: hda - Suppress CORBRP clear on Nvidia controller chipsTakashi Iwai1-1/+2
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