···216216/*--------------------------------------------------------------------------*/217217218218/*219219- * Flags OR'ed in the capabilites field of struct dmx_demux.219219+ * Flags OR'ed in the capabilities field of struct dmx_demux.220220 */221221222222#define DMX_TS_FILTERING 1
+1-1
drivers/media/dvb/dvb-usb/dvb-usb-init.c
···47474848 d->state = DVB_USB_STATE_INIT;49495050-/* check the capabilites and set appropriate variables */5050+/* check the capabilities and set appropriate variables */51515252/* speed - when running at FULL speed we need a HW PID filter */5353 if (d->udev->speed == USB_SPEED_FULL && !(d->props.caps & DVB_USB_HAS_PID_FILTER)) {
+1-1
drivers/media/dvb/dvb-usb/dvb-usb.h
···87878888/**8989 * struct dvb_usb_properties - properties of a dvb-usb-device9090- * @caps: capabilites of the DVB USB device.9090+ * @caps: capabilities of the DVB USB device.9191 * @pid_filter_count: number of PID filter position in the optional hardware9292 * PID-filter.9393 *
+1-1
drivers/media/dvb/ttpci/av7110.c
···14391439 len = ntohl(*(u32*) ptr);14401440 ptr += 4;14411441 if (len >= 512) {14421442- printk("dvb-ttpci: dpram file is way to big.\n");14421442+ printk("dvb-ttpci: dpram file is way too big.\n");14431443 return -EINVAL;14441444 }14451445 if (crc != crc32_le(0, ptr, len)) {
+3
drivers/media/dvb/ttpci/av7110_hw.c
···245245246246 /* test DEBI */247247 iwdebi(av7110, DEBISWAP, DPRAM_BASE, 0x76543210, 4);248248+ /* FIXME: Why does Nexus CA require 2x iwdebi for first init? */249249+ iwdebi(av7110, DEBISWAP, DPRAM_BASE, 0x76543210, 4);250250+248251 if ((ret=irdebi(av7110, DEBINOSWAP, DPRAM_BASE, 0, 4)) != 0x10325476) {249252 printk(KERN_ERR "dvb-ttpci: debi test in av7110_bootarm() failed: "250253 "%08x != %08x (check your BIOS 'Plug&Play OS' settings)\n",
···5656 the slave is bound to it). Otherwise it doesn't need this functions and5757 therfor they may not be initialized.58585959- The other fuctions are just for convenience, as they are for shure used by5959+ The other fuctions are just for convenience, as they are for sure used by6060 most/all of the codecs. The last ones may be ommited, too. 61616262 See the structure declaration below for more information and which data has
+1-1
drivers/media/video/zr36050.c
···159159160160 while (!(zr36050_read_status1(ptr) & 0x4)) {161161 udelay(1);162162- if (i++ > 200000) { // 200ms, there is for shure something wrong!!!162162+ if (i++ > 200000) { // 200ms, there is for sure something wrong!!!163163 dprintk(1,164164 "%s: timout at wait_end (last status: 0x%02x)\n",165165 ptr->name, ptr->status1);
+1-1
drivers/media/video/zr36060.c
···161161162162 while (zr36060_read_status(ptr) & ZR060_CFSR_Busy) {163163 udelay(1);164164- if (i++ > 200000) { // 200ms, there is for shure something wrong!!!164164+ if (i++ > 200000) { // 200ms, there is for sure something wrong!!!165165 dprintk(1,166166 "%s: timout at wait_end (last status: 0x%02x)\n",167167 ptr->name, ptr->status);
+1-1
drivers/media/video/zr36120_i2c.c
···6565 case I2C_DRIVERID_VIDEODECODER:6666 DEBUG(printk(CARD_INFO "decoder attached\n",CARD));67676868- /* fetch the capabilites of the decoder */6868+ /* fetch the capabilities of the decoder */6969 rv = i2c_control_device(&ztv->i2c, I2C_DRIVERID_VIDEODECODER, DECODER_GET_CAPABILITIES, &dc);7070 if (rv) {7171 DEBUG(printk(CARD_DEBUG "decoder is not V4L aware!\n",CARD));