aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-06ALSA: hda: Clear RIRB status before reading WPMohan Kumar1-2/+9
2020-01-01ALSA: hda: constify copied structureJulia Lawall1-1/+1
2019-12-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into for-nextTakashi Iwai1-5/+5
2019-12-16ALSA: hda - Downgrade error message for single-cmd fallbackTakashi Iwai1-1/+1
2019-12-13ALSA: hda: Unify get_response handlingTakashi Iwai1-45/+4
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-5/+5
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: hda: Use managed buffer allocationTakashi Iwai1-9/+4
2019-12-10ALSA: hda: Use standard waitqueue for RIRB wakeupTakashi Iwai1-15/+14
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-1/+0
2019-08-22Merge branch 'topic/usb-validation' into for-nextTakashi Iwai1-4/+9
2019-08-09ALSA: hda - Inform too slow responsesTakashi Iwai1-2/+11
2019-08-08Merge branch 'topic/hda-bus-ops-cleanup' into for-nextTakashi Iwai1-4/+2
2019-08-08ALSA: hda: Direct MMIO accessesTakashi Iwai1-4/+2
2019-08-07ALSA: hda - Workaround for crackled sound on AMD controller (1022:1457)Takashi Iwai1-0/+7
2019-08-06ALSA: hda - Don't override global PCM hw info flagTakashi Iwai1-4/+2
2019-07-26ALSA: hda - Show the fatal CORB/RIRB error more clearlyTakashi Iwai1-1/+4
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-12/+1
2019-05-28ALSA: hda: move polling_mode flag to struct hdac_busBard Liao1-6/+6
2018-12-11ALSA: hda: Refactor display power managementTakashi Iwai1-11/+0
2018-08-30ALSA: hda - Clean up jackpoll_ms option handlingTakashi Iwai1-22/+1
2018-08-28ALSA: hda: Remove substream allocation/free opsTakashi Iwai1-4/+4
2018-08-28ALSA: hda: Use new non-cached allocation for non-snoop modeTakashi Iwai1-1/+4
2018-06-01ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()Bo Chen1-1/+3
2017-06-28ALSA: hda - Skip card registration when no codec is foundTakashi Iwai1-0/+3
2017-06-28ALSA: hda - Fix endless loop of codec configureTakashi Iwai1-2/+6
2017-01-15ALSA: hda - Make single_cmd option to stop the fallback mechanismTakashi Iwai1-0/+4
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-08-09ALSA - hda: Add support for link audio time reportingGuneshwor Singh1-1/+197
2016-08-09ALSA - hda: Add support for parsing new HDA capabilitiesGuneshwor Singh1-0/+5
2016-02-26ALSA: hda - Loop interrupt handling until really clearedTakashi Iwai1-21/+26
2015-12-17ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai1-5/+0
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-2/+1
2015-11-02ALSA: hda - Fix lost 4k BDL boundary workaroundTakashi Iwai1-0/+3
2015-10-17ALSA: hda - Fix bogus codec address check for mixer name assignmentTakashi Iwai1-0/+1
2015-05-18ALSA: hda - rename hda_intel_trace.h to hda_controller_trace.hLibin Yang1-1/+5
2015-04-29ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin1-0/+11
2015-04-18ALSA: hda - Replace open codes with snd_hdac_stream_set_params()Takashi Iwai1-19/+4
2015-04-17ALSA: hda - Move prepared flag into struct hdac_streamTakashi Iwai1-4/+4
2015-04-16ALSA: hda - Replace hda_bus_ops with static bindingTakashi Iwai1-25/+17
2015-04-16ALSA: hda - Reenable tracepoints for controllerTakashi Iwai1-0/+6
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai1-2/+1
2015-04-16ALSA: hda - Minor refactoringTakashi Iwai1-3/+7
2015-04-16ALSA: hda - Embed bus into controller objectTakashi Iwai1-454/+107
2015-04-16ALSA: hda - Migrate more hdac_stream codesTakashi Iwai1-379/+49
2015-04-16ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai1-259/+156
2015-04-16ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai1-13/+13