summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_direct.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-01-08 18:35:29 +0100
committerTakashi Iwai <tiwai@suse.de>2008-01-08 18:35:29 +0100
commitcf15e49d8460d9b56005d8c49faa064de3649cef (patch)
treed0e6ca53dd603eabf531fe17856c2e2a85a39d97 /src/pcm/pcm_direct.c
parente1e9e3ff8274b24857da083c19c47627e1a71c3e (diff)
downloadalsa-lib-cf15e49d8460d9b56005d8c49faa064de3649cef.tar.gz
Remove PCM xfer_align
The PCM xfer_align is a removed feature from the kernel. This patch cleans up the corresponding part in alsa-lib.
Diffstat (limited to 'src/pcm/pcm_direct.c')
-rw-r--r--src/pcm/pcm_direct.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pcm/pcm_direct.c b/src/pcm/pcm_direct.c
index 3f908e26..b80e31a0 100644
--- a/src/pcm/pcm_direct.c
+++ b/src/pcm/pcm_direct.c
@@ -826,7 +826,6 @@ static void save_slave_setting(snd_pcm_direct_t *dmix, snd_pcm_t *spcm)
COPY_SLAVE(stop_threshold);
COPY_SLAVE(silence_threshold);
COPY_SLAVE(silence_size);
- COPY_SLAVE(xfer_align);
COPY_SLAVE(boundary);
COPY_SLAVE(info);
COPY_SLAVE(msbits);
@@ -1180,7 +1179,6 @@ static void copy_slave_setting(snd_pcm_direct_t *dmix, snd_pcm_t *spcm)
COPY_SLAVE(stop_threshold);
COPY_SLAVE(silence_threshold);
COPY_SLAVE(silence_size);
- COPY_SLAVE(xfer_align);
COPY_SLAVE(boundary);
COPY_SLAVE(info);
COPY_SLAVE(msbits);