]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB: Saa7134: rename dmasound_{init,exit}
authorAdrian Bunk <bunk@stusta.de>
Mon, 20 Nov 2006 03:56:03 +0000 (04:56 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 20 Nov 2006 03:56:03 +0000 (04:56 +0100)
commitfacabd6146f0622312f0493c80a3d26227cebf69
tree7ddf4f099e593608a8cb5a2f34242264e4cb715b
parent705cb93548ca3f5e552ea10832203373fb7b7917
V4L/DVB: Saa7134: rename dmasound_{init,exit}

Two different exports with the same name are not a good idea:

$ grep -r EXPORT_SYMBOL\(dmasound_init\) *
drivers/media/video/saa7134/saa7134-core.c:EXPORT_SYMBOL(dmasound_init);
sound/oss/dmasound/dmasound_core.c:EXPORT_SYMBOL(dmasound_init);
$

This patch renames the saa7134 dmasound_{init,exit} to
saa7134_dmasound_{init,exit}.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/media/video/saa7134/saa7134-alsa.c
drivers/media/video/saa7134/saa7134-core.c
drivers/media/video/saa7134/saa7134-oss.c
drivers/media/video/saa7134/saa7134.h