mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
- added shm area manager code
- fixed parsing of period_size/buffer_size options for dmix, dsnoop and dshare plugins
This commit is contained in:
parent
7340d20729
commit
573f85dc1d
11 changed files with 67 additions and 58 deletions
|
|
@ -6246,7 +6246,10 @@ static const char *names[SND_PCM_HW_PARAM_LAST_INTERVAL + 1] = {
|
|||
[SND_PCM_HW_PARAM_CHANNELS] = "channels",
|
||||
[SND_PCM_HW_PARAM_RATE] = "rate",
|
||||
[SND_PCM_HW_PARAM_PERIOD_TIME] = "period_time",
|
||||
[SND_PCM_HW_PARAM_BUFFER_TIME] = "buffer_time"
|
||||
[SND_PCM_HW_PARAM_PERIOD_SIZE] = "period_size",
|
||||
[SND_PCM_HW_PARAM_BUFFER_TIME] = "buffer_time",
|
||||
[SND_PCM_HW_PARAM_BUFFER_SIZE] = "buffer_size",
|
||||
[SND_PCM_HW_PARAM_PERIODS] = "periods"
|
||||
};
|
||||
|
||||
int snd_pcm_slave_conf(snd_config_t *root, snd_config_t *conf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue