summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-0816-87/+283
| | |\ \ \ \ \
| | * | | | | | 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-1916-50/+152
| | |\ \ \ \ \ \
| | * | | | | | | 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-21156-4908/+16954
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | ASoC: imx-mc13783 cleanupPhilippe Rétornaz2012-05-181-8/+1
| | * | | | | | | 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
| | * | | | | | | 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: 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-1324-108/+370
| | |\ \ \ \ \ \ \
| | * | | | | | | | ASoC: wm8731: Convert to devm_ functionsMark Brown2012-05-121-27/+10
| | * | | | | | | | ASoC: wm5100: Convert to module_i2c_driver()Mark Brown2012-05-121-11/+1
| | * | | | | | | | ASoC: littlemill: Use a widget to keep track of AIF2 clockingMark Brown2012-05-121-33/+53
| | * | | | | | | | ASoC: mxs: add device tree support for mxs-sgtl5000Shawn Guo2012-05-121-0/+46
| | * | | | | | | | ASoC: mxs: add device tree support for mxs-saifShawn Guo2012-05-121-18/+54
| | * | | | | | | | ASoC: mxs: mxs-pcm does not need to be a plaform_driverShawn Guo2012-05-125-35/+15
| | * | | | | | | | ASoC: pcm: Staticise non-exported functionsMark Brown2012-05-101-10/+12
| | * | | | | | | | ASoC: mxs: add __devinit for mxs_saif_probeShawn Guo2012-05-101-1/+1
OpenPOWER on IntegriCloud