index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
tvaudio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-08
[media] convert drivers/media/* to use module_i2c_driver()
Axel Lin
1
-12
/
+1
2011-09-06
[media] tvaudio: fix compiler warnings
Hans Verkuil
1
-3
/
+6
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-5
/
+5
2010-10-21
V4L/DVB: tvaudio: remove obsolete tda8425 initialization
Hans Verkuil
1
-13
/
+0
2010-10-21
V4L/DVB: tvaudio: remove obsolete v4l2-i2c-drv.h header
Hans Verkuil
1
-6
/
+21
2009-12-05
V4L/DVB (13166): remove duplicate structure field initialization
Julia Lawall
1
-1
/
+1
2009-04-06
V4L/DVB (11380): v4l2-subdev: change s_routing prototype
Hans Verkuil
1
-3
/
+4
2009-04-06
V4L/DVB (11372): v4l2: use old-style i2c API for kernels < 2.6.26 instead of ...
Hans Verkuil
1
-1
/
+0
2009-04-06
V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
Hans Verkuil
1
-1
/
+1
2009-04-06
V4L/DVB (11365): tvaudio: remove i2c legacy code
Hans Verkuil
1
-33
/
+1
2009-03-30
V4L/DVB (11277): tvaudio: always call init_timer to prevent rmmod crash.
Hans Verkuil
1
-1
/
+1
2009-03-30
V4L/DVB (11276): tvaudio: add tda9875 support.
Hans Verkuil
1
-0
/
+132
2009-03-30
V4L/DVB (11275): tvaudio: fix mute and s/g_tuner handling
Hans Verkuil
1
-5
/
+19
2009-03-30
V4L/DVB (10730): v4l-dvb: cleanup obsolete references to v4l1 headers.
Hans Verkuil
1
-1
/
+1
2009-03-30
V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std
Hans Verkuil
1
-7
/
+10
2009-03-05
V4L/DVB (10832): tvaudio: Avoid breakage with tda9874a
Vitaly Wool
1
-1
/
+1
2009-01-02
V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...
Hans Verkuil
1
-1
/
+1
2008-12-30
V4L/DVB (9959): tvaudio: convert to v4l2_subdev.
Hans Verkuil
1
-324
/
+383
2008-11-14
V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/treble
Mauro Carvalho Chehab
1
-8
/
+7
2008-11-14
V4L/DVB (9623): tvaudio: Improve debug msg by printing something more human
Mauro Carvalho Chehab
1
-1
/
+5
2008-11-14
V4L/DVB (9622): tvaudio: Improve comments and remove a unneeded prototype
Mauro Carvalho Chehab
1
-12
/
+7
2008-11-14
V4L/DVB (9621): Avoid writing outside shadow.bytes[] array
Mauro Carvalho Chehab
1
-3
/
+27
2008-11-14
V4L/DVB (9620): tvaudio: use a direct reference for chip description
Mauro Carvalho Chehab
1
-8
/
+9
2008-11-14
V4L/DVB (9619): tvaudio: update initial comments
Mauro Carvalho Chehab
1
-1
/
+5
2008-11-14
V4L/DVB (9618): tvaudio: add additional logic to avoid OOPS
Mauro Carvalho Chehab
1
-8
/
+37
2008-11-14
V4L/DVB (9617): tvtime: remove generic_checkmode callback
Mauro Carvalho Chehab
1
-36
/
+35
2008-11-14
V4L/DVB (9616): tvaudio: cleanup - group all callbacks together
Mauro Carvalho Chehab
1
-7
/
+18
2008-11-14
V4L/DVB (9615): tvaudio: instead of using a magic number, use ARRAY_SIZE
Mauro Carvalho Chehab
1
-3
/
+3
2008-11-14
V4L/DVB (9613): tvaudio: fix a memory leak
Mauro Carvalho Chehab
1
-0
/
+1
2008-10-11
security: avoid calling a NULL function pointer in drivers/video/tvaudio.c
Arjan van de Ven
1
-1
/
+1
2008-07-20
V4L/DVB (8246): tvaudio: Stop I2C driver ID abuse
Jean Delvare
1
-13
/
+0
2008-05-11
i2c: Convert some more new-style drivers to use module aliasing
Jean Delvare
1
-1
/
+12
2008-04-29
i2c: Add support for device alias names
Jean Delvare
1
-1
/
+1
2008-04-24
V4L/DVB (7094): static memory
Douglas Schilling Landgraf
1
-4
/
+4
2008-02-18
V4L/DVB (7139): add parentheses
Roel Kluin
1
-5
/
+5
2008-01-25
V4L/DVB (6461): tvaudio: convert to bus-based I2C API
Hans Verkuil
1
-114
/
+84
2008-01-25
V4L/DVB (6418): Converted tvaudio from V4L1 to V4L2
Mauro Carvalho Chehab
1
-128
/
+178
2007-10-09
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
1
-1
/
+0
2007-07-20
V4L/DVB (5858): Use msecs_to_jiffies instead of HZ on media/video I2C drivers
Mauro Carvalho Chehab
1
-2
/
+2
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-1
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-27
V4L/DVB (5492): Remove useless includes of i2c-algo-bit.h
Jean Delvare
1
-1
/
+0
2007-04-27
V4L/DVB (5355): Add VIDIOC_G_CHIP_IDENT to various i2c modules
Hans Verkuil
1
-0
/
+4
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-09-26
V4L/DVB (4624): Tvaudio: Replaced kernel_thread() with kthread_run()
Cedric Le Goater
1
-26
/
+16
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-02
V4L/DVB (3609): Remove VIDIOC_S_AUDIO from tvaudio: no longer used.
Hans Verkuil
1
-15
/
+0
2006-03-24
V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode
Hans Verkuil
1
-0
/
+1
2006-03-24
V4L/DVB (3582): Implement correct msp3400 input/output routing
Hans Verkuil
1
-0
/
+24
2006-03-24
V4L/DVB (3577): Cleanup audio input handling
Hans Verkuil
1
-19
/
+48
[next]