Lines Matching refs:dai
860 struct snd_soc_dai *dai) in twl6040_startup() argument
862 struct snd_soc_codec *codec = dai->codec; in twl6040_startup()
874 struct snd_soc_dai *dai) in twl6040_hw_params() argument
876 struct snd_soc_codec *codec = dai->codec; in twl6040_hw_params()
910 struct snd_soc_dai *dai) in twl6040_prepare() argument
912 struct snd_soc_codec *codec = dai->codec; in twl6040_prepare()
1000 static int twl6040_digital_mute(struct snd_soc_dai *dai, int mute) in twl6040_digital_mute() argument
1002 switch (dai->id) { in twl6040_digital_mute()
1004 twl6040_mute_path(dai->codec, TWL6040_DAI_DL1, mute); in twl6040_digital_mute()
1005 twl6040_mute_path(dai->codec, TWL6040_DAI_DL2, mute); in twl6040_digital_mute()
1009 twl6040_mute_path(dai->codec, dai->id, mute); in twl6040_digital_mute()