Home
last modified time | relevance | path

Searched refs:cs8427 (Results 1 – 6 of 6) sorted by relevance

/sound/i2c/
Dcs8427.c35 static void snd_cs8427_reset(struct snd_i2c_device *cs8427);
52 struct cs8427 { struct
98 struct cs8427 *chip = device->private_data; in snd_cs8427_select_corudata()
118 struct cs8427 *chip = device->private_data; in snd_cs8427_send_corudata()
201 struct cs8427 *chip = device->private_data; in snd_cs8427_init()
270 struct cs8427 *chip; in snd_cs8427_create()
320 static void snd_cs8427_reset(struct snd_i2c_device *cs8427) in snd_cs8427_reset() argument
322 struct cs8427 *chip; in snd_cs8427_reset()
326 if (snd_BUG_ON(!cs8427)) in snd_cs8427_reset()
328 chip = cs8427->private_data; in snd_cs8427_reset()
[all …]
DMakefile7 snd-cs8427-objs := cs8427.o
14 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
/sound/pci/ice1712/
Ddelta.c427 if (snd_i2c_sendbytes(ice->cs8427, &reg, 1) != 1) in snd_ice1712_delta1010lt_wordclock_status_get()
430 snd_i2c_readbytes(ice->cs8427, &reg, 1); in snd_ice1712_delta1010lt_wordclock_status_get()
593 snd_cs8427_init(ice->i2c, ice->cs8427); in snd_ice1712_delta_resume()
Dice1712.c344 if (snd_i2c_sendbytes(ice->cs8427, reg, 1) != 1) { in snd_ice1712_cs8427_set_input_clock()
348 if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) { in snd_ice1712_cs8427_set_input_clock()
359 if (snd_i2c_sendbytes(ice->cs8427, reg, 2) != 2) { in snd_ice1712_cs8427_set_input_clock()
374 snd_cs8427_iec958_active(ice->cs8427, 1); in open_cs8427()
379 snd_cs8427_iec958_active(ice->cs8427, 0); in close_cs8427()
384 snd_cs8427_iec958_pcm(ice->cs8427, rate); in setup_cs8427()
395 (ice->cs8427_timeout * HZ) / 1000, &ice->cs8427); in snd_ice1712_init_cs8427()
409 if (ice->cs8427) in snd_ice1712_set_input_clock_source()
1274 if (ice->cs8427) { in snd_ice1712_pcm_profi()
1276 err = snd_cs8427_iec958_build(ice->cs8427, in snd_ice1712_pcm_profi()
Dews.c517 …snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP… in snd_ice1712_ews_init()
522 …snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP… in snd_ice1712_ews_init()
962 if (ice->cs8427 == NULL) { in snd_ice1712_ews_add_controls()
Dice1712.h359 struct snd_i2c_device *cs8427; /* CS8427 I2C device */ member