summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-534/+0
2018-07-17Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+1
2018-07-03Merge branch 'topic/hda-core-intel' into for-nextTakashi Iwai1-0/+2
2018-06-28ALSA: hda/hdmi - Don't fall back to generic when i915 binding failsTakashi Iwai1-0/+1
2018-06-28ALSA: hda: split snd_hda_codec_new functionRakesh Ughreja1-0/+2
2018-06-27ALSA: hda - Kill snd_hda_codec_update_cache()Takashi Iwai1-3/+0
2018-06-21ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMITakashi Iwai1-0/+1
2017-09-03ALSA: hda: Fix regression of hdmi eld control created based on invalid pcmWang YanQing1-0/+1
2017-06-28ALSA: hda - Fix endless loop of codec configureTakashi Iwai1-0/+2
2017-04-10ALSA: hda - A new flag to enforce prefix to each pinTakashi Iwai1-0/+1
2017-01-12ALSA: hda - add DP mst verb supportLibin Yang1-0/+3
2015-10-20Merge branch 'topic/hda-modalias' into for-nextTakashi Iwai1-8/+11
2015-10-20ALSA: hda - convert to hda_device_idTakashi Iwai1-8/+11
2015-10-17ALSA: hda - Remove leftover snd_hda_bus() prototypeTakashi Iwai1-4/+0
2015-10-17ALSA: hda - Fix bogus codec address check for mixer name assignmentTakashi Iwai1-1/+1
2015-10-15ALSA: hda - Update mixer name for the lower codec addressTakashi Iwai1-0/+1
2015-10-15ALSA: hda - consolidate chip rename functionsTakashi Iwai1-0/+2
2015-10-08ALSA: hda: make use of core codec fnsVinod Koul1-4/+14
2015-08-17ALSA: hda - Make some helper functions localTakashi Iwai1-7/+0
2015-06-09ALSA: hda: Intel: enable automatic runtime pm for HDMI codecs by defaultLu, Han1-0/+1
2015-05-28ALSA: hda - Drop unused fields from struct hda_codec_presetTakashi Iwai1-4/+0
2015-05-02Merge branch 'topic/jack' into for-nextTakashi Iwai1-2/+0
2015-05-02ALSA: jack: fix a randconfig build issueJie Yang1-2/+0
2015-04-17ALSA: hda - Replace hda_bus_ops with static bindingTakashi Iwai1-39/+10
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai1-10/+5
2015-04-16ALSA: hda - Embed bus into controller objectTakashi Iwai1-3/+0
2015-04-16ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai1-0/+1
2015-04-16ALSA: hda - Move send_cmd / get_response to hdac_bus_opsTakashi Iwai1-5/+6
2015-04-14ALSA: hda - Handle error from get_response bus ops directlyTakashi Iwai1-2/+1
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