aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: move open coded tricks into get_wcaps_channels()Wu Fengguang2009-08-243-5/+12
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-08-191-2/+13
|\
| * ALSA: hda - Fix probe of Toshiba laptops with ALC268 codecTakashi Iwai2009-08-191-2/+13
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-08-192-2/+10
|\ \ | |/
| * ALSA: hda: add model for Intel DG45ID/DG45FC boardsWu Fengguang2009-08-191-0/+6
| * ALSA: hda: enable speaker output for Compaq 6530s/6531sWu Fengguang2009-08-191-2/+4
* | ALSA: hda - Fix invalid capture mixers with some ALC268 modelsTakashi Iwai2009-08-191-31/+23
* | ALSA: hda - Add missing num_adc_nids definition for IDT92HD8xxxTakashi Iwai2009-08-151-0/+1
* | ALSA: hda - Fix / clean up IDT92HD83xxx codec parserTakashi Iwai2009-08-131-80/+69
* | Merge branch 'topic/hda-dmic-fix' into topic/hdaTakashi Iwai2009-08-131-109/+59
|\ \
| * | ALSA: hda - Integrate Digital Input Source to Input SourceTakashi Iwai2009-07-301-109/+59
* | | ALSA: hda - Enable line-out detection only with speakersTakashi Iwai2009-08-131-1/+2
* | | ALSA: hda - fix noise issue when recording from digital mic with alc268Herton Ronaldo Krzesinski2009-08-121-26/+36
* | | ALSA: hda - Clean up init and setup hooks for Realtek codecsTakashi Iwai2009-08-111-414/+310
* | | ALSA: hda - Add setup hook to ALC preset structTakashi Iwai2009-08-111-10/+15
* | | ALSA: hda - Add a white-list for MSI optionTakashi Iwai2009-08-111-1/+25
* | | ALSA: hda - Check connectivity for auto-mic of Realtek codecsTakashi Iwai2009-08-111-32/+51
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-08-111-6/+12
|\ \ \ | | |/ | |/|
| * | ALSA: hda - Don't override ADC definitions for ALC codecsTakashi Iwai2009-08-111-6/+12
* | | ALSA: hda - Use only one capture stream for auto-micTakashi Iwai2009-08-101-2/+4
* | | ALSA: hda - Add auto-mic support for Realtek codecsTakashi Iwai2009-08-101-42/+135
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-08-101-0/+2
|\ \ \ | |/ /
| * | ALSA: hda - Add missing vmaster initialization for ALC269Takashi Iwai2009-08-101-0/+2
* | | ALSA: hda - Fix Oops due to STAC/IDT auto-mic changesTakashi Iwai2009-08-101-2/+3
* | | ALSA: hda - Add quirks for some HP laptopsTakashi Iwai2009-08-061-0/+2
* | | ALSA: hda - Fix line-out jack handling with STAC/IDT codecTakashi Iwai2009-08-041-3/+1
* | | ALSA: hda - Fix line-out jack detectionTakashi Iwai2009-08-031-2/+2
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-08-035-36/+88
|\ \ \ | |/ /
| * | ALSA: hda - Read buffer overflowRoel Kluin2009-08-031-1/+1
| * | ALSA: hda: Correct EAPD for Dell Inspiron 1525Chengu Wang2009-08-031-1/+8
| * | ALSA: hda: warn on spurious responseWu Fengguang2009-08-031-1/+5
| * | ALSA: hda: remember last command for each codecWu Fengguang2009-08-031-5/+6
| * | ALSA: hda: read CORBWP inside reg_lockWu Fengguang2009-08-031-1/+3
| * | 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