Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dctatc.h118 int (*rca_unmute)(struct ct_atc *atc, unsigned char state); member
H A Dctmixer.c552 atc->rca_unmute(atc, atc->rca_state ? 0 : state); in do_switch()
851 atc->rca_unmute(atc, 1); in ct_mixer_kcontrols_create()
H A Dctatc.c1683 .rca_unmute = atc_rca_unmute,