]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf33170c0b9496ac3ad6e65740f2fabcce4248762
tree91b986e55d10a5d825578eebdaa0e5c192d1f988
parentd9255e38e6faefcf588f818dff4edf898f960b12
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