]> 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)
commit626fe4bd6a0dbedd311c57170afd2a2a17c9137a
tree4b844d8fd10cc6eec6f8346c2f50babe5c804f10
parent9045223ed6014845bfe0ac0190a598bd653982c3
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