Home
last modified time | relevance | path

Searched refs:spdif_in_unmute (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/pci/ctxfi/
Dctatc.h121 int (*spdif_in_unmute)(struct ct_atc *atc, unsigned char state); member
Dctmixer.c511 atc->spdif_in_unmute(atc, 1); in do_digit_io_switch()
522 atc->spdif_in_unmute(atc, 0); in do_digit_io_switch()
553 atc->spdif_in_unmute(atc, state); in do_switch()
804 atc->spdif_in_unmute(atc, 0); in ct_mixer_kcontrols_create()
Dctatc.c1641 .spdif_in_unmute = atc_spdif_in_unmute,