summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2011-08-15 00:22:50 +0200
committerTakashi Iwai <tiwai@suse.de>2011-08-15 10:24:35 +0200
commit135d1535f4619ce74e46b9268c4a7899bc531cb1 (patch)
tree76c7cdca820e55c0ae42063d5b267894cbfab5aa /sound/pci/rme9652
parentda6094ea7d3c2295473d8f5134279307255d6ebf (diff)
downloadop-kernel-dev-135d1535f4619ce74e46b9268c4a7899bc531cb1.zip
op-kernel-dev-135d1535f4619ce74e46b9268c4a7899bc531cb1.tar.gz
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>
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r--sound/pci/rme9652/hdspm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index 493e394..204e1ced 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -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[] = {
OpenPOWER on IntegriCloud