mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-06 04:06:30 -05:00
sample: fix build on BE archs
This commit is contained in:
parent
e4b4d05487
commit
758aac63b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue