diff options
author | Ricardo Cerqueira <v4l@cerqueira.org> | 2006-09-09 12:24:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 12:30:35 -0300 |
commit | e9f964da79f6dcdd1c1a85dea84e9e7d7236729e (patch) | |
tree | d9e13e3bdb038d0aacca23918b4676db2f45b494 /drivers/media | |
parent | dafcaaf86a77c086ed663eb25da1ca42800e171c (diff) | |
download | linux-3.10-e9f964da79f6dcdd1c1a85dea84e9e7d7236729e.tar.gz linux-3.10-e9f964da79f6dcdd1c1a85dea84e9e7d7236729e.tar.bz2 linux-3.10-e9f964da79f6dcdd1c1a85dea84e9e7d7236729e.zip |
V4L/DVB (4614): Export symbol saa7134_tvaudio_setmute from saa7134 for saa7134-alsa
saa7134-alsa now unmutes/mutes the line when opening/closing the capture
device, and needs this symbol
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-tvaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-tvaudio.c b/drivers/media/video/saa7134/saa7134-tvaudio.c index 0db53d192b2..d31220d2049 100644 --- a/drivers/media/video/saa7134/saa7134-tvaudio.c +++ b/drivers/media/video/saa7134/saa7134-tvaudio.c @@ -1046,6 +1046,7 @@ int saa7134_tvaudio_do_scan(struct saa7134_dev *dev) } EXPORT_SYMBOL(saa_dsp_writel); +EXPORT_SYMBOL(saa7134_tvaudio_setmute); /* ----------------------------------------------------------- */ /* |