Browse Source

Update alsa_out.c

pull/333/head
Olivier Humbert GitHub 8 years ago
parent
commit
ce2a6e759e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example-clients/alsa_out.c

+ 1
- 1
example-clients/alsa_out.c View File

@@ -185,7 +185,7 @@ static int set_hwparams(snd_pcm_t *handle, snd_pcm_hw_params_t *params, snd_pcm_
return err;
}
if (rchannels != channels) {
printf("WARNING: chennel count does not match (requested %d got %d)\n", channels, rchannels);
printf("WARNING: channel count does not match (requested %d got %d)\n", channels, rchannels);
num_channels = rchannels;
}
/* set the stream rate */


Loading…
Cancel
Save