aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-06Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-5/+0
2015-03-03ALSA: hda - Implement unbind more safelyTakashi Iwai1-0/+3
2015-03-03ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai1-11/+19
2015-03-03ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai1-14/+4
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-1/+1
2015-02-26ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removalTakashi Iwai1-7/+15
2015-02-26ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai1-19/+0
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai1-4/+1
2015-02-24ALSA: hda: controller code - do not export static functionsJaroslav Kysela1-5/+0
2015-02-23ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai1-1/+1
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai1-9/+2
2015-02-23ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai1-3/+0
2015-02-23Merge branch 'topic/timestamp' into for-nextTakashi Iwai1-11/+29
2015-02-20ALSA: hda: replace .wallclock by .get_time_infoPierre-Louis Bossart1-11/+29
2015-02-19ALSA: hda - Split azx_codec_create() to two phasesTakashi Iwai1-16/+24
2015-02-19ALSA: hda - Drop azx_mixer_create()Takashi Iwai1-7/+0
2015-02-19ALSA: hda - Fold hda_priv.h into hda_controller.hTakashi Iwai1-1/+0