diff options
-rw-r--r-- | drivers/isdn/hardware/mISDN/w6692.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/w6692.c b/drivers/isdn/hardware/mISDN/w6692.c index d3f1077b709b..2952a58c7a61 100644 --- a/drivers/isdn/hardware/mISDN/w6692.c +++ b/drivers/isdn/hardware/mISDN/w6692.c | |||
@@ -529,6 +529,7 @@ W6692_fill_Bfifo(struct w6692_ch *wch) | |||
529 | } | 529 | } |
530 | } | 530 | } |
531 | 531 | ||
532 | #if 0 | ||
532 | static int | 533 | static int |
533 | setvolume(struct w6692_ch *wch, int mic, struct sk_buff *skb) | 534 | setvolume(struct w6692_ch *wch, int mic, struct sk_buff *skb) |
534 | { | 535 | { |
@@ -571,6 +572,7 @@ enable_pots(struct w6692_ch *wch) | |||
571 | WriteW6692(card, W_PCTL, card->pctl); | 572 | WriteW6692(card, W_PCTL, card->pctl); |
572 | return 0; | 573 | return 0; |
573 | } | 574 | } |
575 | #endif | ||
574 | 576 | ||
575 | static int | 577 | static int |
576 | disable_pots(struct w6692_ch *wch) | 578 | disable_pots(struct w6692_ch *wch) |