Searched refs:eq_oss2aci (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Daci.c294 static inline unsigned int eq_oss2aci(unsigned int vol) function
330 if ((buf=aci_write_cmd(left_index, eq_oss2aci(vol & 0xff)))<0)
334 if ((buf=aci_write_cmd(right_index, eq_oss2aci((vol>>8) & 0xff)))<0)

Completed in 43 milliseconds