summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ALSA] hda-codec - add snd_hda_codec_stereo() functionTakashi Iwai2007-10-161-12/+26
* [ALSA] hda-codec - optimize resume using cachesTakashi Iwai2007-10-161-78/+37
* [ALSA] hda-codec - introduce command register cacheTakashi Iwai2007-10-161-0/+91
* [ALSA] hda-codec - rewrite amp cache more genericTakashi Iwai2007-10-161-37/+52
* [ALSA] hda-intel - Remove invalid __devinitTakashi Iwai2007-10-161-13/+10
* [ALSA] hda-codec - kernel config for each codecTakashi Iwai2007-10-161-4/+27
* [ALSA] hda-codec - Add a generic bind-control helperTakashi Iwai2007-10-161-0/+87
* [ALSA] hda-intel - Add hwdep interfaceTakashi Iwai2007-10-161-0/+4
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-9/+1
* [ALSA] hda-codec - Fix STAC922x capture boost levelTakashi Iwai2007-05-311-0/+13
* [ALSA] hda-codec - Make the mixer capability check more robustTakashi Iwai2007-05-161-1/+2
* [ALSA] Add speaker pin sequencing to hda_codec.c:snd_hda_parse_pin_def_config()Steve Longerbeam2007-05-111-37/+69
* [ALSA] hda-codec - Prefer audio codec name as the mixer nameTakashi Iwai2007-05-111-1/+2
* [ALSA] hda-codec - Add line_out_type to auto_pin_cfg structTakashi Iwai2007-05-111-0/+2
* [ALSA] hda-codec - Fix 8-channel auto-configurationTakashi Iwai2007-05-111-7/+2
* [ALSA] hda-codec - Code clean upTakashi Iwai2007-05-111-190/+276
* [ALSA] hda-intel - Merge hda-codec module to a single moduleTakashi Iwai2007-05-111-67/+25
* [ALSA] hda-codec - Allow opening SPDIF while analog dup modeTakashi Iwai2007-05-111-4/+3
* [ALSA] hda-codec - Add support of 96kHz backTakashi Iwai2007-05-111-3/+8
* [ALSA] hda-codec - Fix SPDIF outputTakashi Iwai2007-05-111-7/+37
* [ALSA] Fix NULL dereference with null modelnameTakashi Iwai2007-05-111-2/+4
* [ALSA] hda-codec - Allow model=generic always for generic parserTakashi Iwai2007-05-111-1/+2
* [ALSA] hda-codec - Use global workqueueTakashi Iwai2007-02-091-8/+2
* [ALSA] hda-codec - Add support for VIA VT1708(A) HD audio codecJoseph Chan2007-02-091-0/+1
* [ALSA] hda-codec - Use snd_pci_quirk_lookup() for board config lookupTakashi Iwai2007-02-091-22/+35
* [ALSA] hda-codec - Fix detection of supported sample ratesTakashi Iwai2006-12-201-3/+0
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+6
* [ALSA] hda-codec - Fix mic input with STAC92xx codecsTakashi Iwai2006-09-231-5/+14
* [ALSA] hda-codec - Support multiple headphone pinsTakashi Iwai2006-09-231-8/+15
* [ALSA] hda_intel prefer 24bit instead of 20bitNicolas Graziano2006-09-231-2/+2
* [ALSA] hda-codec - Add vendor ids for Motorola and ConexantTakashi Iwai2006-09-231-0/+2
* [ALSA] Don't set up the same PID twice in snd_hda_multi_out_analog_prepareTakashi Iwai2006-09-231-1/+1
* [ALSA] HDA driver - do not set mute flag for dB scale (follow HDA specification)Jaroslav Kysela2006-09-231-7/+0
* [ALSA] HDA codec & CA0106 - add/fix TLV supportJaroslav Kysela2006-09-231-0/+33
* [ALSA] Fix/add support of Realtek ALC883 / ALC888 and ALC861 codecsTakashi Iwai2006-06-281-1/+3
* [ALSA] hda-codec - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2006-06-221-19/+22
* [ALSA] sound/pci/hda: use create_singlethread_workqueue()OGAWA Hirofumi2006-03-311-1/+1