summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2015-03-061-5/+0
|\| | | |/ |/|
| * ALSA: hda: controller code - do not export static functionsJaroslav Kysela2015-02-241-5/+0
* | Merge branch 'topic/timestamp' into for-nextTakashi Iwai2015-02-231-11/+29
|\ \
| * | ALSA: hda: replace .wallclock by .get_time_infoPierre-Louis Bossart2015-02-201-11/+29
| |/
* | ALSA: hda - Split azx_codec_create() to two phasesTakashi Iwai2015-02-191-16/+24
* | ALSA: hda - Drop azx_mixer_create()Takashi Iwai2015-02-191-7/+0
* | ALSA: hda - Fold hda_priv.h into hda_controller.hTakashi Iwai2015-02-191-1/+0
* | ALSA: hda - Introduce azx_has_pm_runtime() macroTakashi Iwai2015-02-191-2/+2
* | ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()Takashi Iwai2015-02-171-24/+30
|/
* ALSA: hda: read trigger_timestamp immediately after starting DMAPierre-Louis Bossart2015-02-091-0/+3