summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Add HDA vendor ID for Wolfson MicroelectronicsMark Brown2008-10-281-0/+1
* ALSA: hda: comment typo fixWu Fengguang2008-10-101-1/+1
* ALSA: hda: comment typo fixWu Fengguang2008-10-101-1/+1
* ALSA: Support NVIDIA MCP78/7A HDMI audioWei Ni2008-10-101-0/+3
* ALSA: hda - Fix / clean-up slave digital out codesTakashi Iwai2008-10-101-65/+50
* ALSA: hda: slave_dig_outs code block in wrong locationMatthew Ranostay2008-10-101-6/+0
* ALSA: hda: Input port AMP controlsMatthew Ranostay2008-09-231-9/+0
* ALSA: hda: fix oopses in snd-hda-intel after digital slave support additionsHerton Ronaldo Krzesinski2008-09-231-14/+19
* ALSA: hda: slave digital out supportMatthew Ranostay2008-09-091-2/+50
* ALSA: hda - put all HDA codec IDs to components for precise hw detectionJaroslav Kysela2008-08-131-2/+2
* ALSA: hda - Don't reset SPDIF in each status changeTakashi Iwai2008-08-131-2/+2
* ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2008-08-131-7/+14
* [ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSETakashi Iwai2008-05-271-1/+1
* [ALSA] hda-codec - Fix unbalanced mutexFrederik Deweerdt2008-04-241-1/+1
* [ALSA] hda-codec - keep the format verb at closing PCM streamsTakashi Iwai2008-04-241-10/+21
* [ALSA] sound: hda: missing includes of hda_patch.hHarvey Harrison2008-04-241-3/+28
* [ALSA] hda-codec - Add more names to vendor listTakashi Iwai2008-04-241-1/+6
* [ALSA] hda-codec - Add "IEC958 Default PCM" switchTakashi Iwai2008-04-241-4/+69
* [ALSA] hda-codec - More fix-up for auto-configurationTakashi Iwai2008-04-241-0/+24
* [ALSA] hda-codec - Allow multiple SPDIF devicesTakashi Iwai2008-04-241-2/+33
* [ALSA] hda-codec - Don't create vmaster if no slaves foundTakashi Iwai2008-02-221-0/+6
* [ALSA] hda-codec - Fix race condition in generic bound volume/swtich controlsSerge A. Suchkov2008-02-221-4/+4
* [ALSA] hda: Add dynamic mono mixer support for STAC92xx codecsMatthew Ranostay2008-01-311-1/+1
* [ALSA] hda: Added mono_out_pin to autoconfigMatthew Ranostay2008-01-311-0/+5
* [ALSA] hda-codec - Optimize snd_hda_pser_pin_def_config()Takashi Iwai2008-01-311-4/+3
* [ALSA] hda-codec - Add afg and mfg preset maskMarc Boucher2008-01-311-0/+4
* [ALSA] hda-codec - Add a delay after power state changeMarc Boucher2008-01-311-0/+1
* [ALSA] hda-codec - print control name in error messagesTakashi Iwai2008-01-311-1/+2
* [ALSA] hda-codec - Add virtual master controlsTakashi Iwai2008-01-311-0/+60
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] hda-codec - Add missing #defines (and 1 rename) in hda_codec.hAndrew Paprocki2008-01-311-3/+5
* [ALSA] hda-codec - Check value range in ctl callbacksTakashi Iwai2008-01-311-1/+2
* [ALSA] hda-codec - Improve the auto-configurationTakashi Iwai2008-01-311-0/+22
* [ALSA] hda-codec - Add STAC9228 DMIC supportMatthew Ranostay2008-01-311-0/+1
* [ALSA] hda-codec - Check PINCAP only for PIN widgetsTakashi Iwai2007-11-191-13/+20
* [ALSA] hda-codec - Disable shared stream on AD1986ATakashi Iwai2007-11-191-3/+4
* [ALSA] hda-codec - Fix build without CONFIG_SND_HDA_GENERICTakashi Iwai2007-10-231-7/+2
* [ALSA] hda-codec - Fix Gateway laptops with STAC9200Takashi Iwai2007-10-161-1/+15
* [ALSA] hda-codec - Add zero checks in input-mux helper functionsTakashi Iwai2007-10-161-0/+4
* [ALSA] Add default values for power-saving as Kconfig optionsTakashi Iwai2007-10-161-1/+1
* [ALSA] hda-intel - Improve HD-audio codec probing robustnessDanny Tholen2007-10-161-0/+2
* [ALSA] hda-intel - Fix resume logic, when dynamic power managment is onMaxim Levitsky2007-10-161-3/+13
* [ALSA] hda-intel - fix a race in dynamic power managmentMaxim Levitsky2007-10-161-1/+3
* [ALSA] hda-intel - Fix compile with gcc-3.xTakashi Iwai2007-10-161-2/+2
* [ALSA] hda-intel - Avoid unnecessary work schedulingTakashi Iwai2007-10-161-3/+7
* [ALSA] hda-intel - Add flush_scheduled_work() in snd_hda_codec_free()Takashi Iwai2007-10-161-1/+2
* [ALSA] hda-intel - Don't do suspend if already powered downTakashi Iwai2007-10-161-0/+4
* [ALSA] hda-intel - Fix NULL dereference in resumeTakashi Iwai2007-10-161-1/+2
* [ALSA] hda-intel - Fix resume with power saveTakashi Iwai2007-10-161-1/+1
* [ALSA] hda-intel - Add POWER_SAVE optionTakashi Iwai2007-10-161-42/+197