• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/

Lines Matching refs:twl4030_write

181 static int twl4030_write(struct snd_soc_codec *codec,
276 twl4030_write(codec, i, twl4030_reg[i]);
304 twl4030_write(codec, TWL4030_REG_MISC_SET_1,
307 twl4030_write(codec, TWL4030_REG_OPTION,
312 twl4030_write(codec, TWL4030_REG_ARXR2_APGA_CTL, 0x32);
337 twl4030_write(codec, TWL4030_REG_ANAMICL,
597 twl4030_write(w->codec, reg, \
624 twl4030_write(codec, reg, hs_ctl);
627 twl4030_write(codec, reg, hs_ctl);
631 twl4030_write(codec, reg, hs_ctl);
636 twl4030_write(codec, reg, hs_ctl);
638 twl4030_write(codec, reg, hs_ctl);
641 twl4030_write(codec, reg, hs_ctl);
676 twl4030_write(w->codec, TWL4030_REG_VIBRA_SET, 0xff);
706 twl4030_write(w->codec, TWL4030_REG_AUDIO_IF,
711 twl4030_write(w->codec, TWL4030_REG_AUDIO_IF,
740 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop);
747 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop);
753 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop);
761 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop);
771 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop);
780 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop);
1703 twl4030_write(codec, TWL4030_REG_OPTION, reg);
1856 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode);
1857 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format);
1860 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode);
1861 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format);
1953 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format);
1956 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format);
1973 return twl4030_write(codec, TWL4030_REG_AUDIO_IF, reg);
1995 twl4030_write(codec, TWL4030_REG_OPTION, reg);
2080 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode);
2083 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode);
2152 twl4030_write(codec, TWL4030_REG_VOICE_IF, format);
2155 twl4030_write(codec, TWL4030_REG_VOICE_IF, format);
2172 return twl4030_write(codec, TWL4030_REG_VOICE_IF, reg);
2325 codec->write = twl4030_write;