aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2009-07-30ALSA: hda: add 2-channel mode to Intel ALC889/ALC889A modelsWu Fengguang1-19/+25
2009-07-29ALSA: hda - No analog mix input source as default for IDT92HD71bxxTakashi Iwai1-7/+16
2009-07-29ALSA: hda - Add missing DMUX initialization for auto-mic with STAC/IDTTakashi Iwai1-0/+3
2009-07-29ALSA: hda - Remove static connection in IDT 92HD71bxxTakashi Iwai1-15/+2
2009-07-29ALSA: hda - Support auto-mic switching with IDT/STAC codecTakashi Iwai1-16/+154
2009-07-29ALSA: hda - Avoid overwrite of jack events with STAC/IDTTakashi Iwai1-29/+30
2009-07-28ALSA: hda - Don't create analog mixer for IDT92HD71bxxTakashi Iwai1-2/+4
2009-07-28ALSA: hda - Create Capture controls dynamicallyTakashi Iwai1-95/+125
2009-07-28ALSA: hda - Don't create unneeded digital input source for IDT 92HD71xTakashi Iwai1-6/+10
2009-07-28ALSA: hda - Reword information messages for BIOS auto-probing modeTakashi Iwai4-36/+38
2009-07-27ALSA: hda - Add exception for volume-knob in snd_hda_get_connections()Takashi Iwai1-1/+4
2009-07-27ALSA: hda - Introduce get_wcaps_type() macroTakashi Iwai8-27/+21
2009-07-24Merge branch 'fix/hda' into topic/hdaTakashi Iwai3-21/+23
2009-07-24ALSA: hda - Fix mute control with some ALC262 modelsTakashi Iwai1-17/+16
2009-07-23ALSA: hda - Add better Intel IbexPeak platform supportJaroslav Kysela2-10/+224
2009-07-22ALSA: hda - Restore GPIO1 properly at resume with AD1984ATakashi Iwai1-1/+1
2009-07-22ALSA: hda-intel: Cleanups for widget connection list handlingJaroslav Kysela3-9/+11
2009-07-22ALSA: hda - Use snprintf() to be saferTakashi Iwai1-1/+1
2009-07-22ALSA: hda_generic: use AC_WCAP_CONN_LIST check for widget connectionsJaroslav Kysela1-1/+1
2009-07-22ALSA: hda_generic: do not read connections for widged with an unknown typeJaroslav Kysela1-7/+11
2009-07-22ALSA: hda - Fix ALC861 auto-mode parserTakashi Iwai1-58/+111
2009-07-22ALSA: hda - Reduce click noise at power-savingTakashi Iwai2-2/+21
2009-07-20ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecsTakashi Iwai1-2/+4
2009-07-20ALSA: hda - Add quirk for Gateway T6834c laptopHao Song1-0/+1
2009-07-19Merge branch 'fix/hda' into topic/hdaTakashi Iwai2-0/+12
2009-07-19ALSA: hda_codec: Check for invalid zero connectionsJaroslav Kysela1-0/+6
2009-07-17ALSA: hda - Fix ALC268 parser for mono speakerTakashi Iwai1-19/+43
2009-07-17ALSA: hda - Fix the previous sanity check in make_codec_cmd()Takashi Iwai1-2/+2
2009-07-17ALSA: hda - add bounds checking for the codec command fieldsWu Fengguang1-1/+11
2009-07-17ALSA: hda - Add support for new AMD HD audio devicesAndiry Brienza1-1/+5
2009-07-16ALSA: hda - Add CX20582 and OLPC XO-1.5 supportDaniel Drake1-0/+479
2009-07-10ALSA: hda - Check codec errors in snd_hda_get_connections()Takashi Iwai1-1/+6
2009-07-10ALSA: hda_intel: more strict alc880_parse_auto_config dig_nid checkingJaroslav Kysela1-0/+6
2009-07-10ALSA: hda - Fix the merge errorTakashi Iwai1-1/+1
2009-07-09Merge branch 'fix/hda' into topic/hdaTakashi Iwai4-59/+88
2009-07-09ALSA: hda - targa and targa-2ch fixDavid Heidelberger1-6/+6
2009-07-09ALSA: hda - fix beep tone calculation for IDT/STAC codecsPaul Vojta1-4/+7
2009-07-08ALSA: hda - Missing volume controls for Intel HDA (ALC269/EeePC)Darren Salt1-2/+2
2009-07-08ALSA: hda - Add quirks for RTL888 & RV630/M76 based MSI GX710William Weston1-0/+2
2009-07-08ALSA: hda - Disable AMD SB600 64bit address support onlyAndiry Brienza1-3/+13
2009-07-08ALSA: hda - Check widget types while parsing capture source in patch_via.cTakashi Iwai1-1/+5
2009-07-07ALSA: hda - Fix capture source selection in patch_via.cTakashi Iwai1-19/+35
2009-07-07ALSA: hda - Add missing EAPD initialization for VIA codecsTakashi Iwai1-0/+3
2009-07-07ALSA: hda - Clean up VT170x dig-in initialization codeTakashi Iwai1-17/+7
2009-07-05ALSA: hda - Fix error path in the sanity check in azx_pcm_open()Takashi Iwai1-7/+11
2009-07-04Merge branch 'fix/hda' into topic/hdaTakashi Iwai3-6/+19
2009-07-04ALSA: hda - move 8086:fb30 quirk (stac9205) to the proper sectionHerton Ronaldo Krzesinski1-2/+2
2009-07-03ALSA: hda - Don't override maxbps for FLOAT sharing with linear formatsTakashi Iwai1-2/+3
2009-07-03ALSA: hda - Add sanity check in PCM open callbackTakashi Iwai1-0/+6
2009-07-03ALSA: hda - Call snd_pcm_lib_hw_rates() again after codec open callbackTakashi Iwai1-0/+1