Lines Matching full:dac
81 * DAC: Digital audio controller (e.g. I2S or AC97 controller elsewhere)
84 * DAC, or another DAP. When DAPs are connected, one must be the master and
85 * one the slave. Each DAC allows selection of a specific DAP for input, to
86 * cater for the case where N DAPs are connected to 1 DAC for broadcast
94 * Connect a DAP to a DAC
96 * dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC*
98 extern int tegra20_das_connect_dap_to_dac(int dap, int dac);
113 * Connect a DAC's input to a DAP
114 * (DAC outputs are selected by the DAP)
115 * dac_id: DAC ID to connect: TEGRA20_DAS_DAC_ID_*
118 extern int tegra20_das_connect_dac_to_dap(int dac, int dap);