Lines Matching refs:dai
862 struct snd_soc_dai *dai) in twl6040_startup() argument
864 struct snd_soc_codec *codec = dai->codec; in twl6040_startup()
876 struct snd_soc_dai *dai) in twl6040_hw_params() argument
878 struct snd_soc_codec *codec = dai->codec; in twl6040_hw_params()
912 struct snd_soc_dai *dai) in twl6040_prepare() argument
914 struct snd_soc_codec *codec = dai->codec; in twl6040_prepare()
1002 static int twl6040_digital_mute(struct snd_soc_dai *dai, int mute) in twl6040_digital_mute() argument
1004 switch (dai->id) { in twl6040_digital_mute()
1006 twl6040_mute_path(dai->codec, TWL6040_DAI_DL1, mute); in twl6040_digital_mute()
1007 twl6040_mute_path(dai->codec, TWL6040_DAI_DL2, mute); in twl6040_digital_mute()
1011 twl6040_mute_path(dai->codec, dai->id, mute); in twl6040_digital_mute()