From f13bea104be6d657fa5917f1355fb7748ab92328 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 15 Aug 2007 15:38:01 +0200 Subject: [PATCH] alsactl - Remove debug print Remove an old debug print that simply annoys. --- alsactl/state.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.47.1