summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ALSA: riptide: remove redundant NULL test before release_firmware()Jesper Juhl2012-04-101-2/+1
* | | | Merge branch 'topic/hda' into for-linusTakashi Iwai2012-05-2119-1387/+1612
|\ \ \ \
| * | | | ALSA: hda/realtek - Fix unused variable compile warningTakashi Iwai2012-05-211-1/+0
| * | | | ALSA: hda - Fix possible races of accesses to connection list arrayTakashi Iwai2012-05-194-56/+52
| * | | | ALSA: hda/idt - Cache the power-map bitsTakashi Iwai2012-05-151-3/+18
| * | | | ALSA: hda/idt - Clean up power-map check codeTakashi Iwai2012-05-151-10/+9
| * | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-05-153-6/+8
| |\ \ \ \
| * | | | | ALSA: hda - Evaluate gpio_led hints at the right momentTakashi Iwai2012-05-151-7/+5
| * | | | | ALSA: hda - Disable FLOAT format supportTakashi Iwai2012-05-121-0/+2
| * | | | | ALSA: hda/conexant - Correct vendor IDs for new codecsTakashi Iwai2012-05-121-6/+9
| * | | | | ALSA: hda - Fix concurrent hash accessesTakashi Iwai2012-05-102-81/+121
| * | | | | ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai2012-05-102-12/+27
| * | | | | ALSA: hda - Add Conexant CX20751/2/3/4 codec supportTakashi Iwai2012-05-101-0/+6
| * | | | | ALSA: hda - Add the support for Creative SoundCore3DTakashi Iwai2012-05-101-4/+22
| * | | | | ALSA: hda - More robustify the power-up/down sequenceTakashi Iwai2012-05-092-8/+16
| * | | | | ALSA: hda - Remove pre_resume and post_suspend opsTakashi Iwai2012-05-093-27/+0
| * | | | | ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai2012-05-0813-675/+690
| * | | | | ALSA: hda - Move up the fixup helper functions to the library moduleTakashi Iwai2012-05-085-242/+309
| * | | | | ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai2012-05-082-2/+22
| * | | | | ALSA: hda - Clear the power-saving states properly at resetTakashi Iwai2012-05-081-0/+3
| * | | | | ALSA: hda - Always resume the codec immediatelyTakashi Iwai2012-05-083-17/+8
| * | | | | ALSA: hda - Fix possible access to uninitialized work structTakashi Iwai2012-05-081-7/+8
| * | | | | ALSA: hda/realtek - Call a common helper for alc_spec initializationTakashi Iwai2012-05-081-75/+61
| * | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-05-0817-87/+285
| |\ \ \ \ \
| * | | | | | ALSA: hda - Skip pin capability sanity check for bogus valuesTakashi Iwai2012-04-201-2/+2
| * | | | | | ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai2012-04-2010-58/+56
| * | | | | | ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai2012-04-2010-117/+125
| * | | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-04-1919-53/+167
| |\ \ \ \ \ \
| * | | | | | | ALSA: hda - Fix oops caused by recent commit "Fix internal mic for Lenovo Ide...David Henningsson2012-04-101-1/+3
| * | | | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-04-075-77/+61
| |\ \ \ \ \ \ \
| * | | | | | | | ALSA: hda - Fix internal mic for Lenovo Ideapad U300sDavid Henningsson2012-04-051-13/+75
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2012-05-211765-15719/+36950
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | ARM: mx31_3ds: Add sound supportPhilippe Rétornaz2012-05-182-1/+22
| * | | | | | | ASoC: imx-mc13783 cleanupPhilippe Rétornaz2012-05-181-8/+1
| * | | | | | | mx31moboard: Add sound supportPhilippe Rétornaz2012-05-182-1/+20
| * | | | | | | ASoC: mc13783 codec cleanupsPhilippe Rétornaz2012-05-181-21/+7
| * | | | | | | ASoC: add imx-mc13783 sound supportPhilippe Rétornaz2012-05-183-0/+173
| * | | | | | | ASoC: Add mc13783 codecPhilippe Rétornaz2012-05-184-0/+834
| * | | | | | | mfd: mc13xxx: add codec platform dataPhilippe Rétornaz2012-05-182-1/+13
| * | | | | | | ASoC: don't flip master of DT-instantiated DAI linksStephen Warren2012-05-161-1/+2
| * | | | | | | ASoC: wm8350: Remove direct usage of codec->control_dataMark Brown2012-05-141-11/+16
| * | | | | | | ASoC: tlv320aic3x: Remove unused, non-standard headset detectionMark Brown2012-05-141-18/+0
| * | | | | | | ASoC: wm8350: Don't use irq_baseMark Brown2012-05-131-19/+27
| * | | | | | | ASoC: max98095: Single bit bitfields should be unsignedMark Brown2012-05-131-1/+1
| * | | | | | | ASoC: lm49453: Fix author e-mail addressMark Brown2012-05-131-1/+1
| * | | | | | | ASoC: lm49453: Staticise non-exported symbol lm45453_daiMark Brown2012-05-131-1/+1
| * | | | | | | Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-13795-4758/+7355
| |\ \ \ \ \ \ \
| | * | | | | | | Linux 3.4-rc7v3.4-rc7Linus Torvalds2012-05-121-1/+1
| | * | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-1212-55/+88
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'v3.4-samsung-fixes-5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-05-123-2/+7
| | | |\ \ \ \ \ \ \