diff options
Diffstat (limited to 'sound/sparc')
-rw-r--r-- | sound/sparc/dbri.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 6b090fb66a8d..82d5e8072f2b 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c | |||
@@ -2111,8 +2111,6 @@ static int snd_dbri_prepare(struct snd_pcm_substream *substream) | |||
2111 | ret = setup_descs(dbri, DBRI_STREAMNO(substream), | 2111 | ret = setup_descs(dbri, DBRI_STREAMNO(substream), |
2112 | snd_pcm_lib_period_bytes(substream)); | 2112 | snd_pcm_lib_period_bytes(substream)); |
2113 | 2113 | ||
2114 | runtime->stop_threshold = DBRI_TD_MAXCNT / runtime->channels; | ||
2115 | |||
2116 | spin_unlock_irq(&dbri->lock); | 2114 | spin_unlock_irq(&dbri->lock); |
2117 | 2115 | ||
2118 | dprintk(D_USR, "prepare audio output. %d bytes\n", info->size); | 2116 | dprintk(D_USR, "prepare audio output. %d bytes\n", info->size); |