aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16ALSA: hda - Downgrade error message for single-cmd fallbackTakashi Iwai1-1/+1
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
2015-04-16ALSA: hda - Move send_cmd / get_response to hdac_bus_opsTakashi Iwai1-9/+15
2015-04-16ALSA: hda - Merge codec and controller helpersTakashi Iwai1-3/+0
2015-04-14ALSA: hda - Handle error from get_response bus ops directlyTakashi Iwai1-23/+24
2015-03-23ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai1-4/+4
2015-03-16Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai1-52/+27
2015-03-16Merge branch 'topic/hda-bus' into for-nextTakashi Iwai1-43/+19
2015-03-13ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai1-26/+0
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2015-03-09ALSA: hda - Fix regression of HD-audio controller fallback modesTakashi Iwai1-1/+1