update_center_lfe_mix   95 sound/pci/oxygen/oxygen.h 	void (*update_center_lfe_mix)(struct oxygen *chip, bool mixed);
update_center_lfe_mix   92 sound/pci/oxygen/oxygen_mixer.c 	else if (chip->model.update_center_lfe_mix)
update_center_lfe_mix  178 sound/pci/oxygen/oxygen_mixer.c 	if (chip->model.update_center_lfe_mix)
update_center_lfe_mix  179 sound/pci/oxygen/oxygen_mixer.c 		chip->model.update_center_lfe_mix(chip, chip->dac_routing > 2);
update_center_lfe_mix  402 sound/pci/oxygen/xonar_cs43xx.c 	.update_center_lfe_mix = update_cs43xx_center_lfe_mix,
update_center_lfe_mix 1259 sound/pci/oxygen/xonar_wm87x6.c 	.update_center_lfe_mix = update_wm8766_center_lfe_mix,