mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
staging: line6: changed interface of line6_pod_transmit_parameter()
Adjusted interface of line6_pod_transmit_parameter() to take changes of line6_transmit_parameter() into account Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1383ec4dad
commit
5b9bd2ad51
@ -419,7 +419,7 @@ static void pod_send_channel(struct usb_line6_pod *pod, int value)
|
||||
Transmit PODxt Pro control parameter.
|
||||
*/
|
||||
void line6_pod_transmit_parameter(struct usb_line6_pod *pod, int param,
|
||||
int value)
|
||||
u8 value)
|
||||
{
|
||||
if (line6_transmit_parameter(&pod->line6, param, value) == 0)
|
||||
pod_store_parameter(pod, param, value);
|
||||
|
@ -200,6 +200,6 @@ extern void line6_pod_midi_postprocess(struct usb_line6_pod *pod,
|
||||
unsigned char *data, int length);
|
||||
extern void line6_pod_process_message(struct usb_line6_pod *pod);
|
||||
extern void line6_pod_transmit_parameter(struct usb_line6_pod *pod, int param,
|
||||
int value);
|
||||
u8 value);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user