aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-23ALSA: hda - Use cached calls to get widget caps and pin capsTakashi Iwai1-2/+1
2009-03-23ALSA: hda - Cache pin-cap valuesTakashi Iwai1-0/+16
2009-03-23ALSA: hda - Add function id to proc outputPascal de Bruijn1-3/+3
2009-03-18ALSA: snd-hda-intel - add checks for invalid values to *query_supported_pcm()Jaroslav Kysela1-8/+25
2009-03-13ALSA: hda - power up before codec initializationTakashi Iwai1-7/+8
2009-03-06ALSA: hda - Allow slave controls with non-zero indicesTakashi Iwai1-8/+13
2009-03-03ALSA: hda - Fix gcc compile warningTakashi Iwai1-6/+4
2009-03-02ALSA: hda - Don't return a fatal error at PCM-creation errorsTakashi Iwai1-5/+17
2009-03-02ALSA: hda - Revert the codec probe at control-creation errorsTakashi Iwai1-4/+10
2009-03-02ALSA: hda - Intialize more codec fields in snd_hda_codec_reset()Takashi Iwai1-0/+3
2009-02-23ALSA: hda - Add pseudo device-locking for clear/reconfigTakashi Iwai1-4/+50
2009-02-23ALSA: hda - Make user_pin overriding the driver setupTakashi Iwai1-4/+12
2009-02-23ALSA: hda - Rename {override,cur}_pin with {user,driver}_pinTakashi Iwai1-9/+9
2009-02-23ALSA: hda - Use snd_hda_codec_get_pincfg() in the rest placesTakashi Iwai1-2/+1
2009-02-20ALSA: hda - Add generic pincfg initializationTakashi Iwai1-9/+142
2009-02-13Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-0/+10
2009-02-13ALSA: hda - Add snd_hda_multi_out_dig_cleanup()Takashi Iwai1-0/+10
2009-02-12ALSA: hda - Detect multiple digital-out pinsTakashi Iwai1-7/+10
2009-02-11ALSA: hda - Fix a wrong pin check in snd_hda_parse_pin_def_config()Takashi Iwai1-1/+1
2009-02-06ALSA: hda - Add missing NULL check in snd_hda_create_spdif_in_ctls()Takashi Iwai1-0/+2
2009-02-05Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-4/+5
2009-02-05ALSA: hda - Fix misc workqueue issuesTakashi Iwai1-4/+5
2009-01-22Merge branch 'test/hda-vol-ofs' into next/hdaTakashi Iwai1-8/+37
2009-01-20ALSA: hda - Check HDMI jack types in the auto configurationTakashi Iwai1-0/+8
2009-01-20ALSA: hda - Don't break the PCM creation loopTakashi Iwai1-1/+1
2009-01-20ALSA: hda - Detect non-SPDIF digital I/OTakashi Iwai1-0/+2
2009-01-20ALSA: hda - Add debug prints for digital I/O pin detectionsTakashi Iwai1-0/+4
2009-01-20ALSA: hda - Add extra volume offset to standard volume amp macrosTakashi Iwai1-8/+37
2009-01-13Merge branch 'topic/hda-gateway' into topic/hdaTakashi Iwai1-0/+61
2009-01-13ALSA: hda - Use queue_delayed_work()Takashi Iwai1-1/+1
2009-01-12ALSA: hda - Use own workqueueTakashi Iwai1-6/+17
2009-01-09ALSA: hda - create hda_codec.control_mutex for kcontrol->private_valueWu Fengguang1-12/+13
2008-12-19ALSA: hda - Add probe_only optionTakashi Iwai1-5/+7
2008-12-19ALSA: hda - Add missing initializations of amp and verb cachesTakashi Iwai1-0/+2
2008-12-18ALSA: hda - Add Intel vendor id stringTakashi Iwai1-0/+1
2008-12-16ALSA: hda - Add Nvidia vendor id stringTakashi Iwai1-0/+1
2008-12-03Merge branch 'topic/hda-modularize' into topic/hdaTakashi Iwai1-44/+143
2008-11-30ALSA: hda - Add a new function to seek for a codec IDMauro Carvalho Chehab1-0/+61
2008-11-28ALSA: hda - Don't export symbols when built-in kernelTakashi Iwai1-74/+74
2008-11-28ALSA: hda - Check MODULE instead of CONFIG_SND_HDA_INTEL_MODULETakashi Iwai1-2/+2
2008-11-28ALSA: hda - Clear codec->proc_widget_hook at resetTakashi Iwai1-0/+1
2008-11-27ALSA: hda - Modularize HD-audio driverTakashi Iwai1-44/+143
2008-11-27ALSA: hda - Fix PCM reconfigureTakashi Iwai1-69/+93
2008-11-27ALSA: hda - Move power_save option to hda_intel.cTakashi Iwai1-10/+6
2008-11-27ALSA: hda - make some functions staticTakashi Iwai1-13/+1
2008-11-26ALSA: sound/pci/hda/hda_codec.c: cleanup kernel-docQinghuang Feng1-1/+0
2008-11-25Merge branch 'topic/fix/hda' into topic/hdaTakashi Iwai1-2/+2
2008-11-25ALSA: hda - Fix caching of SPDIF status bitsTakashi Iwai1-2/+2
2008-11-21ALSA: hda - Fix build without CONFIG_PROC_FSTakashi Iwai1-0/+30
2008-11-21ALSA: hda - Fix double free of jack instancesTakashi Iwai1-0/+1