aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11ALSA: hda - Re-add the lost fake mute supportTakashi Iwai1-0/+25
2015-06-09ALSA: hda - fix number of devices query on hotplugDave Airlie1-1/+1
2015-04-27ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()Takashi Iwai1-1/+2
2015-04-27ALSA: hda - Fix mute-LED fixed modeTakashi Iwai1-9/+12
2015-04-16ALSA: hda - Fix regression for slave SPDIF setupsTakashi Iwai1-1/+1
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai1-4/+4
2015-04-04ALSA: hda: fix possible null dereferenceSudip Mukherjee1-3/+2
2015-03-23ALSA: hda - Use regmap for command verb caches, tooTakashi Iwai1-245/+26
2015-03-23ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai1-131/+13
2015-03-23ALSA: hda - Use regmap for amp accessesTakashi Iwai1-190/+25
2015-03-23ALSA: hda - Implement uncached version of parameter readsTakashi Iwai1-2/+2
2015-03-23ALSA: hda - Add regmap supportTakashi Iwai1-0/+1
2015-03-23ALSA: hda - Move generic array helpers to core libTakashi Iwai1-46/+0
2015-03-23ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai1-8/+22
2015-03-23ALSA: hda - Support indirect execution of verbsTakashi Iwai1-5/+7
2015-03-23ALSA: hda - Add widget sysfs treeTakashi Iwai1-4/+2
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-345/+51
2015-03-23ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai1-128/+63
2015-03-23ALSA: hda - Make snd_hda_bus_type publicTakashi Iwai1-0/+1
2015-03-18ALSA: hda - Support advanced power state controlsTakashi Iwai1-0/+4
2015-03-13ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai1-18/+0
2015-03-03ALSA: hda - Release resources in device release callbackTakashi Iwai1-28/+23
2015-03-03ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai1-21/+5
2015-03-03ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai1-67/+0
2015-03-03ALSA: hda - Implement unbind more safelyTakashi Iwai1-33/+37
2015-03-03ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai1-2/+7
2015-03-03ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai1-40/+76
2015-03-03ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai1-12/+4
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-15/+15
2015-03-03ALSA: hda - Split snd_hda_build_pcms()Takashi Iwai1-43/+59
2015-02-26ALSA: hda - Remove channel mode helper functionsTakashi Iwai1-82/+0
2015-02-26ALSA: hda - Power down codec automatically at registrationTakashi Iwai1-2/+3
2015-02-26ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai1-25/+8
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai1-16/+18
2015-02-23ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai1-145/+96
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai1-60/+33
2015-02-23ALSA: hda - Bind codecs via standard busTakashi Iwai1-291/+16
2015-02-20ALSA: hda - Avoid unnecessary power-up at mixer amp changesTakashi Iwai1-17/+16
2015-02-17ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_busTakashi Iwai1-35/+4
2015-02-17ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()Takashi Iwai1-14/+1
2014-11-27ALSA: hda - using uninitialized dataDan Carpenter1-1/+3
2014-11-17ALSA: hda: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-10-29ALSA: hda - More kerneldoc commentsTakashi Iwai1-14/+134
2014-10-29ALSA: hda - Correct kerneldoc commentsTakashi Iwai1-4/+110
2014-10-27ALSA: hda - Pass printf argument directly to request_module()Takashi Iwai1-6/+4
2014-10-21ALSA: hda: Use snd_ctl_enum_info()Takashi Iwai1-17/+2
2014-09-23ALSA: hda - Move the function "check_amp_caps" to hda_codec.cDavid Henningsson1-0/+20
2014-08-19ALSA: hda - Remove obsoleted snd_hda_check_board_config() & coTakashi Iwai1-115/+0
2014-07-22ALSA: hda - Refactor quirk picking and change quirk priorityDavid Henningsson1-0/+1
2014-06-30ALSA: hda - Fix invalid function call in snd_hda_add_vmaster()Takashi Iwai1-2/+7