Skip to content

Commit

Permalink
ALSA: hdspm - Allow for 8192 period size on RME MADI and AES cards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Knoth authored and Takashi Iwai committed Aug 15, 2011
1 parent da6094e commit 135d153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 135d153

Please sign in to comment.