diff options
author | Melvin Vermeeren <mail@mel.vin> | 2018-05-17 22:00:00 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-05-18 09:53:51 +0300 |
commit | 7c1543f6b57fa9c0e202c4b5a3cb5ffbb63dc9d0 (patch) | |
tree | ba871d6d201f5720a76727fb73c65132faa13772 /sound/firewire/dice/Makefile | |
parent | 6cd17ea70b26f66651c7afc123245e379dd14450 (diff) | |
download | linux-7c1543f6b57fa9c0e202c4b5a3cb5ffbb63dc9d0.tar.xz |
ALSA: dice: add stream format parameters for Mytek devices
--nextPart3916812.EicPReet6m
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Mytek manufactures some equipment with DICE-based firewire ports. These
devices contain old versions of DICE firmware which lacks detailed
stream format reporting for all sampling clock modes.
Building upon the recent work by Takashi Sakamoto, hard-coded parameters
are added for the Stereo 192 DSD-DAC. When the device vendor and model
match the coded parameters are copied into the stream format cache.
Signed-off-by: Melvin Vermeeren <mail@mel.vin>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/dice/Makefile')
-rw-r--r-- | sound/firewire/dice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile index 7b7997a5754c..37062a233f6a 100644 --- a/sound/firewire/dice/Makefile +++ b/sound/firewire/dice/Makefile @@ -1,4 +1,4 @@ snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \ dice-pcm.o dice-hwdep.o dice.o dice-tcelectronic.o \ - dice-alesis.o dice-extension.o + dice-alesis.o dice-extension.o dice-mytek.o obj-$(CONFIG_SND_DICE) += snd-dice.o |