mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
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.
This commit is contained in:
parent
e1e9e3ff82
commit
cf15e49d84
12 changed files with 13 additions and 78 deletions
|
|
@ -94,7 +94,7 @@ typedef struct {
|
|||
unsigned int stop_threshold;
|
||||
unsigned int silence_threshold;
|
||||
unsigned int silence_size;
|
||||
unsigned int xfer_align;
|
||||
unsigned int xfer_align; /* not used */
|
||||
unsigned long long boundary;
|
||||
unsigned int info;
|
||||
unsigned int msbits;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue