ALSA: oxfw: rename a file for control elements so that it's for model-specific
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 15 Dec 2015 14:56:17 +0000 (23:56 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Dec 2015 15:30:02 +0000 (16:30 +0100)
commitf3a0e32a6f6005f775174cbed9e46f7691800709
treea3cc7a223f03ffb33cb2c73f01337b21922d5ffa
parent2cf721db4b78c11cb57d5a30888eb25ca04d9a29
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>
sound/firewire/oxfw/Makefile
sound/firewire/oxfw/oxfw-control.c [deleted file]
sound/firewire/oxfw/oxfw-spkr.c [new file with mode: 0644]
This page took 0.035836 seconds and 5 git commands to generate.