]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fireface: add model specific structure
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 31 Mar 2017 13:06:01 +0000 (22:06 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Apr 2017 19:31:28 +0000 (21:31 +0200)
commit42ba36abd06ef54de5c7315f7c5d52851f415b1d
tree4b844d8fd10cc6eec6f8346c2f50babe5c804f10
parentb3a344e7e273c1cd89f508ebe2e3abb8255cc574
ALSA: fireface: add model specific structure

RME Fireface series has several models and their specifications are
different. Currently, we find no way to retrieve the specifications
from actual devices and need to implement them in this driver.

This commit adds a structure to describe model specific data. This
structure has an identical name for each unit, and maximum number of
data channels in each mode. I'll describe about the mode in following
commits.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fireface/ff.c
sound/firewire/fireface/ff.h