aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_hwdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32Thomas Gleixner1-14/+1
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-1/+1
2018-04-25ALSA: hda: Hardening for potential Spectre v1Takashi Iwai1-1/+11
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-1/+1
2015-02-23ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai1-3/+0
2015-02-02ALSA: hwdep: Embed struct deviceTakashi Iwai1-2/+5
2014-02-25ALSA: hda - Add sysfs to codec object, tooTakashi Iwai1-754/+0
2014-02-25ALSA: hda - Create own device struct for each codecTakashi Iwai1-0/+3
2014-02-25ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai1-30/+15
2014-02-25ALSA: Create sysfs attribute files via groupsTakashi Iwai1-53/+57
2014-02-15ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai1-1/+0
2014-01-08ALSA: hda - Add consistent tag names for firmware patchTakashi Iwai1-9/+42
2014-01-08ALSA: hda - firmware patch code cleanupTakashi Iwai1-11/+10
2013-12-19ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai1-4/+4
2013-07-21ALSA: replace strict_strto*() with kstrto*()Jingoo Han1-3/+3
2013-01-12ALSA: hda - Add snd_hda_get_int_hint() helper functionTakashi Iwai1-0/+20
2013-01-12ALSA: hda - Protect user-defined arrays via mutexTakashi Iwai1-18/+49
2012-12-07ALSA: Remove the rest of __devinit* in commentsTakashi Iwai1-1/+1
2012-08-30ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai1-2/+2
2012-08-09ALSA: hda - Load firmware in hda_intel.cTakashi Iwai1-26/+13
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-01ALSA: hda_hwdep: Fix possible buffer overflowAlexander Stein1-2/+0
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-09-28ALSA: hda - Allow patching with any vendor/subsystem idsTakashi Iwai1-3/+3
2010-07-26ALSA: hda - Ensure codec patch files are checked for the correct codec IDDavid Henningsson1-1/+3
2010-01-28ALSA: hda - Allow override more fields via patch loaderTakashi Iwai1-15/+38
2009-12-27ALSA: hda - Use strict_strtoul()Takashi Iwai1-2/+5
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-4/+3
2009-11-11ALSA: hda - Add power on/off counterTakashi Iwai1-0/+38
2009-06-24ALSA: hda - Add patch module optionTakashi Iwai1-19/+217
2009-05-16ALSA: hda - Split codec->name to vendor and chip name stringsTakashi Iwai1-3/+6
2009-03-13ALSA: hda - power up before codec initializationTakashi Iwai1-5/+9
2009-03-02ALSA: hda - Add show for init_verbs and hints sysfs entriesTakashi Iwai1-2/+33
2009-03-02ALSA: hda - Add hint string helper functionsTakashi Iwai1-13/+99
2009-02-23ALSA: hda - Add pseudo device-locking for clear/reconfigTakashi Iwai1-2/+13
2009-02-23ALSA: hda - Rename {override,cur}_pin with {user,driver}_pinTakashi Iwai1-16/+16
2009-02-20ALSA: hda - Add generic pincfg initializationTakashi Iwai1-0/+66
2009-02-20ALSA: hda - Fix parse of init_verbs sysfs entryTakashi Iwai1-7/+8
2009-02-12ALSA: hda - Register (new) devices at reconfigTakashi Iwai1-1/+1
2008-11-27ALSA: hda - Modularize HD-audio driverTakashi Iwai1-1/+1
2008-11-27ALSA: hda - Fix PCM reconfigureTakashi Iwai1-1/+1
2008-11-21ALSA: hda - Make CONFIG_SND_HDA_RECONFIG for codec reconfigurationTakashi Iwai1-0/+4
2008-10-13ALSA: hda - Add hints for reconfigTakashi Iwai1-0/+34
2008-10-13ALSA: hda - Add init_verbs entriesTakashi Iwai1-0/+37
2008-10-13ALSA: hda - Add sysfs entries to hwdep devicesTakashi Iwai1-0/+157
2008-05-27[ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSETakashi Iwai1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] hda-intel - Fix compile warning in snd_hwdep_ioctl_compat()Takashi Iwai1-1/+1
2007-10-16[ALSA] hda-intel - Add hwdep interfaceTakashi Iwai1-0/+122