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;
1219 static int lm49453_hp_mute(struct snd_soc_dai *dai, int mute, int direction)
1221 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(1)|BIT(0),
1226 static int lm49453_lo_mute(struct snd_soc_dai *dai, int mute, int direction)
1228 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(3)|BIT(2),
1233 static int lm49453_ls_mute(struct snd_soc_dai *dai, int mute, int direction)
1235 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(5)|BIT(4),
1240 static int lm49453_ep_mute(struct snd_soc_dai *dai, int mute, int direction)
1242 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(4),
1247 static int lm49453_ha_mute(struct snd_soc_dai *dai, int mute, int direction)
1249 snd_soc_component_update_bits(dai->component, LM49453_P0_DAC_DSP_REG, BIT(7)|BIT(6),
1325 /* LM49453 dai structure. */