Lines Matching defs:fmt
206 int (*set_fmt)(const struct sun4i_i2s *i2s, unsigned int fmt);
654 unsigned int fmt)
659 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
686 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
707 switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
728 unsigned int fmt)
740 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
767 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
807 switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
835 unsigned int fmt)
847 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
874 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
914 switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
941 static int sun4i_i2s_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
946 ret = i2s->variant->set_fmt(i2s, fmt);
952 i2s->format = fmt;