summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.c
AgeCommit message (Expand)Author
2015-03-03ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai
2015-03-03ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai
2015-03-03ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai
2015-03-03ALSA: hda - Split snd_hda_build_pcms()Takashi Iwai
2015-02-26ALSA: hda - Remove channel mode helper functionsTakashi Iwai
2015-02-26ALSA: hda - Power down codec automatically at registrationTakashi Iwai
2015-02-26ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai
2015-02-23ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai
2015-02-23ALSA: hda - Bind codecs via standard busTakashi Iwai
2015-02-20ALSA: hda - Avoid unnecessary power-up at mixer amp changesTakashi Iwai
2015-02-17ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_busTakashi Iwai
2015-02-17ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()Takashi Iwai
2014-11-27ALSA: hda - using uninitialized dataDan Carpenter
2014-11-17ALSA: hda: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-10-29ALSA: hda - More kerneldoc commentsTakashi Iwai
2014-10-29ALSA: hda - Correct kerneldoc commentsTakashi Iwai
2014-10-27ALSA: hda - Pass printf argument directly to request_module()Takashi Iwai
2014-10-21ALSA: hda: Use snd_ctl_enum_info()Takashi Iwai
2014-09-23ALSA: hda - Move the function "check_amp_caps" to hda_codec.cDavid Henningsson
2014-08-19ALSA: hda - Remove obsoleted snd_hda_check_board_config() & coTakashi Iwai
2014-07-22ALSA: hda - Refactor quirk picking and change quirk priorityDavid Henningsson
2014-06-30ALSA: hda - Fix invalid function call in snd_hda_add_vmaster()Takashi Iwai
2014-06-25ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai
2014-02-28ALSA: hda - Fix registration of beep input deviceTakashi Iwai
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai
2014-02-25ALSA: hda - Add sysfs to codec object, tooTakashi Iwai
2014-02-25ALSA: hda - Create own device struct for each codecTakashi Iwai
2014-02-25ALSA: hda - Manage each codec instance individuallyTakashi Iwai
2014-02-25ALSA: Create sysfs attribute files via groupsTakashi Iwai
2014-02-19ALSA: hda - Add QEMU codec vendor IDTakashi Iwai
2014-02-15ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai
2014-02-10ALSA: hda - Fix undefined symbol due to builtin/module mixupTakashi Iwai
2014-02-07ALSA: hda - Fix leftover ifdef checks after modularizationTakashi Iwai
2014-01-13ALSA: hda - Apply codec power_filter to FG nodesTakashi Iwai
2013-12-19ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai
2013-12-06ALSA: hda - Clean up async codec PM using standard async infrastructureTakashi Iwai
2013-11-29ALSA: hda - allow a codec to define its own depop delay timeMengdong Lin
2013-11-27ALSA: hda - resume codecs in parallelMengdong Lin
2013-11-27ALSA: hda - suspend codecs in parallelMengdong Lin
2013-11-26ALSA: hda - Disable runtime PM when EPSS is unavailableTakashi Iwai
2013-11-26ALSA: hda - Refactor pm notification in hda_codec.cTakashi Iwai
2013-11-26ALSA: hda - Bind with HDMI codec parser automaticallyTakashi Iwai
2013-11-26ALSA: hda - Split the generic parser as an individual moduleTakashi Iwai
2013-11-20ALSA: hda - Fix unbalanced runtime PM notification at resumeTakashi Iwai
2013-11-13ALSA: hda - Don't clear the power state at snd_hda_codec_reset()Takashi Iwai
2013-11-05ALSA: hda - Add sanity check of vmaster slave dB stepsTakashi Iwai
2013-11-05ALSA: hda - Fix possible zero-divisionTakashi Iwai