V4L/DVB (4310): Saa7134: rename dmasound_{init, exit}
commit7845701820c420454bcfdc4902fad68901d9ff83
authorAdrian Bunk <bunk@stusta.de>
Sat, 15 Jul 2006 18:19:56 +0000 (15 15:19 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 29 Jul 2006 20:22:18 +0000 (29 17:22 -0300)
tree102fa97abce6565b559d6e62b7400ddbd1e54fdd
parentd5fdd1354e04658ea25150cc152a395bb6ecb6da
V4L/DVB (4310): 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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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