]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: add DICE driver
authorClemens Ladisch <clemens@ladisch.de>
Sun, 4 Sep 2011 20:04:49 +0000 (22:04 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Thu, 17 Oct 2013 19:18:32 +0000 (21:18 +0200)
commit82fbb4f7b47683077e0716474d4f1ce65a2146cb
tree46dd007994f8e15bee2473e10ef6ef0e007e8fc7
parent6e4664525b1db28f8c4e1130957f70a94c19213e
ALSA: add DICE driver

As a start point for further development, this is an incomplete driver
for DICE devices:
- only playback (so no clock source except the bus clock)
- only 44.1 kHz
- no MIDI
- recovery after bus reset is slow
- hwdep device is created, but not actually implemented

Contains compilation fixes by Stefan Richter.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Documentation/ioctl/ioctl-number.txt
include/uapi/sound/Kbuild
include/uapi/sound/asound.h
include/uapi/sound/firewire.h [new file with mode: 0644]
sound/firewire/Kconfig
sound/firewire/Makefile
sound/firewire/dice.c [new file with mode: 0644]