diff options
author | Ricardo Cerqueira <devnull@localhost> | 2005-12-20 17:10:17 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2005-12-20 17:10:17 +0000 |
commit | ff66a057b8b67749b41fc0ce0298c367952a27fc (patch) | |
tree | 29f8059aaa1d3174a5aebcb790d064849b93f742 /v4l | |
parent | 725a8b813082a250bf3727ecb2140144ab92c2eb (diff) | |
download | mediapointer-dvb-s2-ff66a057b8b67749b41fc0ce0298c367952a27fc.tar.gz mediapointer-dvb-s2-ff66a057b8b67749b41fc0ce0298c367952a27fc.tar.bz2 |
Fix saa7134 ALSA/OSS collisions
From: Ricardo Cerqueira <v4l@cerqueira.org>
When ALSA or OSS are loaded, check if the other is present
Fixed hotplug notifiers cleanup on module removal
Signed-off-by:
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 8a36c23e7..fb2559e8a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2005-12-20 17:05 rmcc + + * linux/drivers/media/video/saa7134/saa7134-alsa.c: + (saa7134_alsa_init), (saa7134_alsa_exit): + * linux/drivers/media/video/saa7134/saa7134-oss.c: + (saa7134_oss_init), (saa7134_oss_exit): + + - Fixed the saa7134 hotplug notifiers to prevent collisions between + ALSA and OSS + - Prevent ALSA or OSS from loading if the other is present. + + Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> + 2005-12-20 15:54 mkrufky * linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c: |