]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: compress: Embed struct device
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Jan 2015 07:16:35 +0000 (08:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Feb 2015 13:42:45 +0000 (14:42 +0100)
commit5c6ecff11f053bae71b213d4e17b0c6ccdc9630a
treeef729f9772a7bd0673dede15fb64a62d8e3e6284
parent00f9b4e4f7530b24e99830ba258eccf41b4306f8
ALSA: compress: Embed struct device

Like previous patches, this one embeds the struct device into struct
snd_compr.  As the dev field wasn't used beforehand, it's reused as
the new device struct.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/compress_driver.h
sound/core/compress_offload.c