acrn-kernel/sound/firewire/oxfw
Takashi Sakamoto f3a0e32a6f ALSA: oxfw: rename a file for control elements so that it's for model-specific
In ALSA firewire stack, drivers basically has no control elements. This
is due to the fact that each model has own functionality even if they use
the same communication chipset. Implementing all of the functionalities in
kernel space unreasonably increases our efforts to maintain the stack. In
most case, these functionalities can be implemented in userspace via Linux
fw character devices.

However, ALSA OXFW driver has control elements comes from old
firewire-speakers driver. Adding the elements is in a file names as
'oxfw-control.c', while the elements are really model-specific. The
name is confusing because it gives an idea to handle control elements
for all of OXFW-based models.

This commit renames the file so that it's just for models supported by
old firewire-speakers driver.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2015-12-15 16:30:02 +01:00
..
Makefile ALSA: oxfw: rename a file for control elements so that it's for model-specific 2015-12-15 16:30:02 +01:00
oxfw-command.c
oxfw-hwdep.c
oxfw-midi.c ALSA: oxfw: calculating MIDI ports in stream discover 2015-10-19 12:00:47 +02:00
oxfw-pcm.c
oxfw-proc.c
oxfw-spkr.c ALSA: oxfw: rename a file for control elements so that it's for model-specific 2015-12-15 16:30:02 +01:00
oxfw-stream.c ALSA: oxfw: support more MIDI ports 2015-10-19 12:01:07 +02:00
oxfw.c ALSA: oxfw: add an entry for TASCAM FireOne 2015-10-19 12:01:22 +02:00
oxfw.h Merge branch 'topic/firewire-update' into for-next 2015-09-29 12:52:07 +02:00