summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_controller.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-031-1/+2
|\
| * ALSA: pcm: Embed struct deviceTakashi Iwai2015-02-021-1/+2
* | ALSA: hda - Fix typo in hda_controller.cMasanari Iida2015-01-151-1/+1
|/
* ALSA: hda_controller: Separate stream_tag for input and output streams.Rafal Redzimski2014-12-261-2/+22
* sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-07-151-1/+2
|\
| * ALSA: hda - Revert stream assignment order for Intel controllersTakashi Iwai2014-07-141-1/+2
* | ALSA: hda - Replace ICH6_ prefixTakashi Iwai2014-06-261-24/+23
* | ALSA: hda - Use common reboot notifierTakashi Iwai2014-06-261-0/+26
* | ALSA: hda - Make position_fix as generic callbackTakashi Iwai2014-06-261-106/+21
* | ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai2014-06-251-1/+2
|/
* ALSA: hda - Suppress CORBRP clear on Nvidia controller chipsTakashi Iwai2014-04-291-16/+18
* ALSA: hda - Make full_reset booleanThierry Reding2014-04-091-4/+4
* ALSA: hda - Use runtime helper to check active state.Dylan Reid2014-04-091-1/+1
* ALSA: hda - Do not assign streams in reverse orderAnssi Hannula2014-04-081-4/+5
* ALSA: hda - Make azx_attach_pcm_stream staticDylan Reid2014-03-031-2/+2
* ALSA: hda - Move codec create to hda_controllerDylan Reid2014-03-011-12/+227
* ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid2014-03-011-2/+67
* ALSA: hda - Move low level functions to hda_controllerDylan Reid2014-03-011-2/+175
* ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid2014-03-011-1/+6
* ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid2014-03-011-0/+385
OpenPOWER on IntegriCloud