aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorRicardo Cerqueira <v4l@cerqueira.org>2005-11-09 00:38:54 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:32 -0500
commitb54134be53be720da423692665ec215eb14a678b (patch)
treecf9c5a895a6c657ef23317c6256e7eb284e93b95 /drivers/media/video/saa7134/saa7134.h
parent79dd0c69f05fccb0396bdcd861ad4686ce888cda (diff)
[PATCH] V4L: 926: Saa7134 alsa can only be autoloaded after saa7134 is active
- Saa7134-alsa can only be autoloaded after saa7134 is active - Applied pertinent changes proposed by the ALSA team - dsp_nr replaced by ALSA's index[] Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r--drivers/media/video/saa7134/saa7134.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h
index 1fdc9e147f87..fb9727471661 100644
--- a/drivers/media/video/saa7134/saa7134.h
+++ b/drivers/media/video/saa7134/saa7134.h
@@ -355,8 +355,8 @@ struct saa7134_fh {
355 struct saa7134_pgtable pt_vbi; 355 struct saa7134_pgtable pt_vbi;
356}; 356};
357 357
358/* oss dsp status */ 358/* dmasound dsp status */
359struct saa7134_oss { 359struct saa7134_dmasound {
360 struct semaphore lock; 360 struct semaphore lock;
361 int minor_mixer; 361 int minor_mixer;
362 int minor_dsp; 362 int minor_dsp;
@@ -431,7 +431,7 @@ struct saa7134_dev {
431 struct video_device *video_dev; 431 struct video_device *video_dev;
432 struct video_device *radio_dev; 432 struct video_device *radio_dev;
433 struct video_device *vbi_dev; 433 struct video_device *vbi_dev;
434 struct saa7134_oss oss; 434 struct saa7134_dmasound dmasound;
435 435
436 /* infrared remote */ 436 /* infrared remote */
437 int has_remote; 437 int has_remote;