This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / sound / isa / sb / sb8_main.c
index bac9f16..25cdd02 100644 (file)
@@ -452,11 +452,11 @@ int snd_sb8_open(snd_pcm_substream_t *substream)
                runtime->hw.rate_max = 44100;
                runtime->hw.channels_max = 2;
                snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
-                                   snd_sb8_hw_constraint_rate_channels, NULL,
+                                   snd_sb8_hw_constraint_rate_channels, 0,
                                    SNDRV_PCM_HW_PARAM_CHANNELS,
                                    SNDRV_PCM_HW_PARAM_RATE, -1);
                snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
-                                    snd_sb8_hw_constraint_channels_rate, NULL,
+                                    snd_sb8_hw_constraint_channels_rate, 0,
                                     SNDRV_PCM_HW_PARAM_RATE, -1);
                break;
        case SB_HW_201: