aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-22Merge branch 'topic/usb-validation' into for-nextTakashi Iwai1-1/+1
2019-08-08ALSA: hda: Direct MMIO accessesTakashi Iwai1-2/+1
2019-08-07ALSA: hda - Workaround for crackled sound on AMD controller (1022:1457)Takashi Iwai1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-28ALSA: hda: move polling_mode flag to struct hdac_busBard Liao1-2/+0
2019-01-01ALSA: hda - Revert DSP detection on legacy HD-audio driverTakashi Iwai1-1/+1
2018-12-19ALSA: HD-Audio: SKL+: abort probe if DSP is present and Skylake driver selectedPierre-Louis Bossart1-1/+1
2018-12-11ALSA: hda/intel: Drop superfluous AZX_DCAPS_I915_POWERWELL checksTakashi Iwai1-5/+1
2018-09-11ALSA: hda: fix unused variable warningAnders Roxell1-5/+4
2018-08-30Merge tag 'hda-codec-h-move' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-1/+1
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-1/+1
2018-08-30ALSA: hda - Clean up jackpoll_ms option handlingTakashi Iwai1-1/+1
2018-08-28ALSA: hda: Remove substream allocation/free opsTakashi Iwai1-5/+0
2018-08-28ALSA: hda: Use new non-cached allocation for non-snoop modeTakashi Iwai1-1/+0
2018-08-28ALSA: hda: Check the non-cached stream buffers more explicitlyTakashi Iwai1-0/+1
2017-06-30ALSA: hda - Fix doubly initialization of i915 componentTakashi Iwai1-1/+5
2017-01-15ALSA: hda - Make single_cmd option to stop the fallback mechanismTakashi Iwai1-0/+1
2016-08-09ALSA - hda: Add support for parsing new HDA capabilitiesGuneshwor Singh1-0/+3
2015-12-17ALSA: hda - Drop unused AZX_DCAPS_REVERSE_ASSIGNTakashi Iwai1-1/+1
2015-12-17ALSA: hda - Drop AZX_DCAPS_POSFIX_VIA bitTakashi Iwai1-1/+1
2015-12-17ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai1-1/+1
2015-12-17ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND capsTakashi Iwai1-1/+1
2015-12-15ALSA: hda - Clean up the code to check bdl_pos_adj optionTakashi Iwai1-1/+1
2015-12-09ALSA: hda - Don't try to bind i915 unless CONFIG_SND_HDA_I915 is setTakashi Iwai1-0/+4
2015-10-19ALSA: hda - Spell vga_switcheroo consistentlyLukas Wunner1-1/+1
2015-04-29Merge branch 'topic/hda' into for-nextTakashi Iwai1-0/+2
2015-04-29ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin1-0/+2
2015-04-27Merge branch 'topic/hda' into for-4.2Takashi Iwai1-242/+28
2015-04-17ALSA: hda - Move prepared flag into struct hdac_streamTakashi Iwai1-1/+0
2015-04-16ALSA: hda - Drop azx_sd_read*/write*() macrosTakashi Iwai1-13/+0
2015-04-16ALSA: hda - simplify azx_has_pm_runtimeDavid Henningsson1-1/+1
2015-04-16ALSA: hda - Embed bus into controller objectTakashi Iwai1-45/+20
2015-04-16ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai1-49/+12
2015-04-16ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai1-25/+15
2015-04-16ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai1-130/+2
2015-03-13ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai1-6/+0
2015-02-26ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removalTakashi Iwai1-1/+1
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai1-1/+1
2015-02-19ALSA: hda - Split azx_codec_create() to two phasesTakashi Iwai1-3/+2
2015-02-19ALSA: hda - Drop azx_mixer_create()Takashi Iwai1-1/+0
2015-02-19ALSA: hda - Fold hda_priv.h into hda_controller.hTakashi Iwai1-1/+390
2014-06-26ALSA: hda - Use common reboot notifierTakashi Iwai1-0/+3
2014-06-26ALSA: hda - Make position_fix as generic callbackTakashi Iwai1-3/+3
2014-04-09ALSA: hda - Make full_reset booleanThierry Reding1-1/+1
2014-03-01ALSA: hda - Move codec create to hda_controllerDylan Reid1-18/+8
2014-03-01ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid1-1/+1
2014-03-01ALSA: hda - Move low level functions to hda_controllerDylan Reid1-2/+5
2014-03-01ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid1-1/+0
2014-03-01ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid1-0/+11