summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* remove lots of double-semicolonsFernando Carrijo2009-01-082-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-01-071-1/+1
|\
| * sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg2009-01-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-072-2/+2
|\ \
| * | trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-061-1/+1
| * | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-01-069-85/+419
|\ \
| * \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-01-062-7/+17
| |\ \
| | * | ASoC: Fix SND_SOC_ALL_CODECS handling of dual SPI and I2C control busesMark Brown2009-01-061-5/+15
| | * | ASoC: Use snd_soc_dapm_nc_pin() in at91sam9g20ekMark Brown2009-01-061-2/+2
| * | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-01-067-78/+402
| |\| | | | |/ | |/|
| | * ASoC: TWL4030: Convert the bitfield enums to VALUE_ENUM typePeter Ujfalusi2009-01-051-63/+55
| | * ASoC: New enum type: value_enumPeter Ujfalusi2009-01-052-3/+301
| | * pxa2xx-ac97: switch AC unit to correct state before probingDmitry Baryshkov2009-01-051-9/+16
| | * ASoC: Clocking fixes for davinci-evm.cDavid Brownell2009-01-051-3/+16
| | * ASoC: Mark non-connected TWL4030 pins for pandoraGrazvydas Ignotas2009-01-051-0/+13
| | * ASoC: OMAP: Select OMAP pin multiplexing when using Nokia N810 ASoC driversJarkko Nikula2009-01-051-0/+1
* | | Check fops_get() return valueLaurent Pinchart2009-01-061-0/+4
|/ /
* | Merge branch 'topic/misc' into for-linusTakashi Iwai2009-01-051-1/+1
|\ \
| * | ALSA: ice1724 - Fix a typo in IEC958 PCM nameAlan Horstmann2009-01-051-1/+1
* | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-01-051-0/+4
|\ \ \ | | |/ | |/|
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2009-01-051-0/+4
| |\ \
| | * | ASoC: fix davinci-sffsdr bugletDavid Brownell2009-01-051-0/+4
* | | | Merge branch 'topic/usbaudio' into for-linusTakashi Iwai2009-01-056-34/+30
|\ \ \ \
| * | | | ALSA: sound/usb: Use negated usb_endpoint_xfer_control, etcJulia Lawall2009-01-042-12/+8
| * | | | ALSA: Use usb_set/get_intfdataJulia Lawall2009-01-024-10/+10
| * | | | ALSA: sound/usb: use USB API functions rather than constantsJulia Lawall2009-01-012-24/+24
| | |/ / | |/| |
* | | | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-01-052-4/+113
|\ \ \ \
| * | | | ALSA: hda - cxt5051 report jack stateUlrich Dangel2009-01-031-0/+3
| * | | | ALSA: hda - add basic jack reporting functions to patch_conexant.cUlrich Dangel2009-01-031-3/+108
| * | | | LSA: hda - Add HP Acacia detectionChris Bagwell2009-01-011-0/+1
| * | | | ALSA: hda - fix name for ALC1200Wu Fengguang2009-01-011-1/+1
| |/ / /
* | | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-01-055-217/+227
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | ASoC: Clean up kerneldoc warningsMark Brown2009-01-012-27/+29
| * | ASoC: Fix pxa2xx-pcm checks for invalid DMA channelsStephen Ware2009-01-011-2/+2
| * | ASoC: TWL4030: DAPM based capture implementationPeter Ujfalusi2008-12-312-172/+182
| * | ASoC: TWL4030: Make the enum filter generic for twl4030Peter Ujfalusi2008-12-311-16/+14
| |/
* | V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-1/+1
* | V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-3/+3
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-12-301-11/+11
|\
| * V4L/DVB (9533): cx88: Add support for TurboSight TBS8910 DVB-S PCI cardIgor M. Liplianin2008-12-291-11/+11
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-306-8/+8
|\ \
| * \ Merge git://git.marvell.com/orion into develRussell King2008-12-134-59/+124
| |\ \
| * | | [ARM] netwinder: clean up GPIO namingRussell King2008-12-131-5/+3
| * | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-024-2/+4
| |\ \ \
| | * | | [ARM] pxa: move AC97 register definitions into dedicated regs-ac97.hEric Miao2008-12-023-1/+3
| | * | | [ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao2008-12-021-1/+1
| * | | | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-0318-24/+95
| | |\ \ \
| | * | | | [ARM] S3C: Move regs-ac97.h to arch/arm/plat-s3c/include/plat.Ben Dooks2008-10-301-1/+1