staging: line6: drop unused line6_index and line6_id arrays
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 15 Oct 2012 18:52:27 +0000 (20:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 22:50:08 +0000 (15:50 -0700)
commit54cd1e42f31040c74694a3b2de83cd2cbb2fff55
tree91b986e55d10a5d825578eebdaa0e5c192d1f988
parentb430b3dbdb74e86ee7da7a335cbca2c630167528
staging: line6: drop unused line6_index and line6_id arrays

The line6 driver does not support 'index' and 'id' module parameters so
there is no need to keep arrays for these values.  Do what other sound
drivers do and use the scalar constants instead of dummy arrays.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/audio.c