This commit is contained in:
Alexandre Ratchov 2013-04-15 10:42:51 +02:00
parent b5f32675fc
commit aea7519d93
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ sio_alsa_setpar_hw(snd_pcm_t *pcm, snd_pcm_hw_params_t *hwp,
SND_PCM_FORMAT_U24_LE, SND_PCM_FORMAT_U24_BE,
SND_PCM_FORMAT_S16_LE, SND_PCM_FORMAT_S16_BE,
SND_PCM_FORMAT_U16_LE, SND_PCM_FORMAT_U16_BE,
SND_PCM_FORMAT_U8, SND_PCM_FORMAT_S8
SND_PCM_FORMAT_U8, SND_PCM_FORMAT_S8
};
int i, err, dir = 0;
unsigned req_rate, min_periods = 2;