]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-linux-kernel/ti-linux-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)
commit04c5d5a430fca046cffac099a3f41e74816939da
treeef729f9772a7bd0673dede15fb64a62d8e3e6284
parent5205388d2d6dbdc5cb743c4e3f61acb9a5e5794f
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