forked from PAWPAW-Mirror/lib_xua
Comment in mixer only
This commit is contained in:
@@ -248,7 +248,11 @@ static inline void giveSamplesToDevice(chanend c, xc_ptr samples, xc_ptr ptr, xc
|
|||||||
unsigned l;
|
unsigned l;
|
||||||
#endif
|
#endif
|
||||||
int index;
|
int index;
|
||||||
|
|
||||||
|
/* Read pointer to sample from the map */
|
||||||
read_via_xc_ptr_indexed(index, ptr, i);
|
read_via_xc_ptr_indexed(index, ptr, i);
|
||||||
|
|
||||||
|
/* Read the actual sample value */
|
||||||
read_via_xc_ptr_indexed(sample, samples, index)
|
read_via_xc_ptr_indexed(sample, samples, index)
|
||||||
|
|
||||||
#if defined(OUT_VOLUME_IN_MIXER) && defined(OUT_VOLUME_AFTER_MIX)
|
#if defined(OUT_VOLUME_IN_MIXER) && defined(OUT_VOLUME_AFTER_MIX)
|
||||||
|
|||||||
Reference in New Issue
Block a user