Home
last modified time | relevance | path

Searched refs:update_dac_volume (Results 1 – 6 of 6) sorted by relevance

/linux/sound/pci/oxygen/
H A Doxygen.h93 void (*update_dac_volume)(struct oxygen *chip); member
H A Dxonar_pcm179x.c1177 .update_dac_volume = update_pcm1796_volume,
1213 .update_dac_volume = update_pcm1796_volume,
1246 .update_dac_volume = update_pcm1796_volume,
H A Dxonar_cs43xx.c398 .update_dac_volume = update_cs43xx_volume,
H A Dxonar_wm87x6.c1248 .update_dac_volume = update_wm87x6_volume,
1282 .update_dac_volume = update_wm8776_volume,
H A Doxygen.c716 .update_dac_volume = update_ak4396_volume,
H A Doxygen_mixer.c55 chip->model.update_dac_volume(chip); in dac_volume_put()