Home
last modified time | relevance | path

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

/sound/soc/fsl/
Dfsl_ssi.c113 struct fsl_ssi_reg_val rx; member
314 vals->rx.sier | vals->tx.sier, in fsl_ssi_rxtx_config()
315 vals->rx.sier | vals->tx.sier); in fsl_ssi_rxtx_config()
317 vals->rx.srcr | vals->tx.srcr, in fsl_ssi_rxtx_config()
318 vals->rx.srcr | vals->tx.srcr); in fsl_ssi_rxtx_config()
320 vals->rx.stcr | vals->tx.stcr, in fsl_ssi_rxtx_config()
321 vals->rx.stcr | vals->tx.stcr); in fsl_ssi_rxtx_config()
324 vals->rx.srcr | vals->tx.srcr, 0); in fsl_ssi_rxtx_config()
326 vals->rx.stcr | vals->tx.stcr, 0); in fsl_ssi_rxtx_config()
328 vals->rx.sier | vals->tx.sier, 0); in fsl_ssi_rxtx_config()
[all …]
/sound/firewire/
Ddice.c974 } rx; in dice_proc_read() member
1065 quadlets = min_t(u32, tx_rx_header.size, sizeof(buf.rx) / 4); in dice_proc_read()
1067 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read()
1072 snd_iprintf(buffer, " iso channel: %d\n", (int)buf.rx.iso); in dice_proc_read()
1073 snd_iprintf(buffer, " sequence start: %u\n", buf.rx.seq_start); in dice_proc_read()
1075 buf.rx.number_audio); in dice_proc_read()
1076 snd_iprintf(buffer, " midi ports: %u\n", buf.rx.number_midi); in dice_proc_read()
1078 dice_proc_fixup_string(buf.rx.names, RX_NAMES_SIZE); in dice_proc_read()
1079 snd_iprintf(buffer, " names: %s\n", buf.rx.names); in dice_proc_read()
1083 buf.rx.ac3_caps); in dice_proc_read()
[all …]
/sound/soc/omap/
Dmcbsp.c633 void omap_mcbsp_start(struct omap_mcbsp *mcbsp, int tx, int rx) in omap_mcbsp_start() argument
658 rx &= 1; in omap_mcbsp_start()
660 MCBSP_WRITE(mcbsp, SPCR1, w | rx); in omap_mcbsp_start()
682 w &= ~(rx ? RDISABLE : 0); in omap_mcbsp_start()
690 void omap_mcbsp_stop(struct omap_mcbsp *mcbsp, int tx, int rx) in omap_mcbsp_stop() argument
706 rx &= 1; in omap_mcbsp_stop()
709 w |= (rx ? RDISABLE : 0); in omap_mcbsp_stop()
713 MCBSP_WRITE(mcbsp, SPCR1, w & ~rx); in omap_mcbsp_stop()
Dmcbsp.h338 void omap_mcbsp_start(struct omap_mcbsp *mcbsp, int tx, int rx);
339 void omap_mcbsp_stop(struct omap_mcbsp *mcbsp, int tx, int rx);
/sound/soc/bcm/
Dbcm2835-i2s.c220 bool tx, bool rx) in bcm2835_i2s_clear_fifos() argument
232 off |= rx ? BCM2835_I2S_RXON : 0; in bcm2835_i2s_clear_fifos()
235 clr |= rx ? BCM2835_I2S_RXCLR : 0; in bcm2835_i2s_clear_fifos()
/sound/soc/codecs/
DMakefile93 snd-soc-spdif-rx-objs := spdif_receiver.o
265 obj-$(CONFIG_SND_SOC_SPDIF) += snd-soc-spdif-rx.o snd-soc-spdif-tx.o