From: Takashi Iwai Date: Wed, 15 Aug 2007 13:38:01 +0000 (+0200) Subject: alsactl - Remove debug print X-Git-Tag: v1.0.15rc1~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f13bea104be6d657fa5917f1355fb7748ab92328;p=alsa-utils.git alsactl - Remove debug print Remove an old debug print that simply annoys. --- diff --git a/alsactl/state.c b/alsactl/state.c index a20f4e7..1317bcc 100644 --- a/alsactl/state.c +++ b/alsactl/state.c @@ -810,10 +810,8 @@ static int add_user_control(snd_ctl_t *handle, snd_ctl_elem_info_t *info, snd_co err = snd_ctl_elem_add_integer(handle, id, count, imin, imax, istep); if (err < 0) goto error; - if (tlv) { - fprintf(stderr, "XXX write TLV...\n"); + if (tlv) snd_ctl_elem_tlv_write(handle, id, tlv); - } break; case SND_CTL_ELEM_TYPE_BOOLEAN: err = snd_ctl_elem_add_boolean(handle, id, count);