summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: HDA: Remove Poulsbo position fix quirksDavid Henningsson2012-01-081-2/+0
* ALSA: HDA: Fix typo for ALC269VB_FIXUP_DMICDavid Henningsson2012-01-081-1/+1
* ALSA: HDA: Add support for Cirrus Logic 4213David Henningsson2012-01-081-35/+70
* ALSA: HDA: Fix automute for Cirrus Logic 421xDavid Henningsson2012-01-081-8/+6
* ALSA: HDA: Fix master control for Cirrus Logic 421XDavid Henningsson2012-01-081-12/+1
* ALSA: HDA: Use LPIB position fix for OaktrailDavid Henningsson2012-01-081-1/+1
* ALSA: hda_intel: Add Oaktrail identifiersLi Peng2011-12-311-0/+3
* ALSA: hda - Fix left-over merge issues in patch_hdmi.cTakashi Iwai2011-12-201-3/+1
* Merge branch 'test/hda-jack' into topic/hdaTakashi Iwai2011-12-2018-495/+826
|\
| * ALSA: hda - Integrate input-jack stuff into kctl-jackTakashi Iwai2011-12-016-277/+74
| * ALSA: hda - Don't add channel suffix for headphone pin labelsTakashi Iwai2011-11-211-21/+31
| * ALSA: hda - Fix a typoTakashi Iwai2011-11-211-1/+1
| * ALSA: hda - Give more unique names by snd_hda_get_pin_label()Takashi Iwai2011-11-166-54/+135
| * ALSA: hda - Add missing inclusion of linux/export.hTakashi Iwai2011-11-162-0/+2
| * ALSA: hda - Add missing initialization of kctl jack statusTakashi Iwai2011-11-161-0/+2
| * ALSA: hda/jack - Fix the assignment of input jack-typeTakashi Iwai2011-11-161-0/+1
| * ALSA: hda/jack - Fix NULL-dereference at probingTakashi Iwai2011-11-161-1/+3
| * ALSA: HDA: Jack: Export required functions from hda_jack.cDavid Henningsson2011-11-161-0/+2
| * ALSA: hda - Merge input-jack helpers to hda_jack.cTakashi Iwai2011-11-168-117/+100
| * ALSA: Introduce common helper functions for jack-detection controlTakashi Iwai2011-11-166-49/+68
| * ALSA: hda - Manage unsol tags in hda_jack.cTakashi Iwai2011-11-168-126/+105
| * ALSA: hda - Create jack-detection kcontrolsTakashi Iwai2011-11-168-4/+232
| * ALSA: hda - Cache the jack-detection valueTakashi Iwai2011-11-1613-117/+284
| * ALSA: hda - Introduce snd_hda_get_pin_label()Takashi Iwai2011-11-165-9/+66
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-12-202-1/+9
|\ \
| * | ALSA: HDA: Use LPIB Position fix for Intel SCH PoulsboDavid Henningsson2011-12-151-1/+2
| * | ALSA: hda: fix mute led polarity for HP laptops with buggy BIOSGustavo Maciel Dias Vieira2011-12-131-0/+6
| * | ALSA: HDA: Set position fix to LPIB for an Atom/Poulsbo based deviceDavid Henningsson2011-12-121-0/+1
* | | ALSA: hda - Check non-snoop in a single placeTakashi Iwai2011-12-141-12/+30
* | | ALSA: HDA: Add support for new AMD productsAndiry Xu2011-12-141-0/+13
* | | ALSA: hda: remove unused quirk for inverted mute ledGustavo Maciel Dias Vieira2011-12-141-4/+0
* | | ALSA: hda - GPIO to control mute LED may be enabled on HP systems with no suc...Vitaliy Kulikov2011-12-131-5/+7
* | | ALSA: HDA: Realtek: Take vmaster dac from multiout dac listDavid Henningsson2011-12-121-22/+15
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-12-0720-583/+210
|\| |
| * | ALSA: hda/realtek - Fix lost speaker volume controlsTakashi Iwai2011-12-071-7/+30
| * | ALSA: hda/realtek - Create "Bass Speaker" for two speaker pinsTakashi Iwai2011-12-071-0/+2
| * | ALSA: hda/realtek - Don't create extra controls with channel suffixTakashi Iwai2011-12-071-9/+15
| * | Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-12-066-12/+43
| |\ \
| | * | ASoC: Provide a more complete DMA driver stubMark Brown2011-12-061-1/+30
| | * | ASoC: Make SND_SOC_MX27VIS_AIC32X4 depend on I2CAxel Lin2011-12-051-1/+1
| | * | ASoC: Fix dependency for SND_SOC_RAUMFELD and SND_PXA2XX_SOC_HX4700Axel Lin2011-12-051-1/+2
| | * | ASoC: uda1380: Return proper error in uda1380_modinit failure pathAxel Lin2011-12-051-2/+2
| | * | ASoC: kirkwood: Make SND_KIRKWOOD_SOC_OPENRD and SND_KIRKWOOD_SOC_T5325 depen...Axel Lin2011-12-031-1/+2
| | * | ASoC: Mark WM8994 ADC muxes as virtualMark Brown2011-12-021-6/+6
| * | | ALSA: hda - Fix remaining VREF mute-LED NID check in post-3.1 changesTakashi Iwai2011-12-061-1/+1
| * | | Merge branch 'fix/hda-idt-fix' into fix/hdaTakashi Iwai2011-12-061-21/+24
| |\ \ \
| | * | | ALSA: hda - Fix GPIO LED setup for IDT 92HD75 codecsTakashi Iwai2011-12-061-21/+24
| * | | | ALSA: hda/realtek - Fix Oops in alc_mux_select()Takashi Iwai2011-12-021-0/+2
| * | | | ALSA: sis7019 - give slow codecs more time to resetDavid Dillow2011-12-021-11/+53
| * | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-12-0112-522/+40
| |\ \ \ \ | | | |/ / | | |/| |