The patch number 10122 was added via Devin Heitmueller
<[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Devin Heitmueller <[email protected]>
em28xx: don't load em28xx-alsa for em2870 based devices
Like the em2874, the em2870 does not have any analog support, so don't bother
loading the em28xx-alsa module.
Priority: normal
Signed-off-by: Devin Heitmueller <[email protected]>
---
linux/drivers/media/video/em28xx/em28xx-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r f455ec9f2c8d -r b7b2621d7ec8
linux/drivers/media/video/em28xx/em28xx-core.c
--- a/linux/drivers/media/video/em28xx/em28xx-core.c Mon Dec 29 20:39:42
2008 -0500
+++ b/linux/drivers/media/video/em28xx/em28xx-core.c Mon Dec 29 20:43:55
2008 -0500
@@ -465,7 +465,7 @@ int em28xx_audio_setup(struct em28xx *de
int vid1, vid2, feat, cfg;
u32 vid;
- if (dev->chip_id == CHIP_ID_EM2874) {
+ if (dev->chip_id == CHIP_ID_EM2870 || dev->chip_id == CHIP_ID_EM2874) {
/* Digital only device - don't load any alsa module */
dev->audio_mode.has_audio = 0;
dev->has_audio_class = 0;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/b7b2621d7ec80510854d901bac855b300d37098b
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits