summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ALSA: HDA: Fix spelling (change VOSTO to VOSTRO)David Henningsson2010-09-171-5/+5
| * | | | | ALSA: hda - Fix mic attribute check for internal micsTakashi Iwai2010-09-171-2/+5
| * | | | | ALSA: hda - Fix automatic MIC switching and include dock MIC for IDT codecsCharles Chin2010-09-171-11/+29
| * | | | | ALSA: hda - Fix input-pin setup for Realtek codecsTakashi Iwai2010-09-161-6/+6
| * | | | | ALSA: hda - Fix initialization of secondary headphone and speakerTakashi Iwai2010-09-161-4/+9
| * | | | | ALSA: hda - Add quirk for Acer laptop with CX20585 codecTakashi Iwai2010-09-161-0/+1
| * | | | | ALSA: hda - Reduce pci id list for Intel with class idTakashi Iwai2010-09-161-13/+5Star
| * | | | | ALSA: hda - Preliminary support for new Conexant audio codecsTakashi Iwai2010-09-161-1/+639
| * | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2010-09-167-5/+46
| |\ \ \ \ \
| * | | | | | ALSA: hda - Set up COEFs for ALC269 to avoid click noises at power-savingKailang Yang2010-09-161-0/+114
| * | | | | | ALSA: hda - Add input jack layer support to Realtek codecKailang Yang2010-09-141-0/+98
| * | | | | | ALSA: hda - Sort input pins in snd_hda_parse_pin_def_config()Takashi Iwai2010-09-091-0/+19
| * | | | | | ALSA: hda - Add comments to new helper functionsTakashi Iwai2010-09-091-0/+23
| * | | | | | ALSA: hda - Reduce redundant mic location prefix in input source labelsTakashi Iwai2010-09-091-13/+77
| * | | | | | ALSA: hda - Improve the input source name labelsTakashi Iwai2010-09-099-267/+174Star
| * | | | | | ALSA: hda - Remove AUTO_PIN_FRONT_{MIC|LINE}Takashi Iwai2010-09-097-78/+31Star
| * | | | | | ALSA: hda - Keep char arrays in input_mux itemsTakashi Iwai2010-09-097-39/+34Star
| * | | | | | ALSA: HDA: Add fixup pins for Ideapad Y550David Henningsson2010-09-091-1/+25
| * | | | | | ALSA: hda - Add fixup for FSC Celsius H270Takashi Iwai2010-09-081-0/+35
| * | | | | | ALSA: hda - Add multiple headphone support to ALC262 codecTakashi Iwai2010-09-081-29/+42
| * | | | | | ALSA: hda - Support multiple headphone auto-muteTakashi Iwai2010-09-081-42/+50
| * | | | | | ALSA: hda - Clear left-over hp_pins in snd_hda_parse_pin_def_config()Takashi Iwai2010-09-081-0/+2
| * | | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2010-09-081-1/+1
| |\ \ \ \ \ \
| * | | | | | | ALSA: hda - Improve input control names for IDT/STAC codecsVitaliy Kulikov2010-09-081-19/+88
| * | | | | | | ALSA: hda - Adding support for new IDT 92HD90BXX and 92HD91BXX codecsVitaliy Kulikov2010-09-081-33/+46
| * | | | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2010-09-082-0/+51
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix/hda' into topic/hdaTakashi Iwai2010-09-071-0/+58
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ALSA: hda - Use new inputs[] field to parse input-pins for VIA codecsTakashi Iwai2010-08-301-71/+73
| * | | | | | | | | ALSA: hda - Use new inputs[] field to parse input-pins for STAC/IDT codecsTakashi Iwai2010-08-301-87/+96
| * | | | | | | | | ALSA: hda - Use new inputs[] field to parse input-pins for Realtek codecsTakashi Iwai2010-08-301-98/+110
| * | | | | | | | | ALSA: hda - Use new inputs[] field to parse input-pins for CirrusLogic codecsTakashi Iwai2010-08-301-21/+17Star
| * | | | | | | | | ALSA: hda - Use new inputs[] field to parse input-pins for CA-IBG codecsTakashi Iwai2010-08-301-4/+5
| * | | | | | | | | ALSA: hda - Use new inputs[] field to parse input-pins for AD codecsTakashi Iwai2010-08-301-12/+18
| * | | | | | | | | ALSA: hda - Add snd_hda_get_input_pin_label() helper functionTakashi Iwai2010-08-302-1/+26
| * | | | | | | | | ALSA: hda - Add inputs[] to auto_pin_cfg structTakashi Iwai2010-08-302-12/+40
| * | | | | | | | | ALSA: hda - Refactor input-pin parser for VIA codecsTakashi Iwai2010-08-301-330/+60Star
| * | | | | | | | | ALSA: hda - embed alc_fixup contents into struct definitionsTakashi Iwai2010-08-301-41/+29Star
* | | | | | | | | | ALSA: ca0106: Use card specific dac id for mute controls.Andy Owen2010-10-231-22/+69
* | | | | | | | | | ALSA: ca0106: Allow different sound cards to use different SPI channel mappings.Andy Owen2010-10-233-14/+21
* | | | | | | | | | ALSA: ca0106: Create a nice spot for mapping channels to dacs.Andy Owen2010-10-231-11/+29
* | | | | | | | | | ALSA: ca0106: Move enabling of front dac out of hardcoded setup sequence.Andy Owen2010-10-231-1/+4
* | | | | | | | | | ALSA: ca0106: Pull out dac powering routine into separate function.Andy Owen2010-10-231-12/+27
* | | | | | | | | | ALSA: ca0106 - add Sound Blaster 5.1vx info.Andy Owen2010-10-231-0/+10
* | | | | | | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-171-0/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | ALSA: hda - Add another HP DV6 quirkLuke Yelavich2010-10-111-0/+2
* | | | | | | | | | sound: fixed typosAndrea Gelmini2010-10-171-1/+1
* | | | | | | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-118-7/+38
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-09-252-6/+17
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | ALSA: hda - Fix auto-parse of SPDIF input of Realtek codecsTakashi Iwai2010-09-241-6/+16
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | ALSA: hda - Add Dell Latitude E6400 model quirkLuke Yelavich2010-09-211-0/+1