control.h (f90ffbf3c68a69714b4273b203d4deb5ae81d8d6) control.h (d97c735a1047fa06165e55da32154cf0e6b9419c)
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

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

40
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;
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

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

40
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;
48};
49
50int __devinit usb6fire_control_init(struct sfire_chip *chip);
51void usb6fire_control_abort(struct sfire_chip *chip);
52void usb6fire_control_destroy(struct sfire_chip *chip);
53#endif /* USB6FIRE_CONTROL_H */
54
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