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