aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * ASoC: cs42l51: Fix off-by-one for reg_cache_sizeAxel Lin2011-11-231-1/+1
| | * ASoC: drop support for PlayPaq with WM8510Paul Bolle2011-11-233-497/+1
| | * ASoC: mpc8610: tell the CS4270 codec that it's the masterTimur Tabi2011-11-221-8/+16
| | * ASoC: cs4720: use snd_soc_cache_sync()Daniel Mack2011-11-221-9/+1
| | * ASoC: SAMSUNG: Fix build errorBoojin Kim2011-11-221-0/+1
| | * ASoC: max9877: Update register if either val or val2 is changedAxel Lin2011-11-221-5/+5
| | * ASoC: Fix wrong define for AD1836_ADC_WORD_OFFSETAxel Lin2011-11-221-1/+1
| * | ALSA: hda - Fix S3/S4 problem on machines with VREF-pin mute-LEDCharles Chin2011-12-011-18/+0
| * | ALSA: hda_intel - revert a quirk that affect VIA chipsetsMarc Vertes2011-11-291-1/+0
| * | ALSA: hda - Avoid touching mute-VREF pin for IDT codecsTakashi Iwai2011-11-291-1/+3
| * | ALSA: usb-audio - Support for Roland GAIA SH-01 SynthesizerJohn F Leach2011-11-291-0/+31
| * | Merge branch 'fix/hda' into for-linusTakashi Iwai2011-11-273-46/+56
| |\ \
| | * | ALSA: hda - Fix jack-detection control of VT1708Takashi Iwai2011-11-271-33/+43
| | * | ALSA: hda - cut and paste typo in cs420x_models[]Dan Carpenter2011-11-271-1/+1
| | * | ALSA: hda/realtek - Minor cleanupTakashi Iwai2011-11-231-12/+12
| * | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-11-2315-20/+88
| |\ \ \ | | |/ / | |/| / | | |/
| | * ASoC: Ensure WM8731 register cache is synced when resuming from disabledMark Brown2011-11-211-0/+1
| | * Merge branch 'DB_RANGE-size-fixes' of git://git.alsa-project.org/alsa-kprivat...Mark Brown2011-11-217-10/+10
| | |\
| | | * ASoC: wm_hubs: fix DB_RANGE sizeClemens Ladisch2011-11-201-1/+1
| | | * ASoC: wm9090: fix DB_RANGE sizeClemens Ladisch2011-11-201-3/+3
| | | * ASoC: wm8993: fix DB_RANGE sizeClemens Ladisch2011-11-201-1/+1
| | | * ASoC: wm8962: fix DB_RANGE sizeClemens Ladisch2011-11-201-2/+2
| | | * ASoC: sgtl5000: fix DB_RANGE sizeClemens Ladisch2011-11-201-1/+1
| | | * ASoC: rt5631: fix DB_RANGE sizeClemens Ladisch2011-11-201-1/+1
| | | * ASoC: adau1373: fix DB_RANGE sizeClemens Ladisch2011-11-201-1/+1
| | * | ASoC: cs4271: Fix wrong mask parameter in some snd_soc_update_bits callsAxel Lin2011-11-201-3/+5
| | * | ASoC: wm8753: Skip noop reconfiguration of DAI modeTimo Juhani Lindfors2011-11-171-0/+3
| | * | ASoC: fsl_ssi: properly initialize the sysfs attribute objectTimur Tabi2011-11-151-0/+1
| | * | ASoC: sta32x: preserve coefficient RAMJohannes Stezenbach2011-11-142-1/+63
| | * | MAINTAINERS: Drop inactive Samsung ASoC maintainerJassi Brar2011-11-101-1/+0
| | * | ASoC: wm9081: Don't write WM9081_BIAS_ENA bit to WM9081_VMID_CONTROL registerAxel Lin2011-11-081-4/+4
| | * | ASoC: wm9081: Fix reading wrong register for setting VMID 2*240kAxel Lin2011-11-081-1/+1
| * | | ALSA: hda/realtek - Fix missing inits of item indices for auto-micTakashi Iwai2011-11-231-1/+13
| * | | ALSA: hda - Fix invalid pin and GPIO for Apple laptops with CS codecsTakashi Iwai2011-11-231-9/+23
| * | | ALSA: hda - Check subdevice mask in snd_hda_check_board_codec_sid_config()Takashi Iwai2011-11-231-3/+3
| * | | ALSA: hda - fail ELD reading earlyWu Fengguang2011-11-221-9/+19
| * | | ALSA: lx6464es - fix device communication via command busTim Blechmann2011-11-221-4/+12
| * | | ALSA: lx6464es - command buffer API cleanupTim Blechmann2011-11-222-6/+4
| * | | ALSA: hda - repoll ELD content for multiple timesWu Fengguang2011-11-221-6/+10
| * | | ALSA: hdspm - Fix PCI ID for PCIe RME MADI cardsAdrian Knoth2011-11-221-1/+1
| * | | ALSA: cs5535 - Fix an endianness conversionDan Carpenter2011-11-211-1/+1
| * | | ALSA: hda - Add pin fix for Alienware M17x R3Takashi Iwai2011-11-191-0/+2
| * | | ALSA: hda - Fix the connection selection of ADCs on Cirrus codecsTakashi Iwai2011-11-161-10/+13
| * | | ALSA: hda - Update URLs in documentTakashi Iwai2011-11-161-4/+4
| * | | ALSA: hda - move eld->spk_alloc fixup to hdmi_update_eld()Wu Fengguang2011-11-162-10/+8
| * | | ALSA: hda - delayed ELD repollWu Fengguang2011-11-161-7/+29
| * | | ALSA: hda - fix ELD memory leakWu Fengguang2011-11-163-10/+9
| * | | ALSA: hda/realtek: remove redundant semicolonJesper Juhl2011-11-141-1/+1
| * | | ALSA: hda - pwr_nids cleanup for IDT codecsCharles Chin2011-11-111-24/+9
| * | | Merge branch 'fix/misc' into for-linusTakashi Iwai2011-11-109-47/+123
| |\ \ \