Commit Graph

76589 Commits (60464da8b1ed8d7c19563f58cadb0ca990448a36)
 

Author SHA1 Message Date
Michael Krufky 790ba18ec7 V4L/DVB (6843): tda9887: use printk macros from tuner-i2c.h 17 years ago
Michael Krufky 8ca4083b50 V4L/DVB (6842): tda9887: remove dependency on struct tuner 17 years ago
Michael Krufky 91c9d4a167 V4L/DVB (6841): tda9887: maintain private state independent of struct tuner 17 years ago
Michael Krufky 710401b837 V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIG 17 years ago
Michael Krufky f1c9a28100 V4L/DVB (6839): tuner: add set_config to struct analog_tuner_ops 17 years ago
Michael Krufky daae58956b V4L/DVB (6838): tda9887: remove references to struct tuner from printk macros 17 years ago
Michael Krufky 35e420357b V4L/DVB (6837): Convert cx88_input.audioroute to a bitfield 17 years ago
Mauro Carvalho Chehab d8f69971d8 V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commits 17 years ago
Frej Drejhammar 36e05a4475 V4L/DVB (6834): cx88-video: Enable selection of the WM8775 for cx88 cards 17 years ago
Ricardo Cerqueira 66e6fbdf99 V4L/DVB (6833): Don't limit cx88 audio routing to blackbird boards 17 years ago
Michael Krufky 6a0bc9a016 V4L/DVB (6832): cx88-blackbird: don't mute audio when stopping the codec 17 years ago
Ricardo Cerqueira 7b27d45bb5 V4L/DVB (6831): Audio routes fix for blackbird boards with the wm8775 ADC 17 years ago
Jelle Foks 4423a9a339 V4L/DVB (6830): cx88-blackbird: remove unnecessary encoder unmute 17 years ago
Jelle Foks e21a5c68de V4L/DVB (6829): cx88-blackbird: remove unnecessary msleep()'s 17 years ago
Jelle Foks f9e54e0c84 V4L/DVB (6828): cx88-blackbird: audio improvements 17 years ago
Mauro Carvalho Chehab 4bfae52b69 V4L/DVB (6827): Auto-selects D2633 for ATSC 17 years ago
Michael Krufky 6b7daa88f2 V4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherwise specified 17 years ago
Michael Krufky 2b03238a79 V4L/DVB (6821): s5h1409: fix IF frequency configuration 17 years ago
Andrew Morton 18ff605a18 V4L/DVB (6818): git-dvb: drivers/media/dvb/frontends/zl10353.c: avoid 64-bit divide 17 years ago
Mauro Carvalho Chehab 6594ad829a V4L/DVB (6817): Cleanup kernel thread and provide overrun detection 17 years ago
Mauro Carvalho Chehab 55862ac9b2 V4L/DVB (6816): Add proper locking for buffer filling 17 years ago
Mauro Carvalho Chehab 6c2f990105 V4L/DVB (6815): Fix vivi internal debug messages 17 years ago
Daniel Walker 1fe934ddfc V4L/DVB (6812): media: video: usbvision: remove ctrlUrbLock 17 years ago
Andrew Morton 544e617533 V4L/DVB (6811): media-video-usbvision-add-mutex_unlock-to-error-paths-fix 17 years ago
Daniel Walker 0991112c1c V4L/DVB (6810): media: video: usbvision: add mutex_unlock() to error paths 17 years ago
Andrew Morton 7cd355e7c0 V4L/DVB (6809): git-dvb: drivers/media/video/et61x251/et61x251_core.c: fix warnings 17 years ago
Andrew Morton 39b43b1a61 V4L/DVB (6808): git-dvb: fix build in drivers/media/dvb/frontends/tda18271.h 17 years ago
Mauro Carvalho Chehab 8996b3f3cf V4L/DVB (6807): fix debug enable 17 years ago
Mauro Carvalho Chehab 784c668b24 V4L/DVB (6806): Allow emulating changes of video std by vivi 17 years ago
Mauro Carvalho Chehab 63736784f7 V4L/DVB (6805): video std is a bitmask. Better to print in hexa 17 years ago
Mauro Carvalho Chehab 225ba90088 V4L/DVB (6804): __videobuf_read_start is static 17 years ago
Michael Krufky e435f95ce6 V4L/DVB (6801): tda18271: pass i2c gate configuration into tda18271_attach() 17 years ago
Michael Krufky 7206abbc2d V4L/DVB (6800): tda18271: use an enum rather than an integer to store analog / digital state 17 years ago
Mauro Carvalho Chehab f6e90a66cd V4L/DVB (6795): Add EXPORT_SYMBOL_GPL to the saa7134 video control routines 17 years ago
Mauro Carvalho Chehab 2c10e8a898 V4L/DVB (6793): Convert saa7134-empress to video_ioctl2 17 years ago
Mauro Carvalho Chehab a9622391ac V4L/DVB (6792): Fix VBI support 17 years ago
Mauro Carvalho Chehab bfb12e38a8 V4L/DVB (6791): Rename all vidioc_ to saa7134_ 17 years ago
Michael Krufky bd2b19a78c V4L/DVB (6789): tuner: use char *name instead of 128 byte fixed array for demod info 17 years ago
Michael Krufky 2dcf84b36c V4L/DVB (6788): tda8290: fix codingstyle, open brace following struct on the same line 17 years ago
Michael Krufky 864a6b813a V4L/DVB (6787): tuner: bug-fix: default mode was set to bogus value 17 years ago
Michael Krufky a55db8cd7f V4L/DVB (6786): tuner: add struct analog_demod_info to struct analog_tuner_ops 17 years ago
Michael Krufky ab1660503a V4L/DVB (6785): tda8290: remove dependency on struct tuner 17 years ago
Michael Krufky fa746aee33 V4L/DVB (6784): tda8290: prevent possible memory leak 17 years ago
Michael Krufky c7919d520f V4L/DVB (6783): tuner: combine set_tv_freq and set_radio_freq into a single set_params method 17 years ago
Michael Krufky 6881647cce V4L/DVB (6782): tda8290: access frontend structure directly, where possible 17 years ago
Richard Knutsson 14d5deba27 V4L/DVB (6776): ivtv: Some general fixes 17 years ago
Mike Isely d130fa8a05 V4L/DVB (6773): pvrusb2: rework device descriptor layout 17 years ago
Mike Isely 066bba2d1c V4L/DVB (6772): pvrusb2: Remove obsolete (and misleading) comment 17 years ago
Mike Isely 577e4023df V4L/DVB (6771): pvrusb2: Remove old obsolete CONFIG flags for pvrusb2 driver 17 years ago
Mike Isely 5edfded481 V4L/DVB (6770): pvrusb2: Device CONFIG flags for OnAir device support 17 years ago