summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCHJames Ralston2014-10-151-0/+4
* ALSA: hda - Fix probing and stuttering on CMI8888 HD-audio controllerTakashi Iwai2014-08-071-0/+7
* ALSA: hda - add PCI IDs for Intel BraswellLibin Yang2014-08-041-0/+3
* ALSA: hda - Add NULL check to all PM ops in hda_intel.cTakashi Iwai2014-07-161-10/+35
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-07-151-6/+11
|\
| * ALSA: hda - Fix broken PM due to incomplete i915 initializationTakashi Iwai2014-07-151-5/+5
| * ALSA: hda - Revert stream assignment order for Intel controllersTakashi Iwai2014-07-141-1/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2014-07-041-41/+9Star
|\|
| * ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA contr...Mengdong Lin2014-07-041-41/+9Star
* | ALSA: hda - Replace ICH6_ prefixTakashi Iwai2014-06-261-6/+6
* | ALSA: hda - Move SD nums definitions to hda_intel.cTakashi Iwai2014-06-261-0/+17
* | ALSA: hda - Use common reboot notifierTakashi Iwai2014-06-261-24/+0Star
* | ALSA: hda - Move more PCI-controller-specific stuff from generic codeTakashi Iwai2014-06-261-32/+85
* | ALSA: hda - Make position_fix as generic callbackTakashi Iwai2014-06-261-8/+143
|/
* ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controllerMengdong Lin2014-06-261-7/+58
* drm/i915, HD-audio: Don't continue probing when nomodeset is givenTakashi Iwai2014-06-161-1/+6
* Revert "ALSA: hda - mask buggy stream DMA0 for Broadwell display controller"Libin Yang2014-06-091-6/+0Star
* ALSA: hda - using POS_FIX_LPIB on Broadwell HDMI AudioLibin Yang2014-06-091-1/+7
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-06-031-0/+3
|\
| * ALSA: hda - Fix onboard audio on Intel H97/Z97 chipsetsTakashi Iwai2014-05-231-0/+3
* | Merge branch 'topic/firewire' into for-nextTakashi Iwai2014-05-271-0/+6
|\|
| * ALSA: hda - mask buggy stream DMA0 for Broadwell display controllerMengdong Lin2014-05-131-0/+6
* | ALSA: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-05-221-1/+1
|/
* ALSA: hda - Suppress CORBRP clear on Nvidia controller chipsTakashi Iwai2014-04-291-1/+2
* 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/+0Star
* ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid2014-03-011-65/+0Star
* ALSA: hda - Add position_check opDylan Reid2014-03-011-9/+21
* ALSA: hda - Move low level functions to hda_controllerDylan Reid2014-03-011-175/+0Star
* ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid2014-03-011-4/+0Star
* ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid2014-03-011-383/+0Star
* ALSA: hda - Move the dsp loader to hda_controllerDylan Reid2014-03-011-124/+0Star
* ALSA: hda - Pull pages allocation to hda_controllerDylan Reid2014-03-011-29/+5Star
* ALSA: hda - Add hda_controller.c and move pcm ops from hda_intelDylan Reid2014-03-011-998/+1Star
* 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/+0Star
* 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/+1Star
* ALSA: hda - Fix CORB reset to follow specificationDavid Henningsson2014-02-281-1/+23
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-129/+111Star
* 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/+2Star