• Home
  • Raw
  • Download

Lines Matching refs:source

480 	unsigned char source;  member
500 static int getsourcesink(struct cmdif *cif, unsigned char source,
774 alloclbuspath(struct cmdif *cif, unsigned char source, in alloclbuspath() argument
782 snd_printdd("alloc path 0x%x->0x%x\n", source, sink); in alloclbuspath()
783 SEND_PSEL(cif, source, sink); in alloclbuspath()
784 source = lbusin2out[sink][0]; in alloclbuspath()
807 alloclbuspath(cif, source + 1, ++npath, mixer, s); in alloclbuspath()
813 freelbuspath(struct cmdif *cif, unsigned char source, unsigned char *path) in freelbuspath() argument
820 snd_printdd("free path 0x%x->0x%x\n", source, sink); in freelbuspath()
821 SEND_PCLR(cif, source, sink); in freelbuspath()
822 source = lbusin2out[sink][0]; in freelbuspath()
829 freelbuspath(cif, source + 1, ++npath); in freelbuspath()
991 getsourcesink(struct cmdif *cif, unsigned char source, unsigned char sink, in getsourcesink() argument
996 if (SEND_RSSV(cif, source, sink, &rptr) && in getsourcesink()
997 SEND_RSSV(cif, source, sink, &rptr)) in getsourcesink()
1562 freelbuspath(cif, data->source, data->lbuspath); in snd_riptide_prepare()
1563 alloclbuspath(cif, data->source, lbuspath, in snd_riptide_prepare()
1617 freelbuspath(cif, data->source, data->lbuspath); in snd_riptide_hw_free()
1619 data->source = 0xff; in snd_riptide_hw_free()
1643 data->source = play_sources[sub_num]; in snd_riptide_playback_open()
1663 data->source = ACLNK2PADC; in snd_riptide_capture_open()
1981 data->id, data->mixer, data->source, in snd_riptide_proc_read()
1993 data->source, data->intdec[0], data->intdec[1]); in snd_riptide_proc_read()