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

/freebsd-10.1-release/sys/dev/sound/pci/
H A Dspicds.c76 spicds_wrcd(struct spicds_info *codec, int reg, u_int16_t val) function
81 device_printf(codec->dev, "spicds_wrcd(codec, 0x%02x, 0x%02x)\n", reg, val);
214 spicds_wrcd(codec, AK4524_POWER, 0);
216 spicds_wrcd(codec, AK4524_FORMAT, codec->format);
217 spicds_wrcd(codec, AK4524_DVC, codec->dvc);
219 spicds_wrcd(codec, AK4524_POWER, AK452X_POWER_PWDA | AK452X_POWER_PWAD | AK452X_POWER_PWVR);
221 spicds_wrcd(codec, AK4524_RESET, AK452X_RESET_RSDA | AK452X_RESET_RSAD);
226 spicds_wrcd(codec, 0x1b, 0x044); /* ADC Mux (AC'97 source) */
227 spicds_wrcd(codec, 0x1c, 0x00B); /* Out Mux1 (VOUT1 = DAC+AUX, VOUT2 = DAC) */
228 spicds_wrcd(code
[all...]

Completed in 57 milliseconds