aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12ALSA: hda - add DP MST audio supportLibin Yang1-0/+4
2017-01-12ALSA: hda - add DP mst verb supportLibin Yang1-4/+68
2016-06-16ALSA: hda: fix some klockwork scan warningsLibin Yang1-1/+7
2015-10-26Merge tag 'asoc-v4.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-3/+1
2015-10-20ALSA: hda - Fix deadlock at error in building PCMTakashi Iwai1-3/+1
2015-10-17ALSA: hda - Fix bogus codec address check for mixer name assignmentTakashi Iwai1-1/+0
2015-10-15ALSA: hda - Update mixer name for the lower codec addressTakashi Iwai1-0/+1
2015-10-08ALSA: hda: make use of core codec fnsVinod Koul1-44/+0
2015-08-26ALSA: hda - Remove superfluous pcm NULL checkTakashi Iwai1-2/+1
2015-08-25ALSA: hda - Refresh sysfs at snd_hda_codec_update_widgets()Takashi Iwai1-1/+1
2015-08-25Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2015-08-24ALSA: hda: fix possible NULL dereferenceMarkus Osterhoff1-1/+1
2015-08-17ALSA: hda - Make some helper functions localTakashi Iwai1-70/+0
2015-07-17ALSA: hda: fix kstrdup return valueHeloise NH1-1/+1
2015-06-12Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+25
2015-06-11ALSA: hda - Fix link power unbalance at device removalTakashi Iwai1-1/+1
2015-06-11ALSA: hda - Re-add the lost fake mute supportTakashi Iwai1-0/+25
2015-06-09ALSA: hda: Intel: enable automatic runtime pm for HDMI codecs by defaultLu, Han1-0/+3
2015-06-09Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+3
2015-06-09ALSA: hda - fix number of devices query on hotplugDave Airlie1-1/+1
2015-04-29Merge branch 'topic/hda' into for-nextTakashi Iwai1-0/+4
2015-04-29ALSA: hda - allow a codec to control the link powerMengdong Lin1-0/+4
2015-04-27Merge branch 'for-4.2' into for-nextTakashi Iwai1-411/+10
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 - Replace hda_bus_ops with static bindingTakashi Iwai1-8/+4
2015-04-16ALSA: hda - Fix regression for slave SPDIF setupsTakashi Iwai1-1/+1
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai1-305/+0
2015-04-16ALSA: hda - Embed bus into controller objectTakashi Iwai1-72/+0
2015-04-16ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai1-1/+2
2015-04-16ALSA: hda - Move send_cmd / get_response to hdac_bus_opsTakashi Iwai1-20/+2
2015-04-16ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai1-1/+1
2015-04-14ALSA: hda - Handle error from get_response bus ops directlyTakashi Iwai1-10/+7
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