mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-20 01:40:08 -05:00
pcm dump() routines update: use spaces to indent texts
This commit is contained in:
parent
1439c2be86
commit
bdfbbed5ca
10 changed files with 43 additions and 48 deletions
|
|
@ -1276,11 +1276,11 @@ static void snd_pcm_share_dump(snd_pcm_t *pcm, snd_output_t *out)
|
|||
snd_pcm_share_slave_t *slave = share->slave;
|
||||
unsigned int k;
|
||||
snd_output_printf(out, "Share PCM\n");
|
||||
snd_output_printf(out, "\nChannel bindings:\n");
|
||||
snd_output_printf(out, " Channel bindings:\n");
|
||||
for (k = 0; k < share->channels; ++k)
|
||||
snd_output_printf(out, "%d: %d\n", k, share->slave_channels[k]);
|
||||
snd_output_printf(out, " %d: %d\n", k, share->slave_channels[k]);
|
||||
if (pcm->setup) {
|
||||
snd_output_printf(out, "\nIts setup is:\n");
|
||||
snd_output_printf(out, "Its setup is:\n");
|
||||
snd_pcm_dump_setup(pcm, out);
|
||||
}
|
||||
snd_output_printf(out, "Slave: ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue