Searched refs:hcfg_set (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c605 u32 hcfg_set = 0x00000000; local
646 hcfg_set = 0;
649 hcfg_set = HCFG_PLAYBACK_S32_LE;
652 hcfg_set = 0;
656 hcfg = (hcfg & ~hcfg_mask) | hcfg_set;
692 u32 hcfg_set = 0x00000000; local
725 hcfg_set = 0;
728 hcfg_set = HCFG_CAPTURE_S32_LE;
731 hcfg_set = 0;
735 hcfg = (hcfg & ~hcfg_mask) | hcfg_set;
[all...]

Completed in 18 milliseconds