aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tvaudio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21V4L/DVB: tvaudio: remove obsolete tda8425 initializationHans Verkuil1-13/+0
2010-10-21V4L/DVB: tvaudio: remove obsolete v4l2-i2c-drv.h headerHans Verkuil1-6/+21
2009-12-05V4L/DVB (13166): remove duplicate structure field initializationJulia Lawall1-1/+1
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-3/+4
2009-04-06V4L/DVB (11372): v4l2: use old-style i2c API for kernels < 2.6.26 instead of < 2.6.22Hans Verkuil1-1/+0
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11365): tvaudio: remove i2c legacy codeHans Verkuil1-33/+1
2009-03-30V4L/DVB (11277): tvaudio: always call init_timer to prevent rmmod crash.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (11276): tvaudio: add tda9875 support.Hans Verkuil1-0/+132
2009-03-30V4L/DVB (11275): tvaudio: fix mute and s/g_tuner handlingHans Verkuil1-5/+19
2009-03-30V4L/DVB (10730): v4l-dvb: cleanup obsolete references to v4l1 headers.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil1-7/+10
2009-03-05V4L/DVB (10832): tvaudio: Avoid breakage with tda9874aVitaly Wool1-1/+1
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9959): tvaudio: convert to v4l2_subdev.Hans Verkuil1-324/+383
2008-11-14V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/trebleMauro Carvalho Chehab1-8/+7
2008-11-14V4L/DVB (9623): tvaudio: Improve debug msg by printing something more humanMauro Carvalho Chehab1-1/+5
2008-11-14V4L/DVB (9622): tvaudio: Improve comments and remove a unneeded prototypeMauro Carvalho Chehab1-12/+7
2008-11-14V4L/DVB (9621): Avoid writing outside shadow.bytes[] arrayMauro Carvalho Chehab1-3/+27
2008-11-14V4L/DVB (9620): tvaudio: use a direct reference for chip descriptionMauro Carvalho Chehab1-8/+9
2008-11-14V4L/DVB (9619): tvaudio: update initial commentsMauro Carvalho Chehab1-1/+5
2008-11-14V4L/DVB (9618): tvaudio: add additional logic to avoid OOPSMauro Carvalho Chehab1-8/+37
2008-11-14V4L/DVB (9617): tvtime: remove generic_checkmode callbackMauro Carvalho Chehab1-36/+35
2008-11-14V4L/DVB (9616): tvaudio: cleanup - group all callbacks togetherMauro Carvalho Chehab1-7/+18
2008-11-14V4L/DVB (9615): tvaudio: instead of using a magic number, use ARRAY_SIZEMauro Carvalho Chehab1-3/+3
2008-11-14V4L/DVB (9613): tvaudio: fix a memory leakMauro Carvalho Chehab1-0/+1
2008-10-11security: avoid calling a NULL function pointer in drivers/video/tvaudio.cArjan van de Ven1-1/+1
2008-07-20V4L/DVB (8246): tvaudio: Stop I2C driver ID abuseJean Delvare1-13/+0
2008-05-11i2c: Convert some more new-style drivers to use module aliasingJean Delvare1-1/+12
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-4/+4
2008-02-18V4L/DVB (7139): add parenthesesRoel Kluin1-5/+5
2008-01-25V4L/DVB (6461): tvaudio: convert to bus-based I2C APIHans Verkuil1-114/+84
2008-01-25V4L/DVB (6418): Converted tvaudio from V4L1 to V4L2Mauro Carvalho Chehab1-128/+178
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-07-20V4L/DVB (5858): Use msecs_to_jiffies instead of HZ on media/video I2C driversMauro Carvalho Chehab1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27V4L/DVB (5492): Remove useless includes of i2c-algo-bit.hJean Delvare1-1/+0
2007-04-27V4L/DVB (5355): Add VIDIOC_G_CHIP_IDENT to various i2c modulesHans Verkuil1-0/+4
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-09-26V4L/DVB (4624): Tvaudio: Replaced kernel_thread() with kthread_run()Cedric Le Goater1-26/+16
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-02V4L/DVB (3609): Remove VIDIOC_S_AUDIO from tvaudio: no longer used.Hans Verkuil1-15/+0
2006-03-24V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil1-0/+1
2006-03-24V4L/DVB (3582): Implement correct msp3400 input/output routingHans Verkuil1-0/+24
2006-03-24V4L/DVB (3577): Cleanup audio input handlingHans Verkuil1-19/+48
2006-03-24V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_fooMauro Carvalho Chehab1-30/+30
2006-03-24V4L/DVB (3547): Tvaudio.h are just i2c addresses. Merged into i2c-addr.hMauro Carvalho Chehab1-1/+1
2006-01-23V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER)Hans Verkuil1-14/+12