aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai2015-03-031-2/+7
* ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai2015-03-031-40/+76
* ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai2015-03-031-12/+4
* ALSA: hda - Add card field to hda_codec structTakashi Iwai2015-03-031-15/+15
* ALSA: hda - Split snd_hda_build_pcms()Takashi Iwai2015-03-031-43/+59
* ALSA: hda - Remove channel mode helper functionsTakashi Iwai2015-02-261-82/+0
* ALSA: hda - Power down codec automatically at registrationTakashi Iwai2015-02-261-2/+3
* ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai2015-02-261-25/+8
* ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai2015-02-261-16/+18
* ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai2015-02-231-145/+96
* ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai2015-02-231-60/+33
* ALSA: hda - Bind codecs via standard busTakashi Iwai2015-02-231-291/+16
* ALSA: hda - Avoid unnecessary power-up at mixer amp changesTakashi Iwai2015-02-201-17/+16
* ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_busTakashi Iwai2015-02-171-35/+4
* ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()Takashi Iwai2015-02-171-14/+1
* ALSA: hda - using uninitialized dataDan Carpenter2014-11-271-1/+3
* ALSA: hda: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-171-2/+1
* ALSA: hda - More kerneldoc commentsTakashi Iwai2014-10-291-14/+134
* ALSA: hda - Correct kerneldoc commentsTakashi Iwai2014-10-291-4/+110
* ALSA: hda - Pass printf argument directly to request_module()Takashi Iwai2014-10-271-6/+4
* ALSA: hda: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-17/+2
* ALSA: hda - Move the function "check_amp_caps" to hda_codec.cDavid Henningsson2014-09-231-0/+20
* ALSA: hda - Remove obsoleted snd_hda_check_board_config() & coTakashi Iwai2014-08-191-115/+0
* ALSA: hda - Refactor quirk picking and change quirk priorityDavid Henningsson2014-07-221-0/+1
* ALSA: hda - Fix invalid function call in snd_hda_add_vmaster()Takashi Iwai2014-06-301-2/+7
* ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai2014-06-251-14/+21
* ALSA: hda - Fix registration of beep input deviceTakashi Iwai2014-02-281-1/+7
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-69/+68
* ALSA: hda - Add sysfs to codec object, tooTakashi Iwai2014-02-251-3/+8
* ALSA: hda - Create own device struct for each codecTakashi Iwai2014-02-251-3/+33
* ALSA: hda - Manage each codec instance individuallyTakashi Iwai2014-02-251-11/+25
* ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-251-16/+0
* ALSA: hda - Add QEMU codec vendor IDTakashi Iwai2014-02-191-0/+1
* ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai2014-02-151-1/+0
* ALSA: hda - Fix undefined symbol due to builtin/module mixupTakashi Iwai2014-02-101-15/+15
* ALSA: hda - Fix leftover ifdef checks after modularizationTakashi Iwai2014-02-071-3/+3
* ALSA: hda - Apply codec power_filter to FG nodesTakashi Iwai2014-01-131-3/+9
* ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai2013-12-191-107/+107
* ALSA: hda - Clean up async codec PM using standard async infrastructureTakashi Iwai2013-12-061-45/+19
* ALSA: hda - allow a codec to define its own depop delay timeMengdong Lin2013-11-291-2/+5
* ALSA: hda - resume codecs in parallelMengdong Lin2013-11-271-6/+23
* ALSA: hda - suspend codecs in parallelMengdong Lin2013-11-271-2/+45
* ALSA: hda - Disable runtime PM when EPSS is unavailableTakashi Iwai2013-11-261-2/+5
* ALSA: hda - Refactor pm notification in hda_codec.cTakashi Iwai2013-11-261-23/+14
* ALSA: hda - Bind with HDMI codec parser automaticallyTakashi Iwai2013-11-261-0/+27
* ALSA: hda - Split the generic parser as an individual moduleTakashi Iwai2013-11-261-18/+49
* ALSA: hda - Fix unbalanced runtime PM notification at resumeTakashi Iwai2013-11-201-0/+4
* ALSA: hda - Don't clear the power state at snd_hda_codec_reset()Takashi Iwai2013-11-131-3/+0
* ALSA: hda - Add sanity check of vmaster slave dB stepsTakashi Iwai2013-11-051-4/+12
* ALSA: hda - Fix possible zero-divisionTakashi Iwai2013-11-051-2/+7