diff options
Diffstat (limited to 'sound/isa/sb/sb_mixer.c')
-rw-r--r-- | sound/isa/sb/sb_mixer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/isa/sb/sb_mixer.c b/sound/isa/sb/sb_mixer.c index cc5a2c6dec16..ff4b59968027 100644 --- a/sound/isa/sb/sb_mixer.c +++ b/sound/isa/sb/sb_mixer.c | |||
@@ -688,7 +688,7 @@ static struct sbmix_elem snd_als4000_ctl_3d_poweroff_switch = | |||
688 | SB_SINGLE("3D PowerOff Switch", SB_ALS4000_3D_TIME_DELAY, 4, 0x01); | 688 | SB_SINGLE("3D PowerOff Switch", SB_ALS4000_3D_TIME_DELAY, 4, 0x01); |
689 | static struct sbmix_elem snd_als4000_ctl_3d_delay = | 689 | static struct sbmix_elem snd_als4000_ctl_3d_delay = |
690 | SB_SINGLE("3D Delay", SB_ALS4000_3D_TIME_DELAY, 0, 0x0f); | 690 | SB_SINGLE("3D Delay", SB_ALS4000_3D_TIME_DELAY, 0, 0x0f); |
691 | #if NOT_AVAILABLE | 691 | #ifdef NOT_AVAILABLE |
692 | static struct sbmix_elem snd_als4000_ctl_fmdac = | 692 | static struct sbmix_elem snd_als4000_ctl_fmdac = |
693 | SB_SINGLE("FMDAC Switch (Option ?)", SB_ALS4000_FMDAC, 0, 0x01); | 693 | SB_SINGLE("FMDAC Switch (Option ?)", SB_ALS4000_FMDAC, 0, 0x01); |
694 | static struct sbmix_elem snd_als4000_ctl_qsound = | 694 | static struct sbmix_elem snd_als4000_ctl_qsound = |
@@ -723,7 +723,7 @@ static struct sbmix_elem *snd_als4000_controls[] = { | |||
723 | &snd_als4000_ctl_3d_output_ratio, | 723 | &snd_als4000_ctl_3d_output_ratio, |
724 | &snd_als4000_ctl_3d_delay, | 724 | &snd_als4000_ctl_3d_delay, |
725 | &snd_als4000_ctl_3d_poweroff_switch, | 725 | &snd_als4000_ctl_3d_poweroff_switch, |
726 | #if NOT_AVAILABLE | 726 | #ifdef NOT_AVAILABLE |
727 | &snd_als4000_ctl_fmdac, | 727 | &snd_als4000_ctl_fmdac, |
728 | &snd_als4000_ctl_qsound, | 728 | &snd_als4000_ctl_qsound, |
729 | #endif | 729 | #endif |