index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
em28xx
/
em28xx-audio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-15
[media] rename most media/video usb drivers to media/usb
Mauro Carvalho Chehab
1
-751
/
+0
2012-08-11
[media] em28xx: Remove useless runtime->private_data usage
Ezequiel García
1
-1
/
+0
2012-06-21
[media] em28xx: Rename AC97 registers to use sound/ac97_codec.h definitions
Ezequiel García
1
-13
/
+14
2012-06-21
[media] em28xx: Fix wrong AC97 mic register usage
Ezequiel García
1
-1
/
+1
2012-05-14
[media] v4l: fix compiler warnings
Hans Verkuil
1
-4
/
+7
2012-01-06
[media] em28xx: Reworked probe code to get rid of some hacks
Holger Nelson
1
-1
/
+1
2011-07-28
[media] em28xx: Add support for devices with a separate audio interface
Mauro Carvalho Chehab
1
-20
/
+24
2011-07-28
[media] em28xx-audio: Some Alsa API fixes
Mauro Carvalho Chehab
1
-1
/
+6
2011-07-28
[media] em28xx-audio: Properly report failures to start stream
Mauro Carvalho Chehab
1
-0
/
+3
2011-07-28
[media] em28xx-audio: add debug info for the volume control
Mauro Carvalho Chehab
1
-0
/
+28
2011-07-28
[media] em28xx-audio: volumes are inverted
Mauro Carvalho Chehab
1
-8
/
+8
2011-07-28
[media] em28xx-audio: add support for mute controls
Mauro Carvalho Chehab
1
-14
/
+73
2011-07-28
[media] em28xx-alsa: add mixer support for AC97 volume controls
Mauro Carvalho Chehab
1
-0
/
+103
2011-07-28
[media] em28xx: Don't initialize a var if won't be using it
Mauro Carvalho Chehab
1
-4
/
+5
2010-10-21
[media] em28xx-audio: fix some locking issues
Mauro Carvalho Chehab
1
-41
/
+34
2010-05-18
V4L/DVB: em28xx: "Empia Em28xx Audio" too long
Dan Carpenter
1
-1
/
+1
2009-12-05
V4L/DVB (13289): em28xx-audio: Convert printks to em28xx_err
Filipe Rosset
1
-2
/
+2
2009-11-07
V4L/DVB (13190): em28xx: fix panic that can occur when starting audio streaming
Devin Heitmueller
1
-0
/
+5
2009-06-17
V4L/DVB (11896): em28xx: Fix for Slow Memory Leak
Robert Krakora
1
-0
/
+5
2009-03-30
V4L/DVB (10555): em28xx: CodingStyle fixes
Nicola Soranzo
1
-4
/
+6
2009-03-30
V4L/DVB (10525): em28xx: Coding style fixes and a typo correction
Nicola Soranzo
1
-3
/
+2
2009-03-30
V4L/DVB (10523): em28xx-audio: Add macros EM28XX_START_AUDIO / EM28XX_STOP_AUDIO
Douglas Schilling Landgraf
1
-5
/
+5
2009-03-30
V4L/DVB (10522): em28xx-audio: replace printk with em28xx_errdev
Alexey Klimov
1
-1
/
+1
2009-03-30
V4L/DVB (10521): em28xx-audio: Add lock for users
Douglas Schilling Landgraf
1
-1
/
+3
2009-03-30
V4L/DVB (10520): em28xx-audio: Add spinlock for trigger
Douglas Schilling Landgraf
1
-3
/
+11
2009-03-30
V4L/DVB (10519): em28xx: Fix for em28xx audio startup
Robert Krakora
1
-11
/
+1
2009-03-30
V4L/DVB (10518): em28xx: Fix for em28xx memory leak and function rename
Robert Krakora
1
-4
/
+18
2009-03-30
V4L/DVB (10517): em28xx: remove bad check (changeset a31c595188af)
Douglas Schilling Landgraf
1
-14
/
+2
2009-03-30
V4L/DVB (10327): em28xx: Add check before call em28xx_isoc_audio_deinit()
Douglas Schilling Landgraf
1
-2
/
+14
2009-03-30
V4L/DVB (10326): em28xx: Cleanup: fix bad whitespacing
Douglas Schilling Landgraf
1
-2
/
+2
2009-03-24
Merge branch 'topic/snd_card_new-err' into for-linus
Takashi Iwai
1
-3
/
+4
2009-02-27
V4L/DVB (10659): em28xx: register device to soundcard for sysfs
Nicola Soranzo
1
-0
/
+2
2009-01-29
V4L/DVB (10325): em28xx: Fix for fail to submit URB with IRQs and Pre-emption...
Robert Krakora
1
-3
/
+6
2009-01-29
V4L/DVB (10261): em28xx: fix kernel panic on audio shutdown
Devin Heitmueller
1
-1
/
+1
2009-01-29
V4L/DVB (10254): em28xx: Fix audio URB transfer buffer race condition
Robert Krakora
1
-1
/
+8
2009-01-12
drivers/media: Convert to snd_card_create()
Takashi Iwai
1
-3
/
+4
2009-01-02
V4L/DVB (10163): em28xx: allocate adev together with struct em28xx dev
Mauro Carvalho Chehab
1
-50
/
+41
2008-12-29
V4L/DVB (9588): Don't load em28xx audio module for digital-only devices
Devin Heitmueller
1
-4
/
+6
2008-12-29
V4L/DVB (9581): Remove unused variable from em28xx-audio.c
Devin Heitmueller
1
-1
/
+1
2008-12-29
V4L/DVB (9532): Properly handle error messages during alsa registering
Mauro Carvalho Chehab
1
-3
/
+8
2008-12-01
em28xx: remove backward compat macro added on a previous fix
Mauro Carvalho Chehab
1
-12
/
+0
2008-12-01
V4L/DVB (9743): em28xx: fix oops audio
Douglas Schilling Landgraf
1
-1
/
+1
2008-11-24
V4L/DVB (9742): em28xx-alsa: implement another locking schema
Mauro Carvalho Chehab
1
-13
/
+24
2008-10-05
V4L/DVB (9103): em28xx: HVR-900 B3C0 - fix audio clicking issue
Wiktor Grebla
1
-2
/
+2
2008-09-29
V4L/DVB (8884): em28xx-audio: fix memory leak
Douglas Schilling Landgraf
1
-1
/
+7
2008-06-26
V4L/DVB (8026): Avoids an OOPS if dev struct can't be successfully recovered
Mauro Carvalho Chehab
1
-0
/
+6
2008-06-26
V4L/DVB (8017): Ensure em28xx extensions only get run against devs that suppo...
Devin Heitmueller
1
-0
/
+12
2008-04-24
V4L/DVB (7522): media/video/em28xx replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-02-18
V4L/DVB (7164): em28xx-alsa: Add a missing mutex
Mauro Carvalho Chehab
1
-0
/
+5
2008-02-18
V4L/DVB (7049): Remove sound/driver.h
Mauro Carvalho Chehab
1
-1
/
+0
[next]