mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Removed sw_params
This commit is contained in:
parent
40a648acbf
commit
c76b0f7815
1 changed files with 0 additions and 2 deletions
|
|
@ -38,12 +38,10 @@ int output_open(output_t *output)
|
|||
const char *pcm_name = output->pcm_name;
|
||||
char devstr[128];
|
||||
snd_pcm_hw_params_t *params;
|
||||
snd_pcm_sw_params_t *swparams;
|
||||
snd_pcm_sframes_t buffer_time;
|
||||
snd_pcm_sframes_t period_time, tmp;
|
||||
int err, step;
|
||||
snd_pcm_hw_params_alloca(¶ms);
|
||||
snd_pcm_sw_params_alloca(&swparams);
|
||||
|
||||
out_config = *output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue