Lines Matching refs:tx
99 } tx; in dice_proc_read() member
173 quadlets = min_t(u32, tx_rx_header.size, sizeof(buf.tx) / 4); in dice_proc_read()
175 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read()
180 snd_iprintf(buffer, " iso channel: %d\n", (int)buf.tx.iso); in dice_proc_read()
182 buf.tx.number_audio); in dice_proc_read()
183 snd_iprintf(buffer, " midi ports: %u\n", buf.tx.number_midi); in dice_proc_read()
184 snd_iprintf(buffer, " speed: S%u\n", 100u << buf.tx.speed); in dice_proc_read()
186 dice_proc_fixup_string(buf.tx.names, TX_NAMES_SIZE); in dice_proc_read()
187 snd_iprintf(buffer, " names: %s\n", buf.tx.names); in dice_proc_read()
191 buf.tx.ac3_caps); in dice_proc_read()
193 buf.tx.ac3_enable); in dice_proc_read()