summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Drop the BATCH workaround for AMD controllersTakashi Iwai2021-03-171-7/+0
* ALSA: hda: Clear RIRB status before reading WPMohan Kumar2020-10-011-2/+9
* ALSA: hda - Downgrade error message for single-cmd fallbackTakashi Iwai2020-01-041-1/+1
* ALSA: hda - Show the fatal CORB/RIRB error more clearlyTakashi Iwai2019-10-051-1/+4
* ALSA: hda - Workaround for crackled sound on AMD controller (1022:1457)Takashi Iwai2019-08-161-0/+7
* ALSA: hda - Don't override global PCM hw info flagTakashi Iwai2019-08-161-4/+2
* ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()Bo Chen2018-06-011-1/+3
* ALSA: hda - Skip card registration when no codec is foundTakashi Iwai2017-06-281-0/+3
* ALSA: hda - Fix endless loop of codec configureTakashi Iwai2017-06-281-2/+6
* ALSA: hda - Make single_cmd option to stop the fallback mechanismTakashi Iwai2017-01-151-0/+4
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-1/+1
* ALSA - hda: Add support for link audio time reportingGuneshwor Singh2016-08-091-1/+197
* ALSA - hda: Add support for parsing new HDA capabilitiesGuneshwor Singh2016-08-091-0/+5
* ALSA: hda - Loop interrupt handling until really clearedTakashi Iwai2016-02-261-21/+26
* ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai2015-12-171-5/+0
* 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-2/+1
* ALSA: hda - Fix lost 4k BDL boundary workaroundTakashi Iwai2015-11-021-0/+3
* ALSA: hda - Fix bogus codec address check for mixer name assignmentTakashi Iwai2015-10-171-0/+1
* ALSA: hda - rename hda_intel_trace.h to hda_controller_trace.hLibin Yang2015-05-181-1/+5
* ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin2015-04-291-0/+11
* ALSA: hda - Replace open codes with snd_hdac_stream_set_params()Takashi Iwai2015-04-181-19/+4
* ALSA: hda - Move prepared flag into struct hdac_streamTakashi Iwai2015-04-171-4/+4
* ALSA: hda - Replace hda_bus_ops with static bindingTakashi Iwai2015-04-161-25/+17
* ALSA: hda - Reenable tracepoints for controllerTakashi Iwai2015-04-161-0/+6
* ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai2015-04-161-2/+1
* ALSA: hda - Minor refactoringTakashi Iwai2015-04-161-3/+7
* ALSA: hda - Embed bus into controller objectTakashi Iwai2015-04-161-454/+107
* ALSA: hda - Migrate more hdac_stream codesTakashi Iwai2015-04-161-379/+49
* ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai2015-04-161-259/+156
* ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai2015-04-161-13/+13
* ALSA: hda - Move send_cmd / get_response to hdac_bus_opsTakashi Iwai2015-04-161-9/+15
* ALSA: hda - Merge codec and controller helpersTakashi Iwai2015-04-161-3/+0
* ALSA: hda - Handle error from get_response bus ops directlyTakashi Iwai2015-04-141-23/+24
* ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai2015-03-231-4/+4
* Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai2015-03-161-52/+27
|\
| * ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai2015-03-131-26/+0
| * ALSA: hda - Implement unbind more safelyTakashi Iwai2015-03-031-0/+3
| * ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai2015-03-031-11/+19
| * ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai2015-03-031-14/+4
| * ALSA: hda - Add card field to hda_codec structTakashi Iwai2015-03-031-1/+1
* | Merge branch 'topic/hda-bus' into for-nextTakashi Iwai2015-03-161-43/+19
|\|
| * ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removalTakashi Iwai2015-02-261-7/+15
| * ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai2015-02-261-19/+0
| * ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai2015-02-261-4/+1
| * ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai2015-02-231-1/+1
| * ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai2015-02-231-9/+2
| * ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai2015-02-231-3/+0
* | Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-091-1/+1
|\ \
| * | ALSA: hda - Fix regression of HD-audio controller fallback modesTakashi Iwai2015-03-091-1/+1