summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.h
AgeCommit message (Expand)AuthorFilesLines
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai1-0/+2
2015-04-04Merge branch 'topic/hda-regmap' into for-nextTakashi Iwai1-63/+11
2015-03-25ALSA: hda - Remove superfluous hda_nid_t definition in hda_codec.hTakashi Iwai1-3/+0
2015-03-23ALSA: hda - Use regmap for command verb caches, tooTakashi Iwai1-25/+9
2015-03-23ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai1-7/+0
2015-03-23ALSA: hda - Use regmap for codec parameter readsTakashi Iwai1-1/+1
2015-03-23ALSA: hda - Add regmap supportTakashi Iwai1-0/+1
2015-03-23ALSA: hda - Move generic array helpers to core libTakashi Iwai1-30/+0
2015-03-23ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai1-0/+1
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-33/+10
2015-03-23ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai1-24/+10
2015-03-23ALSA: hda - Make snd_hda_bus_type publicTakashi Iwai1-6/+5
2015-03-20ALSA: hda - Rename power_mgmt flag with power_save_nodeTakashi Iwai1-1/+1
2015-03-18ALSA: hda - Support advanced power state controlsTakashi Iwai1-0/+2
2015-03-13ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai1-1/+0
2015-03-03ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai1-2/+0
2015-03-03ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai1-2/+0
2015-03-03ALSA: hda - Implement unbind more safelyTakashi Iwai1-0/+1
2015-03-03ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai1-2/+16
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-2/+3
2015-03-03ALSA: hda - Split snd_hda_build_pcms()Takashi Iwai1-0/+1
2015-02-26ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai1-6/+1
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai1-3/+2
2015-02-23ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai1-60/+7
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai1-4/+2
2015-02-23ALSA: hda - Bind codecs via standard busTakashi Iwai1-8/+19
2015-02-17ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_busTakashi Iwai1-2/+11
2015-02-17ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()Takashi Iwai1-12/+1
2014-08-19ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macroTakashi Iwai1-2/+0
2014-07-22ALSA: hda - Refactor quirk picking and change quirk priorityDavid Henningsson1-1/+0
2014-06-25ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai1-1/+2
2014-05-26ALSA: hda - Add fixup_forced flagDavid Henningsson1-0/+1
2014-02-25ALSA: hda - Enable sysfs attributes without CONFIG_SND_HDA_RECONFIGTakashi Iwai1-1/+1
2014-02-25ALSA: hda - Add sysfs to codec object, tooTakashi Iwai1-2/+5
2014-02-25ALSA: hda - Create own device struct for each codecTakashi Iwai1-0/+1
2014-01-29ALSA: hda - Add parameter for dumping processing coefficientsDavid Henningsson1-0/+1
2013-12-19ALSA: hda - Make CONFIG_SND_HDA_CODEC_* tristateTakashi Iwai1-13/+0
2013-12-09ALSA: hda - Split verb definitions into sound/hda_verbs.hTakashi Iwai1-546/+1
2013-12-06ALSA: hda - Clean up async codec PM using standard async infrastructureTakashi Iwai1-6/+0
2013-11-29ALSA: hda - allow a codec to define its own depop delay timeMengdong Lin1-0/+2
2013-11-27ALSA: hda - resume codecs in parallelMengdong Lin1-1/+3
2013-11-27ALSA: hda - suspend codecs in parallelMengdong Lin1-0/+5
2013-11-26ALSA: hda - Refactor pm notification in hda_codec.cTakashi Iwai1-1/+1
2013-11-26ALSA: hda - Split the generic parser as an individual moduleTakashi Iwai1-0/+1
2013-11-26ALSA: hda - Drop bus->avoid_link_reset flagTakashi Iwai1-1/+0
2013-10-24ALSA: hda - Fix mute LED on HP laptops in runtime suspendTakashi Iwai1-0/+1
2013-08-27ALSA: hda - add device entry and inactive flag to unsolicited responseMengdong Lin1-0/+5
2013-08-27ALSA: hda - add flags and routines to get devices selection info for DP1.2 MSTMengdong Lin1-0/+16
2013-06-06ALSA: hda - Don't take unresponsive D3 transition too seriousTakashi Iwai1-0/+3
2013-06-06ALSA: hda - Introduce bit flags to snd_hda_codec_read/write()Takashi Iwai1-4/+4