diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-05 04:24:21 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-05 04:24:21 +0000 |
commit | 509a2287e6a28bc657021ee8ba21825bfafe555e (patch) | |
tree | 04b7f032dd0e96a52431ddfa2122a4c8838fb54c /v4l/ChangeLog | |
parent | b951721f0c713f7043f0346e16c9b0d5190633f3 (diff) | |
download | mediapointer-dvb-s2-509a2287e6a28bc657021ee8ba21825bfafe555e.tar.gz mediapointer-dvb-s2-509a2287e6a28bc657021ee8ba21825bfafe555e.tar.bz2 |
Make CONFIG_VIDEO_ALSA support all ALSA modules, and enable it
From: Ricardo Cerqueira <v4l@cerqueira.org>
VIDEO_ALSA now actually means "enable ALSA modules". Both cx88 and saa7134
are covered by it (bt87x is disabled as it may conflict with snd_bt87x in
ALSA's tree), and it now defaults to "y".
Signed-off-by:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index cdd514ece..563fbd022 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,15 @@ +2006-01-05 04:13 rmcc + + * linux/drivers/media/video/cx88/cx88-alsa.c: + (_cx88_stop_audio_dma): + * v4l/Make.config: + * v4l/Makefile: + + - CONFIG_VIDEO_ALSA now encompasses both the SAA713x and CX88x modules, + and is enabled by default + + Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> + 2006-01-05 03:27 rmcc * linux/drivers/media/video/cx88/cx88-alsa.c: |