summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.h
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Separate runtime and system suspendKai-Heng Feng2020-10-281-1/+2
* Merge branch 'for-next' into for-linusTakashi Iwai2020-08-031-1/+1
|\
| * ALSA: hda: Enable sync-write operation as default for all controllersTakashi Iwai2020-06-191-1/+1
* | ALSA: hda: Workaround for spurious wakeups on some Intel platformsTakashi Iwai2020-07-271-1/+1
|/
* Merge branch 'topic/usb-validation' into for-nextTakashi Iwai2019-08-221-1/+1
|\
| * ALSA: hda - Workaround for crackled sound on AMD controller (1022:1457)Takashi Iwai2019-08-071-1/+1
* | ALSA: hda: Direct MMIO accessesTakashi Iwai2019-08-081-2/+1
|/
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-10/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* | ALSA: hda: move polling_mode flag to struct hdac_busBard Liao2019-05-281-2/+0
|/
* ALSA: hda - Revert DSP detection on legacy HD-audio driverTakashi Iwai2019-01-011-1/+1
* ALSA: HD-Audio: SKL+: abort probe if DSP is present and Skylake driver selectedPierre-Louis Bossart2018-12-191-1/+1
* ALSA: hda/intel: Drop superfluous AZX_DCAPS_I915_POWERWELL checksTakashi Iwai2018-12-111-5/+1
* ALSA: hda: fix unused variable warningAnders Roxell2018-09-111-5/+4
* Merge tag 'hda-codec-h-move' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2018-08-301-1/+1
|\
| * ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart2018-08-301-1/+1
* | ALSA: hda - Clean up jackpoll_ms option handlingTakashi Iwai2018-08-301-1/+1
* | ALSA: hda: Remove substream allocation/free opsTakashi Iwai2018-08-281-5/+0
* | ALSA: hda: Use new non-cached allocation for non-snoop modeTakashi Iwai2018-08-281-1/+0
* | ALSA: hda: Check the non-cached stream buffers more explicitlyTakashi Iwai2018-08-281-0/+1
|/
* ALSA: hda - Fix doubly initialization of i915 componentTakashi Iwai2017-06-301-1/+5
* ALSA: hda - Make single_cmd option to stop the fallback mechanismTakashi Iwai2017-01-151-0/+1
* ALSA - hda: Add support for parsing new HDA capabilitiesGuneshwor Singh2016-08-091-0/+3
* ALSA: hda - Drop unused AZX_DCAPS_REVERSE_ASSIGNTakashi Iwai2015-12-171-1/+1
* ALSA: hda - Drop AZX_DCAPS_POSFIX_VIA bitTakashi Iwai2015-12-171-1/+1
* ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai2015-12-171-1/+1
* ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND capsTakashi Iwai2015-12-171-1/+1
* ALSA: hda - Clean up the code to check bdl_pos_adj optionTakashi Iwai2015-12-151-1/+1
* ALSA: hda - Don't try to bind i915 unless CONFIG_SND_HDA_I915 is setTakashi Iwai2015-12-091-0/+4
* ALSA: hda - Spell vga_switcheroo consistentlyLukas Wunner2015-10-191-1/+1
* Merge branch 'topic/hda' into for-nextTakashi Iwai2015-04-291-0/+2
|\
| * ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin2015-04-291-0/+2
* | Merge branch 'topic/hda' into for-4.2Takashi Iwai2015-04-271-242/+28
|\|
| * ALSA: hda - Move prepared flag into struct hdac_streamTakashi Iwai2015-04-171-1/+0
| * ALSA: hda - Drop azx_sd_read*/write*() macrosTakashi Iwai2015-04-161-13/+0
| * ALSA: hda - Embed bus into controller objectTakashi Iwai2015-04-161-45/+20
| * ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai2015-04-161-49/+12
| * ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai2015-04-161-25/+15
| * ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai2015-04-161-130/+2
* | ALSA: hda - simplify azx_has_pm_runtimeDavid Henningsson2015-04-161-1/+1
|/
* ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai2015-03-131-6/+0
* ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removalTakashi Iwai2015-02-261-1/+1
* ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai2015-02-261-1/+1
* ALSA: hda - Split azx_codec_create() to two phasesTakashi Iwai2015-02-191-3/+2
* ALSA: hda - Drop azx_mixer_create()Takashi Iwai2015-02-191-1/+0
* ALSA: hda - Fold hda_priv.h into hda_controller.hTakashi Iwai2015-02-191-1/+390
* ALSA: hda - Use common reboot notifierTakashi Iwai2014-06-261-0/+3
* ALSA: hda - Make position_fix as generic callbackTakashi Iwai2014-06-261-3/+3
* ALSA: hda - Make full_reset booleanThierry Reding2014-04-091-1/+1
* ALSA: hda - Move codec create to hda_controllerDylan Reid2014-03-011-18/+8