summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_hwdep.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32Thomas Gleixner2019-05-241-14/+1
* ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart2018-08-301-1/+1
* ALSA: hda: Hardening for potential Spectre v1Takashi Iwai2018-04-251-1/+11
* ALSA: hda - Add card field to hda_codec structTakashi Iwai2015-03-031-1/+1
* ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai2015-02-231-3/+0
* ALSA: hwdep: Embed struct deviceTakashi Iwai2015-02-021-2/+5
* ALSA: hda - Add sysfs to codec object, tooTakashi Iwai2014-02-251-754/+0
* ALSA: hda - Create own device struct for each codecTakashi Iwai2014-02-251-0/+3
* ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai2014-02-251-30/+15
* ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-251-53/+57
* ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai2014-02-151-1/+0
* ALSA: hda - Add consistent tag names for firmware patchTakashi Iwai2014-01-081-9/+42
* ALSA: hda - firmware patch code cleanupTakashi Iwai2014-01-081-11/+10
* ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai2013-12-191-4/+4
* ALSA: replace strict_strto*() with kstrto*()Jingoo Han2013-07-211-3/+3
* ALSA: hda - Add snd_hda_get_int_hint() helper functionTakashi Iwai2013-01-121-0/+20
* ALSA: hda - Protect user-defined arrays via mutexTakashi Iwai2013-01-121-18/+49
* ALSA: Remove the rest of __devinit* in commentsTakashi Iwai2012-12-071-1/+1
* ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-301-2/+2
* ALSA: hda - Load firmware in hda_intel.cTakashi Iwai2012-08-091-26/+13
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* | ALSA: hda_hwdep: Fix possible buffer overflowAlexander Stein2011-11-011-2/+0
|/
* ALSA: hda - Allow patching with any vendor/subsystem idsTakashi Iwai2011-09-281-3/+3
* ALSA: hda - Ensure codec patch files are checked for the correct codec IDDavid Henningsson2010-07-261-1/+3
* ALSA: hda - Allow override more fields via patch loaderTakashi Iwai2010-01-281-15/+38
* ALSA: hda - Use strict_strtoul()Takashi Iwai2009-12-271-2/+5
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-4/+3
* ALSA: hda - Add power on/off counterTakashi Iwai2009-11-111-0/+38
* ALSA: hda - Add patch module optionTakashi Iwai2009-06-241-19/+217
* ALSA: hda - Split codec->name to vendor and chip name stringsTakashi Iwai2009-05-161-3/+6
* ALSA: hda - power up before codec initializationTakashi Iwai2009-03-131-5/+9
* ALSA: hda - Add show for init_verbs and hints sysfs entriesTakashi Iwai2009-03-021-2/+33
* ALSA: hda - Add hint string helper functionsTakashi Iwai2009-03-021-13/+99
* ALSA: hda - Add pseudo device-locking for clear/reconfigTakashi Iwai2009-02-231-2/+13
* ALSA: hda - Rename {override,cur}_pin with {user,driver}_pinTakashi Iwai2009-02-231-16/+16
* ALSA: hda - Add generic pincfg initializationTakashi Iwai2009-02-201-0/+66
* ALSA: hda - Fix parse of init_verbs sysfs entryTakashi Iwai2009-02-201-7/+8
* ALSA: hda - Register (new) devices at reconfigTakashi Iwai2009-02-121-1/+1
* ALSA: hda - Modularize HD-audio driverTakashi Iwai2008-11-271-1/+1
* ALSA: hda - Fix PCM reconfigureTakashi Iwai2008-11-271-1/+1
* ALSA: hda - Make CONFIG_SND_HDA_RECONFIG for codec reconfigurationTakashi Iwai2008-11-211-0/+4
* ALSA: hda - Add hints for reconfigTakashi Iwai2008-10-131-0/+34
* ALSA: hda - Add init_verbs entriesTakashi Iwai2008-10-131-0/+37
* ALSA: hda - Add sysfs entries to hwdep devicesTakashi Iwai2008-10-131-0/+157
* [ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSETakashi Iwai2008-05-271-1/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] hda-intel - Fix compile warning in snd_hwdep_ioctl_compat()Takashi Iwai2007-10-161-1/+1
* [ALSA] hda-intel - Add hwdep interfaceTakashi Iwai2007-10-161-0/+122