alsactl - Remove debug print
authortiwai
Wed Aug 15 15:38:01 2007 +0200 (22 months ago)
changeset 873b230fef1ea76
manifestb230fef1ea76
parent 872114e579b6ce1
child 874803dbe88476f
alsactl - Remove debug print

Remove an old debug print that simply annoys.
alsactl/state.c
--- a/alsactl/state.c Tue Aug 07 15:36:41 2007 +0200
+++ b/alsactl/state.c Wed Aug 15 15:38:01 2007 +0200
@@ -810,10 +810,8 @@ static int add_user_control(snd_ctl_t *h
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);