summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - add DP MST audio supportLibin Yang2017-01-121-0/+4
* ALSA: hda - add DP mst verb supportLibin Yang2017-01-121-4/+68
* ALSA: hda: fix some klockwork scan warningsLibin Yang2016-06-161-1/+7
* Merge tag 'asoc-v4.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2015-10-261-3/+1
|\
| * ALSA: hda - Fix deadlock at error in building PCMTakashi Iwai2015-10-201-3/+1
* | ALSA: hda - Fix bogus codec address check for mixer name assignmentTakashi Iwai2015-10-171-1/+0
* | ALSA: hda - Update mixer name for the lower codec addressTakashi Iwai2015-10-151-0/+1
* | ALSA: hda: make use of core codec fnsVinod Koul2015-10-081-44/+0
|/
* ALSA: hda - Remove superfluous pcm NULL checkTakashi Iwai2015-08-261-2/+1
* ALSA: hda - Refresh sysfs at snd_hda_codec_update_widgets()Takashi Iwai2015-08-251-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-08-251-1/+1
|\
| * ALSA: hda: fix possible NULL dereferenceMarkus Osterhoff2015-08-241-1/+1
* | ALSA: hda - Make some helper functions localTakashi Iwai2015-08-171-70/+0
* | ALSA: hda: fix kstrdup return valueHeloise NH2015-07-171-1/+1
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-06-121-0/+25
|\
| * ALSA: hda - Re-add the lost fake mute supportTakashi Iwai2015-06-111-0/+25
* | ALSA: hda - Fix link power unbalance at device removalTakashi Iwai2015-06-111-1/+1
* | ALSA: hda: Intel: enable automatic runtime pm for HDMI codecs by defaultLu, Han2015-06-091-0/+3
* | Merge branch 'for-linus' into for-nextTakashi Iwai2015-06-091-2/+3
|\|
| * ALSA: hda - fix number of devices query on hotplugDave Airlie2015-06-091-1/+1
* | Merge branch 'topic/hda' into for-nextTakashi Iwai2015-04-291-0/+4
|\ \
| * | ALSA: hda - allow a codec to control the link powerMengdong Lin2015-04-291-0/+4
* | | Merge branch 'for-4.2' into for-nextTakashi Iwai2015-04-271-411/+10
|\| | | |/ |/|
| * ALSA: hda - Replace hda_bus_ops with static bindingTakashi Iwai2015-04-161-8/+4
| * ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai2015-04-161-305/+0
| * ALSA: hda - Embed bus into controller objectTakashi Iwai2015-04-161-72/+0
| * ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai2015-04-161-1/+2
| * ALSA: hda - Move send_cmd / get_response to hdac_bus_opsTakashi Iwai2015-04-161-20/+2
| * ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai2015-04-161-1/+1
| * ALSA: hda - Handle error from get_response bus ops directlyTakashi Iwai2015-04-141-10/+7
* | ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()Takashi Iwai2015-04-271-1/+2
* | ALSA: hda - Fix mute-LED fixed modeTakashi Iwai2015-04-271-9/+12
* | ALSA: hda - Fix regression for slave SPDIF setupsTakashi Iwai2015-04-161-1/+1
|/
* ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai2015-04-081-4/+4
* ALSA: hda: fix possible null dereferenceSudip Mukherjee2015-04-041-3/+2
* ALSA: hda - Use regmap for command verb caches, tooTakashi Iwai2015-03-231-245/+26
* ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai2015-03-231-131/+13
* ALSA: hda - Use regmap for amp accessesTakashi Iwai2015-03-231-190/+25
* ALSA: hda - Implement uncached version of parameter readsTakashi Iwai2015-03-231-2/+2
* ALSA: hda - Add regmap supportTakashi Iwai2015-03-231-0/+1
* ALSA: hda - Move generic array helpers to core libTakashi Iwai2015-03-231-46/+0
* ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai2015-03-231-8/+22
* ALSA: hda - Support indirect execution of verbsTakashi Iwai2015-03-231-5/+7
* ALSA: hda - Add widget sysfs treeTakashi Iwai2015-03-231-4/+2
* ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai2015-03-231-345/+51
* ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai2015-03-231-128/+63
* ALSA: hda - Make snd_hda_bus_type publicTakashi Iwai2015-03-231-0/+1
* ALSA: hda - Support advanced power state controlsTakashi Iwai2015-03-181-0/+4
* ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai2015-03-131-18/+0
* ALSA: hda - Release resources in device release callbackTakashi Iwai2015-03-031-28/+23