diff options
Diffstat (limited to 'sound/atmel/abdac.c')
-rw-r--r-- | sound/atmel/abdac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/atmel/abdac.c b/sound/atmel/abdac.c index 32064fafbc2e..f2f41c854221 100644 --- a/sound/atmel/abdac.c +++ b/sound/atmel/abdac.c | |||
@@ -165,7 +165,7 @@ static struct snd_pcm_hardware atmel_abdac_hw = { | |||
165 | .buffer_bytes_max = 64 * 4096, | 165 | .buffer_bytes_max = 64 * 4096, |
166 | .period_bytes_min = 4096, | 166 | .period_bytes_min = 4096, |
167 | .period_bytes_max = 4096, | 167 | .period_bytes_max = 4096, |
168 | .periods_min = 4, | 168 | .periods_min = 6, |
169 | .periods_max = 64, | 169 | .periods_max = 64, |
170 | }; | 170 | }; |
171 | 171 | ||