mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:05:43 +01:00
Removed debugging options..
This commit is contained in:
parent
56d558bf8a
commit
68aeb83d4f
1 changed files with 0 additions and 1 deletions
|
@ -615,7 +615,6 @@ static void soundcard_setup_write_mixer_channel( FILE *out, snd_mixer_channel_in
|
||||||
info -> caps & SND_MIXER_CINFO_CAP_RECORDBYMUTE ? " record-by-mute" : "" );
|
info -> caps & SND_MIXER_CINFO_CAP_RECORDBYMUTE ? " record-by-mute" : "" );
|
||||||
fprintf( out, " ; Accepted channel range is from %i to %i.\n", info -> min, info -> max );
|
fprintf( out, " ; Accepted channel range is from %i to %i.\n", info -> min, info -> max );
|
||||||
fprintf( out, " channel( \"%s\", ", info -> name );
|
fprintf( out, " channel( \"%s\", ", info -> name );
|
||||||
printf( "flags = 0x%x\n", channel -> flags );
|
|
||||||
if ( info -> caps & SND_MIXER_CINFO_CAP_STEREO ) {
|
if ( info -> caps & SND_MIXER_CINFO_CAP_STEREO ) {
|
||||||
fprintf( out, "stereo( %i%s%s%s%s, %i%s%s%s%s )",
|
fprintf( out, "stereo( %i%s%s%s%s, %i%s%s%s%s )",
|
||||||
channel -> left,
|
channel -> left,
|
||||||
|
|
Loading…
Reference in a new issue