diff options
Diffstat (limited to 'sound/oss/sb_common.c')
-rw-r--r-- | sound/oss/sb_common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/oss/sb_common.c b/sound/oss/sb_common.c index 851a1da46be1..3d50fb4236ed 100644 --- a/sound/oss/sb_common.c +++ b/sound/oss/sb_common.c | |||
@@ -226,8 +226,6 @@ int sb_dsp_reset(sb_devc * devc) | |||
226 | { | 226 | { |
227 | int loopc; | 227 | int loopc; |
228 | 228 | ||
229 | DEB(printk("Entered sb_dsp_reset()\n")); | ||
230 | |||
231 | if (devc->model == MDL_ESS) return ess_dsp_reset (devc); | 229 | if (devc->model == MDL_ESS) return ess_dsp_reset (devc); |
232 | 230 | ||
233 | /* This is only for non-ESS chips */ | 231 | /* This is only for non-ESS chips */ |
@@ -246,8 +244,6 @@ int sb_dsp_reset(sb_devc * devc) | |||
246 | return 0; /* Sorry */ | 244 | return 0; /* Sorry */ |
247 | } | 245 | } |
248 | 246 | ||
249 | DEB(printk("sb_dsp_reset() OK\n")); | ||
250 | |||
251 | return 1; | 247 | return 1; |
252 | } | 248 | } |
253 | 249 | ||