Searched refs:cs8427 (Results 1 - 7 of 7) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs8427.h195 int snd_cs8427_iec958_build(struct snd_i2c_device *cs8427,
198 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
199 int snd_cs8427_iec958_pcm(struct snd_i2c_device *cs8427, unsigned int rate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Ddelta.c34 #include <sound/cs8427.h>
409 char reg = 0x10; // cs8427 receiver error register
412 if (snd_i2c_sendbytes(ice->cs8427, &reg, 1) != 1)
414 snd_i2c_readbytes(ice->cs8427, &reg, 1);
H A Dews.c32 #include <sound/cs8427.h>
480 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR);
485 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR);
933 /* all terratec cards have spdif, but cs8427 module builds it's own controls */
934 if (ice->cs8427 == NULL) {
H A Dice1712.c62 #include <sound/cs8427.h>
103 MODULE_PARM_DESC(cs8427_timeout, "Define reset timeout for cs8427 chip in msec resolution.");
342 if (snd_i2c_sendbytes(ice->cs8427, reg, 1) != 1) {
346 if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) {
357 if (snd_i2c_sendbytes(ice->cs8427, reg, 2) != 2) {
372 snd_cs8427_iec958_active(ice->cs8427, 1);
377 snd_cs8427_iec958_active(ice->cs8427, 0);
382 snd_cs8427_iec958_pcm(ice->cs8427, rate);
386 * create and initialize callbacks for cs8427 interface
394 &ice->cs8427)) <
[all...]
H A Dice1712.h350 struct snd_i2c_device *cs8427; /* CS8427 I2C device */ member in struct:snd_ice1712
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/
H A DMakefile7 snd-cs8427-objs := cs8427.o
18 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
H A Dcs8427.c30 #include <sound/cs8427.h>
33 static void snd_cs8427_reset(struct snd_i2c_device *cs8427);
50 struct cs8427 { struct
108 struct cs8427 *chip = device->private_data;
128 struct cs8427 *chip = device->private_data;
210 struct cs8427 *chip;
288 static void snd_cs8427_reset(struct snd_i2c_device *cs8427) argument
290 struct cs8427 *chip;
294 snd_assert(cs8427, return);
295 chip = cs8427
497 snd_cs8427_iec958_build(struct snd_i2c_device *cs8427, struct snd_pcm_substream *play_substream, struct snd_pcm_substream *cap_substream) argument
529 snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active) argument
547 snd_cs8427_iec958_pcm(struct snd_i2c_device *cs8427, unsigned int rate) argument
[all...]

Completed in 85 milliseconds