'\" t .\" Title: snd_soc_dai_set_channel_map .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: ASoC .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_SOC_DAI_SET_CHAN" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "ASoC" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" snd_soc_dai_set_channel_map \- configure DAI audio channel map .SH "SYNOPSIS" .HP \w'int\ snd_soc_dai_set_channel_map('u .BI "int snd_soc_dai_set_channel_map(struct\ snd_soc_dai\ *\ " "dai" ", unsigned\ int\ " "tx_num" ", unsigned\ int\ *\ " "tx_slot" ", unsigned\ int\ " "rx_num" ", unsigned\ int\ *\ " "rx_slot" ");" .SH "ARGUMENTS" .PP \fIdai\fR .RS 4 DAI .RE .PP \fItx_num\fR .RS 4 how many TX channels .RE .PP \fItx_slot\fR .RS 4 pointer to an array which imply the TX slot number channel 0~num\-1 uses .RE .PP \fIrx_num\fR .RS 4 how many RX channels .RE .PP \fIrx_slot\fR .RS 4 pointer to an array which imply the RX slot number channel 0~num\-1 uses .RE .SH "DESCRIPTION" .PP configure the relationship between channel number and TDM slot number\&. .SH "COPYRIGHT" .br