/* Selects the audio input and output according to the current
settings. */ void ivtv_audio_set_io(struct ivtv *itv)
{ conststruct ivtv_card_audio_input *in;
u32 input, output = 0;
/* Determine which input to use */ if (test_bit(IVTV_F_I_RADIO_USER, &itv->i_flags))
in = &itv->card->radio_input; else
in = &itv->card->audio_inputs[itv->audio_input];
/* Selects the video input and output according to the current
settings. */ void ivtv_video_set_io(struct ivtv *itv)
{ int inp = itv->active_input;
u32 input;
u32 type;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.