Home
last modified time | relevance | path

Searched refs:update_center_lfe_mix (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/pci/oxygen/
H A Doxygen.h95 void (*update_center_lfe_mix)(struct oxygen *chip, bool mixed); member
H A Doxygen_mixer.c92 else if (chip->model.update_center_lfe_mix) in upmix_item_count()
178 if (chip->model.update_center_lfe_mix) in oxygen_update_dac_routing()
179 chip->model.update_center_lfe_mix(chip, chip->dac_routing > 2); in oxygen_update_dac_routing()
H A Dxonar_cs43xx.c402 .update_center_lfe_mix = update_cs43xx_center_lfe_mix,
H A Dxonar_wm87x6.c1261 .update_center_lfe_mix = update_wm8766_center_lfe_mix,