Commit 94f22451 authored by Paul B Mahol's avatar Paul B Mahol

westwood_aud: remove stale comment

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2581d9bc
......@@ -68,8 +68,6 @@ static int wsaud_probe(AVProbeData *p)
if (p->buf[10] & 0xFC)
return 0;
/* note: only check for WS IMA (type 99) right now since there is no
* support for type 1 */
if (p->buf[11] != 99 && p->buf[11] != 1)
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment