Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: Remove the last mention of SNDRV_MAIN_OBJECT_FILE

SNDRV_MAIN_OBJECT_FILE hasn't done anything since the pre-git days, and
the only remaining reference occurs as a #define in sound/last.c. Drop
that last mention of it.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Josh Triplett and committed by
Takashi Iwai
a03e4a66 d819387e

-1
-1
sound/last.c
··· 19 19 * 20 20 */ 21 21 22 - #define SNDRV_MAIN_OBJECT_FILE 23 22 #include <linux/init.h> 24 23 #include <sound/core.h> 25 24