]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ALSA: fireface: constify ALSA specific operations
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 7 Jun 2017 00:38:06 +0000 (09:38 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 05:55:15 +0000 (07:55 +0200)
commitd2dc2a96de9d58038ac1f9ee432e88a70958d59b
treeb2254a787fa77dd72a313db09a97c9a061ba6cc1
parent875becf8412c60ffae93c5f69e95a4d023f0e8ee
ALSA: fireface: constify ALSA specific operations

ALSA fireface driver has ALSA specific operations for MIDI/PCM data.
Structured data for the operations can be constified. Additionally,
The structured data can be function local.

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