ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB
authorTorsten Schenk <torsten.schenk@zoho.com>
Mon, 24 Jan 2011 17:45:30 +0000 (18:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 24 Jan 2011 17:45:30 +0000 (18:45 +0100)
commitc6d43ba816d1cf1d125bfbfc938f2a28a87facf9
tree6f9c73ddae1efbda97869cc07dac62dc52b75e8f
parent49c6ad430d74fb7995990be0f66165e4b94a6bc5
ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB

What is working: Everything except SPDIF
- Hardware Master volume
- PCM 44-192kHz@24 bits, 6 channels out, 4 channels in (analog)
- MIDI in/out
- firmware loading after cold start
- phono/line switching

Signed-off-by: Torsten Schenk <torsten.schenk@zoho.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
16 files changed:
sound/usb/6fire/Makefile [new file with mode: 0644]
sound/usb/6fire/chip.c [new file with mode: 0644]
sound/usb/6fire/chip.h [new file with mode: 0644]
sound/usb/6fire/comm.c [new file with mode: 0644]
sound/usb/6fire/comm.h [new file with mode: 0644]
sound/usb/6fire/common.h [new file with mode: 0644]
sound/usb/6fire/control.c [new file with mode: 0644]
sound/usb/6fire/control.h [new file with mode: 0644]
sound/usb/6fire/firmware.c [new file with mode: 0644]
sound/usb/6fire/firmware.h [new file with mode: 0644]
sound/usb/6fire/midi.c [new file with mode: 0644]
sound/usb/6fire/midi.h [new file with mode: 0644]
sound/usb/6fire/pcm.c [new file with mode: 0644]
sound/usb/6fire/pcm.h [new file with mode: 0644]
sound/usb/Kconfig
sound/usb/Makefile