diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-06-08 18:22:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-06-08 18:22:19 +0200 |
commit | 89e3adf8cd3e0901a786274c584c89dd082eab09 (patch) | |
tree | 6a12dc070c08b11c1c56fdbc53eb3b537dc09690 /src/pulsecore | |
parent | 3c4c1f4945b309b3eba11ca67c010469c7ff9256 (diff) |
sample: fix build on BE archs
Diffstat (limited to 'src/pulsecore')
-rw-r--r-- | src/pulsecore/sample-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sample-util.c b/src/pulsecore/sample-util.c index dda38834..5b8ccf59 100644 --- a/src/pulsecore/sample-util.c +++ b/src/pulsecore/sample-util.c @@ -1182,7 +1182,7 @@ pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool, case PA_SAMPLE_S24LE: case PA_SAMPLE_S24BE: case PA_SAMPLE_S24_32LE: - case PA_SAMPLE_S24_32RE: + case PA_SAMPLE_S24_32BE: case PA_SAMPLE_FLOAT32LE: case PA_SAMPLE_FLOAT32BE: cache->blocks[PA_SAMPLE_S16LE] = b = silence_memblock_new(pool, 0); |