aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-19ALSA: hda - Introduce azx_has_pm_runtime() macroTakashi Iwai1-2/+2
2015-02-17ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()Takashi Iwai1-24/+30
2015-02-09ALSA: hda: read trigger_timestamp immediately after starting DMAPierre-Louis Bossart1-0/+3
2015-02-03Merge branch 'topic/snd-device' into for-nextTakashi Iwai1-1/+2
2015-02-02ALSA: pcm: Embed struct deviceTakashi Iwai1-1/+2
2015-01-15ALSA: hda - Fix typo in hda_controller.cMasanari Iida1-1/+1
2014-12-26ALSA: hda_controller: Separate stream_tag for input and output streams.Rafal Redzimski1-2/+22
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-07-15Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2014-07-14ALSA: hda - Revert stream assignment order for Intel controllersTakashi Iwai1-1/+2
2014-06-26ALSA: hda - Replace ICH6_ prefixTakashi Iwai1-24/+23
2014-06-26ALSA: hda - Use common reboot notifierTakashi Iwai1-0/+26
2014-06-26ALSA: hda - Make position_fix as generic callbackTakashi Iwai1-106/+21
2014-06-25ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai1-1/+2
2014-04-29ALSA: hda - Suppress CORBRP clear on Nvidia controller chipsTakashi Iwai1-16/+18
2014-04-09ALSA: hda - Make full_reset booleanThierry Reding1-4/+4
2014-04-09ALSA: hda - Use runtime helper to check active state.Dylan Reid1-1/+1
2014-04-08ALSA: hda - Do not assign streams in reverse orderAnssi Hannula1-4/+5
2014-03-03ALSA: hda - Make azx_attach_pcm_stream staticDylan Reid1-2/+2
2014-03-01ALSA: hda - Move codec create to hda_controllerDylan Reid1-12/+227
2014-03-01ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid1-2/+67
2014-03-01ALSA: hda - Move low level functions to hda_controllerDylan Reid1-2/+175
2014-03-01ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid1-1/+6
2014-03-01ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid1-0/+385