diff options
author | Ricardo Cerqueira <v4l@cerqueira.org> | 2006-09-09 11:24:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:35 -0400 |
commit | e9f964da79f6dcdd1c1a85dea84e9e7d7236729e (patch) | |
tree | d9e13e3bdb038d0aacca23918b4676db2f45b494 /drivers | |
parent | dafcaaf86a77c086ed663eb25da1ca42800e171c (diff) |
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')
-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 0db53d192b2a..d31220d20495 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) | |||
1046 | } | 1046 | } |
1047 | 1047 | ||
1048 | EXPORT_SYMBOL(saa_dsp_writel); | 1048 | EXPORT_SYMBOL(saa_dsp_writel); |
1049 | EXPORT_SYMBOL(saa7134_tvaudio_setmute); | ||
1049 | 1050 | ||
1050 | /* ----------------------------------------------------------- */ | 1051 | /* ----------------------------------------------------------- */ |
1051 | /* | 1052 | /* |