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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4236_lib.c125 static void snd_cs4236_ctrl_out(struct snd_cs4231 *chip, unsigned char reg, unsigned char val) function
255 snd_cs4236_ctrl_out(chip, reg, chip->cimage[reg]);
300 snd_cs4236_ctrl_out(chip, 0, 0x00);
301 snd_cs4236_ctrl_out(chip, 2, 0xff);
302 snd_cs4236_ctrl_out(chip, 3, 0x00);
303 snd_cs4236_ctrl_out(chip, 4, 0x80);
304 snd_cs4236_ctrl_out(chip, 5, ((IEC958_AES1_CON_PCM_CODER & 3) << 6) | IEC958_AES0_CON_EMPHASIS_NONE);
305 snd_cs4236_ctrl_out(chip, 6, IEC958_AES1_CON_PCM_CODER >> 2);
306 snd_cs4236_ctrl_out(chip, 7, 0x00);
311 snd_cs4236_ctrl_out(chi
[all...]

Completed in 48 milliseconds