ps3av_video_mute
extern int ps3av_video_mute(int);
EXPORT_SYMBOL_GPL(ps3av_video_mute);
retval = ps3av_video_mute(1); /* mute on */
retval = ps3av_video_mute(0); /* mute off */