summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | ALSA: hda - Fix auto-mic detection in Realtek codec-parserTakashi Iwai2011-07-081-1/+1
| | * | | | | | | | ALSA: hda - Fix output-path of VT1812 codecLydia Wang2011-07-081-0/+1
| | * | | | | | | | ALSA: hda - Fix Oops in smart51 parsing in VIA codecTakashi Iwai2011-07-081-1/+1
| | * | | | | | | | ALSA: hda - Provide the standard auto_init for Realtek codecsTakashi Iwai2011-07-081-84/+21
| | * | | | | | | | ALSA: hda - Merge ALC680 auto-parser to the standard parserTakashi Iwai2011-07-081-141/+90
| | * | | | | | | | ALSA: hda - Add a fix-up for HP RP5800Takashi Iwai2011-07-081-0/+11
| | * | | | | | | | ALSA: hda - Fix Independent-HP detection on VT2002P/1802/1812 codecsLydia Wang2011-07-081-0/+6
| | * | | | | | | | ALSA: hda - Fix DAC checks for VT2002P/1802/1812 codecsLydia Wang2011-07-081-3/+11
| | * | | | | | | | ALSA: hda - Fix VIA output-path init for VT2002P/1802/1812Lydia Wang2011-07-081-37/+67
| | * | | | | | | | ALSA: hda - Split quirk codes from patch_realtek.cTakashi Iwai2011-07-0713-13921/+14124
| | * | | | | | | | ALSA: hda - Use common paser for digital I/O for ALC260Takashi Iwai2011-07-071-2/+2
| | * | | | | | | | ALSA: hda - More flexible dynamic-ADC switching for Realtek codecsTakashi Iwai2011-07-071-486/+429
| | * | | | | | | | ALSA: hda - Fix warning with ALC882 digital-out detectionTakashi Iwai2011-07-071-1/+3
| | * | | | | | | | ALSA: hda - Clean-up PCM assignments in patch_realtek.cTakashi Iwai2011-07-071-171/+58
| | * | | | | | | | ALSA: hda - Unify alc*_auto_init_input_src() in patch_realtek.cTakashi Iwai2011-07-071-45/+17
| | * | | | | | | | ALSA: hda - Parse ADCs and CAPSRCs dynamically for Realtek auto-parserTakashi Iwai2011-07-071-192/+131
| | * | | | | | | | ALSA: hda - Unify alc_auto_init_analog_input() callsTakashi Iwai2011-07-071-23/+11
| | * | | | | | | | ALSA: hda - Parse ADCs in alc_auto_create_input_ctls()Takashi Iwai2011-07-071-74/+67
| | * | | | | | | | ALSA: hda - Code consolidation for ALC88x and ALC662 auto-parsersTakashi Iwai2011-07-071-353/+75
| | * | | | | | | | ALSA: hda - Create bind-mutes appropriately for ALC662 auto-parserTakashi Iwai2011-07-071-24/+34
| | * | | | | | | | ALSA: hda - Initialize DACs in ALC662 auto-parser modeTakashi Iwai2011-07-071-12/+24
| | * | | | | | | | ALSA: hda - Parse HP and speaker DACs even for multi connections for ALC662Takashi Iwai2011-07-071-0/+7
| | * | | | | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-07-077-20/+33
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | ALSA: hda - Add Realtek ALC269VC codec supportKailang Yang2011-07-061-14/+20
| | * | | | | | | | | ALSA: hda - Don't add aa-mix for VIA surroundsTakashi Iwai2011-07-041-7/+16
| | * | | | | | | | | ALSA: hda - Create HP-vol control properly for VIA codecsTakashi Iwai2011-07-041-3/+7
| | * | | | | | | | | ALSA: hda - Define some constants in patch_via.cTakashi Iwai2011-07-041-4/+6
| | * | | | | | | | | ALSA: hda - Fix invalid multi-channel amplifiers for VT1718SLydia Wang2011-07-041-5/+20
| | * | | | | | | | | ALSA: hda - Fix issue that front can't output sound for VT1718SLydia Wang2011-07-041-0/+4
| | * | | | | | | | | ALSA: hda - Fix the silent front with independent-HP for VIA codecsLydia Wang2011-07-011-0/+3
| | * | | | | | | | | ALSA: hda - Fix missing initialization in alc662 auto-parserTakashi Iwai2011-06-301-1/+1
| | * | | | | | | | | ALSA: hda - Re-implementation of VIA Independent-HP sharing with side streamTakashi Iwai2011-06-301-6/+37
| | * | | | | | | | | ALSA: hda - Fix jack-detection on non-VT1708 VIA codecsLydia Wang2011-06-291-1/+2
| | * | | | | | | | | ALSA: hda - Fix unused variable warningTakashi Iwai2011-06-291-1/+1
| | * | | | | | | | | ALSA: hda - Enable auto-parser as default for Conexant codecsTakashi Iwai2011-06-291-12/+4
| | * | | | | | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-06-298-15/+9
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ALSA: hda - Create snd_hda_get_conn_index() helper functionTakashi Iwai2011-06-298-108/+59
| | * | | | | | | | | | ALSA: hda - Fix unsol event initializations for VIA codecsLydia Wang2011-06-291-1/+1
| | * | | | | | | | | | ALSA: hda - Fix warnings with CONFIG_SND_POWER_SAVE=nTakashi Iwai2011-06-281-4/+2
| | * | | | | | | | | | ALSA: hda - remove SND_HDA_POWER_SAVE protection of struct hda_loopback_checkStephen Rothwell2011-06-281-2/+0
| | * | | | | | | | | | ALSA: hda - More volume-init fixes for ALC267 codecTakashi Iwai2011-06-271-3/+13
| | * | | | | | | | | | ALSA: hda - Fix volume-init for ALC259 with invalid widget capsTakashi Iwai2011-06-271-9/+7
| | * | | | | | | | | | ALSA: hda - Fix volume-init of ALC299 & coTakashi Iwai2011-06-271-9/+20
| | * | | | | | | | | | ALSA: hda - Simplify EAPD control in patch_realtek.cTakashi Iwai2011-06-271-23/+7
| | * | | | | | | | | | ALSA: hda - Fix auto-init of output volumes of Realtek codecsTakashi Iwai2011-06-271-33/+31
| | * | | | | | | | | | Merge branch 'topic/via-cleanup' into topic/hdaTakashi Iwai2011-06-271-4246/+1510
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ALSA: hda - Implement dynamic-ADC switching for VIA codecsTakashi Iwai2011-06-221-125/+391
| | | * | | | | | | | | | ALSA: hda - Auto-mute smart51 surround pins for VIA codecsTakashi Iwai2011-06-211-23/+8
| | | * | | | | | | | | | ALSA: hda - Remove redundant VT1709 and VT1708B codesTakashi Iwai2011-06-211-67/+19
| | | * | | | | | | | | | ALSA: hda - VT1708 independent HP routing fixTakashi Iwai2011-06-211-100/+122
OpenPOWER on IntegriCloud