aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-09[ALSA] hda-codec - Use global workqueueTakashi Iwai1-8/+2
2007-02-09[ALSA] hda-codec - Add support for VIA VT1708(A) HD audio codecJoseph Chan1-0/+1
2007-02-09[ALSA] hda-codec - Use snd_pci_quirk_lookup() for board config lookupTakashi Iwai1-22/+35
2006-12-20[ALSA] hda-codec - Fix detection of supported sample ratesTakashi Iwai1-3/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+6
2006-09-23[ALSA] hda-codec - Fix mic input with STAC92xx codecsTakashi Iwai1-5/+14
2006-09-23[ALSA] hda-codec - Support multiple headphone pinsTakashi Iwai1-8/+15
2006-09-23[ALSA] hda_intel prefer 24bit instead of 20bitNicolas Graziano1-2/+2
2006-09-23[ALSA] hda-codec - Add vendor ids for Motorola and ConexantTakashi Iwai1-0/+2
2006-09-23[ALSA] Don't set up the same PID twice in snd_hda_multi_out_analog_prepareTakashi Iwai1-1/+1
2006-09-23[ALSA] HDA driver - do not set mute flag for dB scale (follow HDA specification)Jaroslav Kysela1-7/+0
2006-09-23[ALSA] HDA codec & CA0106 - add/fix TLV supportJaroslav Kysela1-0/+33
2006-06-28[ALSA] Fix/add support of Realtek ALC883 / ALC888 and ALC861 codecsTakashi Iwai1-1/+3
2006-06-22[ALSA] hda-codec - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai1-19/+22
2006-03-31[ALSA] sound/pci/hda: use create_singlethread_workqueue()OGAWA Hirofumi1-1/+1
2006-03-22[ALSA] hda-codec - Fix BIOS auto-configurationTakashi Iwai1-3/+74
2006-03-22[ALSA] hda-codec - Fix ALC262 for Fujitsu laptopTakashi Iwai1-2/+4
2006-03-22[ALSA] hda-intel - Automatic correction to single_cmd modeTakashi Iwai1-0/+6
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar1-25/+26
2006-01-03[ALSA] hda-codec - Small clean up and fixesTakashi Iwai1-0/+6
2006-01-03[ALSA] hda-codec - Add the support of ALC262,ALC883,ALC885,ALC861Kailang Yang1-1/+15
2006-01-03[ALSA] hda-codec - Fix channel mode helperTakashi Iwai1-1/+1
2006-01-03[ALSA] hda-codec - Fix connection list parsingTakashi Iwai1-42/+113
2006-01-03[ALSA] Remove xxx_t typedefs: HD-Audio codecTakashi Iwai1-45/+45
2006-01-03[ALSA] hda-codec - Fix assignment of speaker pinTakashi Iwai1-1/+3
2006-01-03[ALSA] hda-codec - Prepare unsol workqueue on demandTakashi Iwai1-2/+6
2006-01-03[ALSA] hda-codec - Add channel-mode helperTakashi Iwai1-0/+48
2006-01-03[ALSA] hda-codec - Allocate amp hash array dynamicallyTakashi Iwai1-3/+19
2005-11-04[ALSA] hda-codec - Minor rewritesTakashi Iwai1-0/+45
2005-11-04[ALSA] hda-codec - Get subsystem ID from AFG/MFGTakashi Iwai1-0/+7
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-3/+3
2005-08-30[ALSA] hda-codec - Code clean upTakashi Iwai1-11/+18
2005-08-30[ALSA] hda-intel - correct a bug in detection of rate supportedNicolas Graziano1-1/+5
2005-08-30ALSA CVS updateSasha Khapyorsky1-12/+16
2005-08-30[ALSA] hda-codec - Fix LFE volume/switchNicolas Graziano1-4/+9
2005-08-30[ALSA] hda-codec - Fix reordering of surround channelsTakashi Iwai1-3/+20
2005-06-22[ALSA] hda-codec - More fix of ALC880 codec supportTakashi Iwai1-2/+101
2005-06-22[ALSA] hda-codec - Allow sub_device=0 in board config checkTakashi Iwai1-1/+2
2005-06-22[ALSA] hda-codec - Feed front signals to all surroundsTakashi Iwai1-3/+4
2005-06-22[ALSA] Fix the handling of amp cache in hda-codecTakashi Iwai1-40/+34
2005-05-29[ALSA] Add Analog Devices vendor nameTakashi Iwai1-0/+1
2005-05-29[ALSA] Suppress error messageTakashi Iwai1-1/+1
2005-05-29[ALSA] make code staticAdrian Bunk1-2/+2
2005-05-29[ALSA] Rename pci_vendor/pci_device to pci_subvendor/pci_subdeviceTakashi Iwai1-4/+4
2005-05-29[ALSA] Fix and cleanup of CM9880 auto-configurationTakashi Iwai1-0/+3
2005-05-29[ALSA] Remove dead codeTakashi Iwai1-4/+0
2005-05-29[ALSA] add sigmatel codec supportMatt1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1856