control.h (d97c735a1047fa06165e55da32154cf0e6b9419c) control.h (06bb4e7435019ff9b6dbc9b1d02d8babb36d8177)
1/*
2 * Linux driver for TerraTec DMX 6Fire USB
3 *
4 * Author: Torsten Schenk <torsten.schenk@zoho.com>
5 * Created: Jan 01, 2011
6 * Copyright: (C) Torsten Schenk
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 32 unchanged lines hidden (view full) ---

41 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS];
42 bool opt_coax_switch;
43 bool line_phono_switch;
44 bool digital_thru_switch;
45 bool usb_streaming;
46 u8 output_vol[6];
47 u8 ovol_updated;
48 u8 output_mute;
1/*
2 * Linux driver for TerraTec DMX 6Fire USB
3 *
4 * Author: Torsten Schenk <torsten.schenk@zoho.com>
5 * Created: Jan 01, 2011
6 * Copyright: (C) Torsten Schenk
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 32 unchanged lines hidden (view full) ---

41 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS];
42 bool opt_coax_switch;
43 bool line_phono_switch;
44 bool digital_thru_switch;
45 bool usb_streaming;
46 u8 output_vol[6];
47 u8 ovol_updated;
48 u8 output_mute;
49 s8 input_vol[2];
50 u8 ivol_updated;
49};
50
51int __devinit usb6fire_control_init(struct sfire_chip *chip);
52void usb6fire_control_abort(struct sfire_chip *chip);
53void usb6fire_control_destroy(struct sfire_chip *chip);
54#endif /* USB6FIRE_CONTROL_H */
55
51};
52
53int __devinit usb6fire_control_init(struct sfire_chip *chip);
54void usb6fire_control_abort(struct sfire_chip *chip);
55void usb6fire_control_destroy(struct sfire_chip *chip);
56#endif /* USB6FIRE_CONTROL_H */
57