alsa: Fix indention

This commit is contained in:
Sebastian Dröge 2015-01-21 09:41:23 +01:00
parent 485ad66a11
commit 8e6fb92886

View file

@ -742,9 +742,11 @@ static GstAudioChannelPosition gst_pos[SND_CHMAP_LAST + 1] = {
ITEM (BLC, BOTTOM_FRONT_LEFT),
ITEM (BRC, BOTTOM_FRONT_LEFT),
};
#undef ITEM
gboolean alsa_chmap_to_channel_positions (const snd_pcm_chmap_t *chmap,
gboolean
alsa_chmap_to_channel_positions (const snd_pcm_chmap_t * chmap,
GstAudioChannelPosition * pos)
{
int c;