Lines Matching refs:dai
1108 struct snd_soc_dai *dai)
1110 struct snd_soc_component *component = dai->component;
1194 static int lm49453_set_dai_sysclk(struct snd_soc_dai *dai, int clk_id,
1197 struct snd_soc_component *component = dai->component;
1221 static int lm49453_hp_mute(struct snd_soc_dai *dai, int mute, int direction)
1223 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(1)|BIT(0),
1228 static int lm49453_lo_mute(struct snd_soc_dai *dai, int mute, int direction)
1230 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(3)|BIT(2),
1235 static int lm49453_ls_mute(struct snd_soc_dai *dai, int mute, int direction)
1237 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(5)|BIT(4),
1242 static int lm49453_ep_mute(struct snd_soc_dai *dai, int mute, int direction)
1244 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(4),
1249 static int lm49453_ha_mute(struct snd_soc_dai *dai, int mute, int direction)
1251 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(7)|BIT(6),
1327 /* LM49453 dai structure. */