Home
last modified time | relevance | path

Searched refs:passthru (Results 1 – 9 of 9) sorted by relevance

/sound/pci/ctxfi/
Dctdaio.h66 unsigned int passthru:1; member
93 unsigned int passthru:1; member
Dctdaio.c414 conf = (desc->msr & 0x7) | (desc->passthru << 3); in dao_rsc_init()
457 dsc.passthru = desc->passthru; in dao_rsc_reinit()
Dctatc.c1122 da_dsc.passthru = state ? 1 : 0; in atc_spdif_out_passthru()
/sound/pci/rme9652/
Drme9652.c226 int passthru; /* non-zero if doing pass-thru */ member
561 rme9652->passthru = 0; in rme9652_set_thru()
614 rme9652->passthru = 1; in rme9652_set_passthru()
618 rme9652->passthru = 0; in rme9652_set_passthru()
1305 ucontrol->value.integer.value[0] = rme9652->passthru; in snd_rme9652_get_passthru()
1322 change = (ucontrol->value.integer.value[0] != rme9652->passthru); in snd_rme9652_put_passthru()
1580 rme9652->passthru ? "yes" : "no"); in snd_rme9652_proc_read()
1816 rme9652->passthru = 0; in snd_rme9652_set_defaults()
Dhdspm.c6284 info.passthru = 0; in snd_hdspm_hwdep_ioctl()
/sound/soc/intel/skylake/
Dskl-debug.c133 mconfig->pipe->passthru ? "true" : "false"); in module_read()
Dskl-topology.h308 bool passthru; member
Dskl-topology.c1597 if (pipe->passthru) { in skl_tplg_fill_dma_id()
3701 pipe->passthru = true; in skl_tplg_set_pipe_type()
3703 pipe->passthru = false; in skl_tplg_set_pipe_type()
Dskl-pcm.c611 if (mconfig && !mconfig->pipe->passthru && in skl_link_pcm_prepare()