summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | ALSA: hda - Add missing DMUX initialization for auto-mic with STAC/IDTTakashi Iwai2009-07-291-0/+3
* | | ALSA: hda - Remove static connection in IDT 92HD71bxxTakashi Iwai2009-07-291-15/+2
* | | ALSA: hda - Support auto-mic switching with IDT/STAC codecTakashi Iwai2009-07-291-16/+154
* | | ALSA: hda - Avoid overwrite of jack events with STAC/IDTTakashi Iwai2009-07-291-29/+30
* | | ALSA: hda - Don't create analog mixer for IDT92HD71bxxTakashi Iwai2009-07-281-2/+4
* | | ALSA: hda - Create Capture controls dynamicallyTakashi Iwai2009-07-281-95/+125
* | | ALSA: hda - Don't create unneeded digital input source for IDT 92HD71xTakashi Iwai2009-07-281-6/+10
* | | ALSA: hda - Reword information messages for BIOS auto-probing modeTakashi Iwai2009-07-285-36/+42
* | | ALSA: hda - Add exception for volume-knob in snd_hda_get_connections()Takashi Iwai2009-07-271-1/+4
* | | ALSA: hda - Introduce get_wcaps_type() macroTakashi Iwai2009-07-278-27/+21
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-243-21/+23
|\ \ \ | |/ /
| * | ALSA: hda - Fix mute control with some ALC262 modelsTakashi Iwai2009-07-241-17/+16
| * | ALSA: hda - Restore GPIO1 properly at resume with AD1984ATakashi Iwai2009-07-221-1/+1
| * | ALSA: hda - Use snprintf() to be saferTakashi Iwai2009-07-221-1/+1
| * | ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecsTakashi Iwai2009-07-201-2/+4
| * | ALSA: hda - Add quirk for Gateway T6834c laptopHao Song2009-07-201-0/+1
* | | ALSA: hda - Add description of new models for ALC889/889ATakashi Iwai2009-07-231-0/+2
* | | ALSA: hda - Add better Intel IbexPeak platform supportJaroslav Kysela2009-07-232-10/+224
* | | ALSA: hda-intel: Cleanups for widget connection list handlingJaroslav Kysela2009-07-223-9/+11
* | | ALSA: hda_generic: use AC_WCAP_CONN_LIST check for widget connectionsJaroslav Kysela2009-07-221-1/+1
* | | ALSA: hda_generic: do not read connections for widged with an unknown typeJaroslav Kysela2009-07-221-7/+11
* | | ALSA: hda - Fix ALC861 auto-mode parserTakashi Iwai2009-07-221-58/+111
* | | ALSA: hda - Reduce click noise at power-savingTakashi Iwai2009-07-222-2/+21
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-192-0/+12
|\ \ \ | |/ /
| * | ALSA: hda_codec: Check for invalid zero connectionsJaroslav Kysela2009-07-191-0/+6
| * | ALSA: hda_intel: more strict alc880_parse_auto_config dig_nid checkingJaroslav Kysela2009-07-101-0/+6
* | | ALSA: hda - Fix ALC268 parser for mono speakerTakashi Iwai2009-07-171-19/+43
* | | ALSA: hda - Fix the previous sanity check in make_codec_cmd()Takashi Iwai2009-07-171-2/+2
* | | ALSA: hda - add bounds checking for the codec command fieldsWu Fengguang2009-07-171-1/+11
* | | ALSA: hda - Add support for new AMD HD audio devicesAndiry Brienza2009-07-171-1/+5
* | | ALSA: hda - Add CX20582 and OLPC XO-1.5 supportDaniel Drake2009-07-161-0/+479
* | | ALSA: hda - Check codec errors in snd_hda_get_connections()Takashi Iwai2009-07-101-1/+6
* | | ALSA: hda - Fix the merge errorTakashi Iwai2009-07-101-1/+1
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-094-59/+88
|\ \ \ | |/ /
| * | ALSA: hda - targa and targa-2ch fixDavid Heidelberger2009-07-091-6/+6
| * | ALSA: hda - fix beep tone calculation for IDT/STAC codecsPaul Vojta2009-07-091-4/+7
| * | ALSA: hda - Missing volume controls for Intel HDA (ALC269/EeePC)Darren Salt2009-07-081-2/+2
| * | ALSA: hda - Disable AMD SB600 64bit address support onlyAndiry Brienza2009-07-081-3/+13
| * | ALSA: hda - Check widget types while parsing capture source in patch_via.cTakashi Iwai2009-07-081-1/+5
| * | ALSA: hda - Fix capture source selection in patch_via.cTakashi Iwai2009-07-071-19/+35
| * | ALSA: hda - Add missing EAPD initialization for VIA codecsTakashi Iwai2009-07-071-0/+3
| * | ALSA: hda - Clean up VT170x dig-in initialization codeTakashi Iwai2009-07-071-17/+7
| * | ALSA: hda - Fix error path in the sanity check in azx_pcm_open()Takashi Iwai2009-07-051-7/+11
* | | ALSA: hda - Add quirks for RTL888 & RV630/M76 based MSI GX710William Weston2009-07-081-0/+2
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-043-6/+19
|\ \ \ | |/ /
| * | ALSA: hda - move 8086:fb30 quirk (stac9205) to the proper sectionHerton Ronaldo Krzesinski2009-07-041-2/+2
| * | ALSA: hda - Add sanity check in PCM open callbackTakashi Iwai2009-07-031-0/+6
| * | ALSA: hda - Call snd_pcm_lib_hw_rates() again after codec open callbackTakashi Iwai2009-07-031-0/+1
| * | ALSA: hda - Avoid invalid formats and rates with shared SPDIFTakashi Iwai2009-07-031-4/+10
* | | ALSA: hda - Don't override maxbps for FLOAT sharing with linear formatsTakashi Iwai2009-07-031-2/+3
OpenPOWER on IntegriCloud