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.c1184 .update_dac_volume = update_pcm1796_volume,
1220 .update_dac_volume = update_pcm1796_volume,
1253 .update_dac_volume = update_pcm1796_volume,
H A Dxonar_cs43xx.c400 .update_dac_volume = update_cs43xx_volume,
H A Dxonar_wm87x6.c1259 .update_dac_volume = update_wm87x6_volume,
1293 .update_dac_volume = update_wm8776_volume,
H A Doxygen.c720 .update_dac_volume = update_ak4396_volume,
H A Doxygen_mixer.c56 chip->model.update_dac_volume(chip); in dac_volume_put()