index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
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-30
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-26
V4L/DVB (6461): tvaudio: convert to bus-based I2C API
Hans Verkuil
1
-114
/
+84
2008-01-26
V4L/DVB (6418): Converted tvaudio from V4L1 to V4L2
Mauro Carvalho Chehab
1
-128
/
+178
2007-10-10
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
1
-1
/
+0
2007-07-21
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
2006-03-24
V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_foo
Mauro Carvalho Chehab
1
-30
/
+30
2006-03-24
V4L/DVB (3547): Tvaudio.h are just i2c addresses. Merged into i2c-addr.h
Mauro Carvalho Chehab
1
-1
/
+1
2006-01-23
V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER)
Hans Verkuil
1
-14
/
+12
2006-01-23
V4L/DVB (3403): Add probe check for the tda9840.
Hans Verkuil
1
-0
/
+9
2006-01-12
V4L/DVB (3345): Fixes some bad global variables
Mauro Carvalho Chehab
1
-26
/
+26
2006-01-12
V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-2
/
+1
2006-01-09
V4L/DVB (3307): Some cleanups at I2C modules
Mauro Carvalho Chehab
1
-2
/
+1
2006-01-09
V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.
Hans Verkuil
1
-47
/
+34
2006-01-09
V4L/DVB (3269): ioctls cleanups.
Michael Krufky
1
-0
/
+1
2006-01-09
V4L/DVB (3255): When in radio mode don't do anything with VIDIOC_G_TUNER.
Hans Verkuil
1
-2
/
+2
2006-01-09
V4L/DVB (3253): Add V4L2 commands to tvaudio
Hans Verkuil
1
-21
/
+86
2006-01-09
V4L/DVB (3123a): remove uneeded #if from V4L subsystem
Mauro Carvalho Chehab
1
-9
/
+0
2006-01-06
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-01-06
[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11
Laurent Riffard
1
-2
/
+4
2006-01-06
[PATCH] i2c: Rework client usage count, 2 of 3
Jean Delvare
1
-1
/
+0
2006-01-06
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
Jean Delvare
1
-1
/
+0
[next]