diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2018-05-02 19:16:43 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-05-02 16:01:55 +0200 |
commit | f1f0f330b1d0ac1bcc38d7c84d439f4fde341a9c (patch) | |
tree | c0d28b3822f4ef6a4e0c33e9dc9c19d849e97033 /sound/firewire/dice/Makefile | |
parent | b60152f750ca22ddee20954228d1bcbf45c936f7 (diff) |
ALSA: dice: add parameters of stream formats for models produced by TC Electronic
TC Electronic shipped some models with DICE ASICs. All of them just support
DICE original protocol and drivers can't retrieve all of available stream
formats without changing status of sampling transmission frequency
actually.
This commit puts some hard-coded parameters for the models. When detecting
the models, the corresponding parameters are copied as cache of stream
formats.
Signed-off-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 55b4be9b0034..5ffaa366a88c 100644 --- a/sound/firewire/dice/Makefile +++ b/sound/firewire/dice/Makefile @@ -1,3 +1,3 @@ snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \ - dice-pcm.o dice-hwdep.o dice.o + dice-pcm.o dice-hwdep.o dice.o dice-tcelectronic.o obj-$(CONFIG_SND_DICE) += snd-dice.o |