开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
hda_controller.c
Age
Commit message (
Expand
)
Author
2015-03-23
ALSA: hda - Move some codes up to hdac_bus struct
Takashi Iwai
2015-03-16
Merge branch 'topic/hda-unbind' into for-next
Takashi Iwai
2015-03-16
Merge branch 'topic/hda-bus' into for-next
Takashi Iwai
2015-03-13
ALSA: hda - Use shutdown driver ops instead of reboot notifier
Takashi Iwai
2015-03-09
Merge branch 'for-linus' into for-next
Takashi Iwai
2015-03-09
ALSA: hda - Fix regression of HD-audio controller fallback modes
Takashi Iwai
2015-03-06
Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Takashi Iwai
2015-03-03
ALSA: hda - Implement unbind more safely
Takashi Iwai
2015-03-03
ALSA: hda - Don't assume non-NULL PCM ops
Takashi Iwai
2015-03-03
ALSA: hda - Remove superfluous memory allocation error messages
Takashi Iwai
2015-03-03
ALSA: hda - Add card field to hda_codec struct
Takashi Iwai
2015-02-26
ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removal
Takashi Iwai
2015-02-26
ALSA: hda - Replace bus pm_notify with the standard runtime PM framework
Takashi Iwai
2015-02-26
ALSA: hda - Drop power_save value indirection in hda_bus
Takashi Iwai
2015-02-24
ALSA: hda: controller code - do not export static functions
Jaroslav Kysela
2015-02-23
ALSA: hda - Use standard runtime PM for codec power-save control
Takashi Iwai
2015-02-23
ALSA: hda - Move codec suspend/resume to codec driver
Takashi Iwai
2015-02-23
ALSA: hda - Decouple PCM and hwdep devices from codec object
Takashi Iwai
2015-02-23
Merge branch 'topic/timestamp' into for-next
Takashi Iwai
2015-02-20
ALSA: hda: replace .wallclock by .get_time_info
Pierre-Louis Bossart
2015-02-19
ALSA: hda - Split azx_codec_create() to two phases
Takashi Iwai
2015-02-19
ALSA: hda - Drop azx_mixer_create()
Takashi Iwai
2015-02-19
ALSA: hda - Fold hda_priv.h into hda_controller.h
Takashi Iwai
2015-02-19
ALSA: hda - Introduce azx_has_pm_runtime() macro
Takashi Iwai
2015-02-17
ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()
Takashi Iwai
2015-02-09
ALSA: hda: read trigger_timestamp immediately after starting DMA
Pierre-Louis Bossart
2015-02-03
Merge branch 'topic/snd-device' into for-next
Takashi Iwai
2015-02-02
ALSA: pcm: Embed struct device
Takashi Iwai
2015-01-15
ALSA: hda - Fix typo in hda_controller.c
Masanari Iida
2014-12-26
ALSA: hda_controller: Separate stream_tag for input and output streams.
Rafal Redzimski
2014-12-13
sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-07-15
Merge branch 'for-linus' into for-next
Takashi Iwai
2014-07-14
ALSA: hda - Revert stream assignment order for Intel controllers
Takashi Iwai
2014-06-26
ALSA: hda - Replace ICH6_ prefix
Takashi Iwai
2014-06-26
ALSA: hda - Use common reboot notifier
Takashi Iwai
2014-06-26
ALSA: hda - Make position_fix as generic callback
Takashi Iwai
2014-06-25
ALSA: hda - Kill the rest of snd_print*() usages
Takashi Iwai
2014-04-29
ALSA: hda - Suppress CORBRP clear on Nvidia controller chips
Takashi Iwai
2014-04-09
ALSA: hda - Make full_reset boolean
Thierry Reding
2014-04-09
ALSA: hda - Use runtime helper to check active state.
Dylan Reid
2014-04-08
ALSA: hda - Do not assign streams in reverse order
Anssi Hannula
2014-03-03
ALSA: hda - Make azx_attach_pcm_stream static
Dylan Reid
2014-03-01
ALSA: hda - Move codec create to hda_controller
Dylan Reid
2014-03-01
ALSA: hda - Move azx_interrupt to hda_controller
Dylan Reid
2014-03-01
ALSA: hda - Move low level functions to hda_controller
Dylan Reid
2014-03-01
ALSA: hda - move alloc_cmd_io to hda_controller
Dylan Reid
2014-03-01
ALSA: hda - Relocate RIRB/CORB interface to hda_controller
Dylan Reid
2014-03-01
ALSA: hda - Move the dsp loader to hda_controller
Dylan Reid
2014-03-01
ALSA: hda - Pull pages allocation to hda_controller
Dylan Reid
2014-03-01
ALSA: hda - Add hda_controller.c and move pcm ops from hda_intel
Dylan Reid