Searched refs:chip2alsa (Results 1 – 2 of 2) sorted by relevance
86 ucontrol->value.integer.value[0] = chip2alsa(chip->volume); in snd_bcm2835_ctl_get()112 if (changed || (ucontrol->value.integer.value[0] != chip2alsa(chip->volume))) { in snd_bcm2835_ctl_put()
75 #define chip2alsa(vol) -(((vol) * 100) >> 8) macro