Commit Graph

401 Commits (066bba2d1ccdac2005a64f4c87f8b542744ed94c)

Author SHA1 Message Date
Brandon Philips 0fc0686e64 V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_ 17 years ago
Adrian Bunk a2fbaa519b V4L/DVB (6576): cx88-mpeg.c: make 4 functions static 17 years ago
Mauro Carvalho Chehab 55c88610fe V4L/DVB (6386): Add support for radio on CX88_BOARD_MSI_TVANYWHERE_MASTER 17 years ago
Mauro Carvalho Chehab 7f1711234e V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIG 17 years ago
Brandon Philips 053fcb6014 V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop 17 years ago
Randy Dunlap cb20630cef V4L/DVB (6479): use input functions, should depend on INPUT 17 years ago
Trent Piepho a04036a312 V4L/DVB (6336): cx8802: Plug memory leak when unregistering a driver 17 years ago
Trent Piepho 89a47942f0 V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_entry 17 years ago
Trent Piepho 081c2fc8b9 V4L/DVB (6334): cx88: Change (struct cx8802_dev)->drvlist to a list_head and fix bugs 17 years ago
Trent Piepho f0ad90975b V4L/DVB (6333): cx88: Change void* card_priv to struct vp3054_i2c_state 17 years ago
Trent Piepho 7717cbedd9 V4L/DVB (6332): cx88: Only include the blackbird fields if blackbird is selected 17 years ago
Hans Verkuil 3bcc95760c V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctls 17 years ago
Mauro Carvalho Chehab 22c4a4e98e V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field 17 years ago
Trent Piepho bbaccc0445 V4L/DVB (6187): cx88-alsa: Add TLV support 17 years ago
Trent Piepho 54ac005adc V4L/DVB (6185): cx88-alsa: Add mute controls, change control names 17 years ago
Jaroslav Kysela c1017a4cdb [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 17 years ago
Trent Piepho 8bb629e22f V4L/DVB (6312): cx88: Replace list_for_each+list_entry with list_for_each_entry 18 years ago
Trent Piepho 5a3ebe8755 V4L/DVB (6283): videobuf: Remove references to old Kconfig option name 18 years ago
Mauro Carvalho Chehab 28318c72ad V4L/DVB (6260): Fix Kconfig dependency 18 years ago
Mauro Carvalho Chehab ba366a23b6 V4L/DVB (6257): Rename video-buf-dvb to videobuf-dvb to be consistent with the other patches 18 years ago
Mauro Carvalho Chehab c1accaa21b V4L/DVB (6252): Adapt drivers to use the newer videobuf modules 18 years ago
Mauro Carvalho Chehab 13595a51c0 V4L/DVB (6247): Fix bug #8689: Fixes IR stop/start during suspend/resume 18 years ago
Trent Piepho 415927dcd1 V4L/DVB (6186): cx88-alsa: Remove some unused fields in card state struct 18 years ago
Trent Piepho 82896f29d4 V4L/DVB (6184): cx88-alsa: Make volume control stereo 18 years ago
Michael Krufky 6fcecce7e1 V4L/DVB (6181): cx88: auto-load rtc and ir receiver i2c modules for FusionHDTV5 RT Gold 18 years ago
Michael Krufky b930e1d851 V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs 18 years ago
Hans Verkuil 01f1e44fe8 V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busy 18 years ago
Trent Piepho f6210c9160 V4L/DVB (6085): cx88-alsa: Fix mmap support 18 years ago
Trent Piepho ffb7394d51 V4L/DVB (6084): cx88-alsa: Eliminate snd_cx88_cards 18 years ago
Trent Piepho 05b2723387 V4L/DVB (6083): cx88-alsa: Rework buffer handling 18 years ago
Trent Piepho 16cf1d0c5d V4L/DVB (6082): cx88: Improve risc instruction printing in sram channel dump 18 years ago
Mauro Carvalho Chehab 9c12224a60 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files 18 years ago
Trent Piepho 19453bc188 V4L/DVB (6068): cx88-alsa: Use pci_dev->revision 18 years ago
Trent Piepho 5a5b3b5d4f V4L/DVB (6067): cx88-alsa: Hardware doesn't support mono audio 18 years ago
Trent Piepho 59fd8f8d8e V4L/DVB (6066): cx88-alsa: Change order of interrupt enabling, fix spurious IRQs 18 years ago
Trent Piepho 5ba862b77e V4L/DVB (6065): cx88-alsa: Call core irq handler when needed 18 years ago
Trent Piepho 8ddac9ee4b V4L/DVB (6064): cx88: Add symbolic names for the PCI interrupt bits 18 years ago
Trent Piepho fa40b2237a V4L/DVB (6034): cx88: Add parameter to control radio deemphasis time constant 18 years ago
Trent Piepho 5772f81326 V4L/DVB (6023): cx88: Clean up some ugly and inconsistent printk()s 18 years ago
Trent Piepho bbc83597df V4L/DVB (6022): cx88: Move card core creation from cx88-core.c to cx88-cards.c 18 years ago
Trent Piepho 6a59d64c5c V4L/DVB (6021): cx88: Copy board information into card state 18 years ago
Trent Piepho b09a79f584 V4L/DVB (6020): cx88: Fix use of uninitialized variable 18 years ago
Trent Piepho c252b05115 V4L/DVB (6019): cx88: Make card database more memory efficient 18 years ago
Trent Piepho a75d204860 V4L/DVB (5977): cx8800: Add register debug functions to radio device too 18 years ago
Trent Piepho 19dc74b7c5 V4L/DVB (5975): cx88: Wrong values used for HD-3000 radio mode 18 years ago
Jesper Juhl 915366da0c V4L/DVB (5912): Clean up duplicate includes in drivers/media/ 18 years ago
Steven Toth 48200baeab V4L/DVB (6188): Avoid a NULL pointer dereference during mpeg_open() 18 years ago
Cyrill Gorcunov 32b78de7fe V4L/DVB (5871): Conexant 2388x: check for kthread_run 18 years ago
Mauro Carvalho Chehab fe06fe0a4d V4L/DVB (5861): Use msecs_to_jiffies instead of HZ on bttv, cx88 and saa7134 18 years ago
Jean Delvare 7e520d09f1 V4L/DVB (5815): Cx88: i2c structure templates clean-up 18 years ago