soc-dai.h (38fd2c202a3d82bc12430bce5789fa2c2a406f71) soc-dai.h (bece9e957cbfb37f12488b24166364307e39f5b0)
1/*
2 * linux/sound/soc-dai.h -- ALSA SoC Layer
3 *
4 * Copyright: 2005-2008 Wolfson Microelectronics. PLC.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 109 unchanged lines hidden (view full) ---

118 unsigned int rx_num, unsigned int *rx_slot);
119
120int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate);
121
122/* Digital Audio Interface mute */
123int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute,
124 int direction);
125
1/*
2 * linux/sound/soc-dai.h -- ALSA SoC Layer
3 *
4 * Copyright: 2005-2008 Wolfson Microelectronics. PLC.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 109 unchanged lines hidden (view full) ---

118 unsigned int rx_num, unsigned int *rx_slot);
119
120int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate);
121
122/* Digital Audio Interface mute */
123int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute,
124 int direction);
125
126int snd_soc_dai_is_dummy(struct snd_soc_dai *dai);
127
126struct snd_soc_dai_ops {
127 /*
128 * DAI clocking configuration, all optional.
129 * Called by soc_card drivers, normally in their hw_params.
130 */
131 int (*set_sysclk)(struct snd_soc_dai *dai,
132 int clk_id, unsigned int freq, int dir);
133 int (*set_pll)(struct snd_soc_dai *dai, int pll_id, int source,

--- 174 unchanged lines hidden ---
128struct snd_soc_dai_ops {
129 /*
130 * DAI clocking configuration, all optional.
131 * Called by soc_card drivers, normally in their hw_params.
132 */
133 int (*set_sysclk)(struct snd_soc_dai *dai,
134 int clk_id, unsigned int freq, int dir);
135 int (*set_pll)(struct snd_soc_dai *dai, int pll_id, int source,

--- 174 unchanged lines hidden ---