From 3c950f1c652dd4f24088d25f1207a6b860e9ef79 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Mon, 2 May 2005 08:52:32 +0200 Subject: [PATCH] --- yaml --- r: 1538 b: refs/heads/master c: 4dc40a3cc4778ebcb6212bdb71b48690a153be07 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/usb/usbmixer.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 0d96dd328b35..3733d63150e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27d10f5664c7650af3b2ffadfefaf19b36dc7bd8 +refs/heads/master: 4dc40a3cc4778ebcb6212bdb71b48690a153be07 diff --git a/trunk/sound/usb/usbmixer.c b/trunk/sound/usb/usbmixer.c index bfaec4fc1851..5683ae0b5ba1 100644 --- a/trunk/sound/usb/usbmixer.c +++ b/trunk/sound/usb/usbmixer.c @@ -1232,9 +1232,6 @@ static int build_audio_procunit(mixer_build_t *state, int unitid, unsigned char } type = combine_word(&dsc[4]); - if (! type) - return 0; /* undefined? */ - for (info = list; info && info->type; info++) if (info->type == type) break;