[SCSI] sr: split sr_audio_ioctl into specific helpers
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Jan 2006 13:28:06 +0000 (14:28 +0100)
committerJames Bottomley <jejb@mulgrave.(none)>
Sat, 14 Jan 2006 16:54:46 +0000 (10:54 -0600)
split each ioctl handled in sr_audio_ioctl into a function of it's own.
This cleans the code up nicely, and allows various places in sr_ioctl
to call these helpers directly instead of going through the multiplexer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jens Axboe <axboe@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found