dect
/
linux-2.6
Archived
13
0
Fork 0

ALSA: hdspm - Allow for 8192 period size on RME MADI and AES cards

Older RME cards like MADI and AES support period sizes of 8192 samples.
The original hdspm driver already featured this value, apparently, it
was lost during the rewrite.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Adrian Knoth 2011-08-15 00:22:50 +02:00 committed by Takashi Iwai
parent da6094ea7d
commit 135d1535f4
1 changed files with 1 additions and 1 deletions

View File

@ -5673,7 +5673,7 @@ static int snd_hdspm_prepare(struct snd_pcm_substream *substream)
}
static unsigned int period_sizes_old[] = {
64, 128, 256, 512, 1024, 2048, 4096
64, 128, 256, 512, 1024, 2048, 4096, 8192
};
static unsigned int period_sizes_new[] = {