summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: asihpi - Add adapter index to cache info for debug.Eliot Blennerhassett2011-02-104-5/+20
* ALSA: asihpi - Rewrite PCM timer function. Update control names.Eliot Blennerhassett2011-02-101-227/+203Star
* ALSA: asihpi - Interrelated HPI tidy up.Eliot Blennerhassett2011-02-1011-2223/+1114Star
* ALSA: asihpi - HPI 4.05.14Eliot Blennerhassett2011-02-101-229/+33Star
* ALSA: asihpi - Simplify debug logging.Eliot Blennerhassett2011-02-102-455/+25Star
* ALSA: asihpi - Poison adapter_index in message. Remove unused function.Eliot Blennerhassett2011-02-101-16/+2Star
* ALSA: asihpi - Switch to dev_printk.Eliot Blennerhassett2011-02-101-15/+19
* ALSA: USB: 6fire: signedness bug in usb6fire_pcm_prepare()Dan Carpenter2011-02-071-2/+1Star
* ALSA: Release v1.0.24Jaroslav Kysela2011-01-271-1/+1
* ALSA: hdspm - remove unused arrays, reduce stack usage in hwdep_ioctlJaroslav Kysela2011-01-271-40/+15Star
* ALSA: [hdspm] Move static mapping arrays to .cAdrian Knoth2011-01-272-170/+171
* ALSA: hdspm - Add RayDAT and AIO strings to KconfigAdrian Knoth2011-01-271-3/+3
* ALSA: hdspm - Add support for RME RayDAT and AIOAdrian Knoth2011-01-272-1146/+3414
* ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USBTorsten Schenk2011-01-2416-1/+2313
* Merge commit 'v2.6.38-rc2' into topic/miscTakashi Iwai2011-01-24932-6681/+6856
|\
| * Linux 2.6.38-rc2Linus Torvalds2011-01-221-1/+1
| * Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-01-22133-2661/+2442Star
| |\
| | * [media] staging/lirc: fix mem leaks and ptr err usageJarod Wilson2011-01-196-6/+20
| | * [media] hdpvr: reduce latency of i2c read/write w/recycled bufferJarod Wilson2011-01-192-17/+16Star
| | * [media] hdpvr: enable IR partJarod Wilson2011-01-195-77/+65Star
| | * [media] rc/mceusb: timeout should be in ns, not usJarod Wilson2011-01-191-2/+2
| | * [media] v4l2-device: fix 'use-after-freed' oopsHans Verkuil2011-01-191-0/+2
| | * [media] v4l2-dev: don't memset video_device.devHans Verkuil2011-01-191-5/+4Star
| | * [media] zoran: use video_device_alloc instead of kmallocHans Verkuil2011-01-191-1/+1
| | * [media] w9966: zero device state after a detachHans Verkuil2011-01-191-0/+1
| | * [media] v4l: Fix a use-before-set in the control frameworkLaurent Pinchart2011-01-191-1/+1
| | * [media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.hLaurent Pinchart2011-01-191-0/+1
| | * [media] DocBook/v4l: update V4L2 revision and update copyright yearsHans Verkuil2011-01-193-4/+5
| | * [media] DocBook/v4l: fix validation error in dev-rds.xmlHans Verkuil2011-01-191-2/+4
| | * [media] v4l2-ctrls: queryctrl shouldn't attempt to replace V4L2_CID_PRIVATE_B...Hans Verkuil2011-01-191-1/+4
| | * [media] v4l2-ctrls: fix missing 'read-only' checkHans Verkuil2011-01-191-0/+3
| | * [media] pvrusb2: Provide more information about IR units to lirc_zilog and ir...Andy Walls2011-01-192-19/+45
| | * [media] ir-kbd-i2c: Add back defaults setting for Zilog Z8's at addr 0x71Andy Walls2011-01-191-0/+6
| | * [media] lirc_zilog: Update TODO.lirc_zilogAndy Walls2011-01-191-6/+30
| | * [media] lirc_zilog: Add Andy Walls to copyright notice and authors listAndy Walls2011-01-191-1/+5
| | * [media] lirc_zilog: Remove useless struct i2c_driver.command functionAndy Walls2011-01-191-8/+0Star
| | * [media] lirc_zilog: Remove unneeded tests for existence of the IR Tx functionAndy Walls2011-01-191-16/+5Star
| | * [media] lirc_zilog: Update IR Rx polling kthread start/stop and some printksAndy Walls2011-01-191-64/+49Star
| | * [media] lirc_zilog: Extensive rework of ir_probe()/ir_remove()Andy Walls2011-01-191-132/+212
| | * [media] lirc_zilog: Don't make private copies of i2c clientsAndy Walls2011-01-191-59/+28Star
| | * [media] lirc_zilog: Split struct IR into structs IR, IR_tx, and IR_rxAndy Walls2011-01-191-127/+171
| | * [media] lirc_zilog: Remove disable_tx module parameterAndy Walls2011-01-191-10/+4Star
| | * [media] lirc_zilog: Reword debug message in ir_probe()Andy Walls2011-01-191-3/+2Star
| | * [media] firedtv: fix remote control with newer Xorg evdevStefan Richter2011-01-191-3/+6
| | * [media] tm6000: rework init codeDmitri Belimov2011-01-191-10/+36
| | * [media] radio-aimslab.c needs #include <linux/delay.h>Geert Uytterhoeven2011-01-191-0/+1
| | * [media] ir-raw: fix sparse non-ANSI function warningRandy Dunlap2011-01-191-1/+1
| | * [media] adv7175: support s_powerChristian Gmeiner2011-01-191-0/+11
| | * [media] [v3,media] av7110: check for negative array offsetDan Carpenter2011-01-191-1/+1
| | * [media] rc/imon: default to key mode instead of mouse modeJarod Wilson2011-01-191-14/+4Star