summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tvaudio.c
AgeCommit message (Expand)Author
2009-04-02v4l2-subdev: change s_routing prototypeHans Verkuil
2009-03-30v4l2: use old-style i2c API for kernels < 2.6.26 instead of < 2.6.22Hans Verkuil
2009-04-01v4l2-subdev: move s_std from tuner to core.Hans Verkuil
2009-03-29tvaudio: remove i2c legacy codeHans Verkuil
2009-03-19tvaudio: always call init_timer to prevent rmmod crash.Hans Verkuil
2009-03-18tvaudio: add tda9875 support.Hans Verkuil
2009-03-18tvaudio: fix mute and s/g_tuner handlingHans Verkuil
2009-03-03tvaudio: remove bogus checkMauro Carvalho Chehab
2009-02-26merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoranMauro Carvalho Chehab
2009-02-21v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil
2009-02-19v4l-dvb: cleanup obsolete references to v4l1 headers.Hans Verkuil
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-18tvaudio: convert to v4l2_subdev.Hans Verkuil
2008-11-14Fix a small mistake on the previous patchMauro Carvalho Chehab
2008-11-14tvaudio: fix OOPS when controlling bass/trebleMauro Carvalho Chehab
2008-11-13tvaudio: Improve debug msg by printing something more humanMauro Carvalho Chehab
2008-11-13tvaudio: Improve comments and remove a unneeded prototypeMauro Carvalho Chehab
2008-11-13Avoid writing outside shadow.bytes[] arrayMauro Carvalho Chehab
2008-11-13tvaudio: use a direct reference for chip descriptionMauro Carvalho Chehab
2008-11-13tvaudio: update initial commentsMauro Carvalho Chehab
2008-11-13tvaudio: add additional logic to avoid OOPSMauro Carvalho Chehab
2008-11-13tvtime: avoid OOPS at generic_checkmode()Mauro Carvalho Chehab
2008-11-13tvaudio: cleanup - group all callbacks togetherMauro Carvalho Chehab
2008-11-13tvaudio: instead of using a magic number, use ARRAY_SIZEMauro Carvalho Chehab
2008-11-13tvaudio: Make sure that we don't overflow name bufferMauro Carvalho Chehab
2008-11-13tvaudio: fix a memory leakMauro Carvalho Chehab
2008-10-10security: avoid calling a NULL function pointer in drivers/video/tvaudio.cMauro Carvalho Chehab
2008-07-10tvaudio: Stop I2C driver ID abuseMauro Carvalho Chehab
2008-07-08v4l-dvb: remove support for kernels < 2.6.13Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.10Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
2008-06-05backport I2C changes on several filesMauro Carvalho Chehab
2008-05-02backport commit d2653e92732bd3911feff6bee5e23dbf959381dbMauro Carvalho Chehab
2008-02-02 add parenthesesMauro Carvalho Chehab
2008-01-27[PATCH] static memoryDouglas Schilling Landgraf
2007-09-14tvaudio: convert to bus-based I2C API.Hans Verkuil
2006-08-25Converted tvaudio from V4L1 to V4L2Mauro Carvalho Chehab
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-07-19backport kernel changeset 831441862956fffa17b9801db37e6ea1650b0f69Mauro Carvalho Chehab
2007-07-17Use msecs_to_jiffies instead of HZ on media/video I2C driversMauro Carvalho Chehab
2007-07-02Fix v4l-dvb backward compatibilityMauro Carvalho Chehab
2007-05-13Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90Mauro Carvalho Chehab
2007-03-31Remove useless includes of i2c-algo-bit.hMauro Carvalho Chehab
2007-02-28Add VIDIOC_G_CHIP_IDENT to various i2c modulesHans Verkuil
2006-12-16Several stuff backported from 2.6.19-git seriesMauro Carvalho Chehab
2006-09-11tvaudio: Replaced kernel_thread() with kthread_run()Michael Krufky
2006-07-19Remove obsolete #include <linux/config.h>Mauro Carvalho Chehab
2006-03-25Remove VIDIOC_S_AUDIO from tvaudio: no longer used.Hans Verkuil
2006-03-19Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil
2006-03-19Implement correct msp3400 input/output routingHans Verkuil