summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ALSA: hda: take reg_lock in azx_init_cmd_io/azx_free_cmd_ioWu Fengguang2009-08-031-0/+4
| * | ALSA: hda: take cmd_mutex in probe_codec()Wu Fengguang2009-08-031-0/+2
| * | ALSA: hda: track CIRB/CORB command/response states for each codecWu Fengguang2009-08-033-24/+56
| * | ALSA: hda - Fix quirk for Toshiba Satellite A135-S4527Takashi Iwai2009-08-031-1/+1
| * | ALSA: hda - Increase PCM stream name buf in patch_realtek.cTakashi Iwai2009-07-311-2/+2
* | | ALSA: hda: add IbexPeak/Clarkdale HDMI model with static cvt/pin numberWu Fengguang2009-08-031-52/+52
* | | Merge branch 'topic/hda-cirrus' into topic/hdaTakashi Iwai2009-07-305-0/+1216
|\ \ \
| * | | ALSA: hda - Enable HP output with Macbook Pro 5, 5Stelian Pop2009-07-301-4/+9
| * | | ALSA: hda - don't build digital output controls if not existTakashi Iwai2009-07-091-0/+3
| * | | ALSA: hda - Fix compile warnings in patch_cirrus.cTakashi Iwai2009-07-081-10/+5
| * | | ALSA: hda - Fix the speaker volume control nameTakashi Iwai2009-07-071-1/+1
| * | | ALSA: hda - Add GPIO setup for MacBook pro 5,5 with CS420xTakashi Iwai2009-07-071-13/+36
| * | | ALSA: hda - Add quirk for MacBook Pro 5,5 with CS4206Takashi Iwai2009-07-062-0/+61
| * | | ALSA: hda - Fix double creation of SPDIF input controlsTakashi Iwai2009-07-061-6/+3
| * | | ALSA: hda - Add CS420x-specific coef setupTakashi Iwai2009-07-061-0/+110
| * | | ALSA: hda - Force to initialize input mixer setup for CS420xTakashi Iwai2009-07-061-5/+7
| * | | ALSA: hda - Fix cirrus codec parsingTakashi Iwai2009-07-061-133/+198
| * | | ALSA: hda - Add Cirrus Logic CS420x supportTakashi Iwai2009-07-014-0/+955
* | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-302-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | ALSA: hda: fix out-of-bound hdmi_eld.sad[] writeRoel Kluin2009-07-291-2/+2
| * | | ALSA: hda - Add quirk for Dell Studio 1555Takashi Iwai2009-07-281-0/+2
* | | | ALSA: hda - Add line-out jack detection on IDT/STAC codecsTakashi Iwai2009-07-301-14/+56
* | | | ALSA: hda - Fix typos of Capture controls.Takashi Iwai2009-07-301-2/+2
| |_|/ |/| |
* | | ALSA: hda: add HP automute support to Intel ALC889/ALC889A modelsWu Fengguang2009-07-301-12/+35
* | | ALSA: hda: add 2-channel mode to Intel ALC889/ALC889A modelsWu Fengguang2009-07-301-19/+25
* | | ALSA: hda - No analog mix input source as default for IDT92HD71bxxTakashi Iwai2009-07-291-7/+16
* | | 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
|\ \ \ | |/ /
OpenPOWER on IntegriCloud