Lines Matching refs:codec

687  * ch-map[0].cpu = 0	ch-map[0].codec = 0
694 * ch-map[0].cpu = 0 ch-map[0].codec = 0
695 * ch-map[1].cpu = 1 ch-map[1].codec = 1
696 * ch-map[2].cpu = 2 ch-map[2].codec = 2
703 * ch-map[0].cpu = 0 ch-map[0].codec = 0
704 * ch-map[1].cpu = 1 ch-map[1].codec = 1
705 * ch-map[2].cpu = 2 ch-map[2].codec = 1
712 * ch-map[0].cpu = 0 ch-map[0].codec = 0
713 * ch-map[1].cpu = 1 ch-map[1].codec = 1
714 * ch-map[2].cpu = 1 ch-map[2].codec = 2
719 unsigned int codec;
733 * only for codec to codec links, or systems using device tree.
744 * You MUST specify the link's codec, either by device name, or by
747 /* You MUST specify the DAI name within the codec */
774 /* codec/machine specific init - e.g. add machine controls */
777 /* codec/machine specific exit - dual of init() */
859 #define for_each_link_codecs(link, i, codec) \
862 ((codec) = snd_soc_link_to_codec(link, i)); \
888 * DAILINK_COMP_ARRAY(COMP_CODEC("codec", "codec_dai")),
937 #define SND_SOC_DAILINK_REG2(cpu, codec) SND_SOC_DAILINK_REG3(cpu, codec, null_dailink_component)
938 #define SND_SOC_DAILINK_REG3(cpu, codec, platform) \
941 .codecs = codec, \
942 .num_codecs = ARRAY_SIZE(codec), \
952 #define SND_SOC_DAILINK_DEFS(name, cpu, codec, platform...) \
954 SND_SOC_DAILINK_DEF(name##_codecs, codec); \
986 * specify multi-codec either by device name, or by
991 /* codec/machine specific init - e.g. add machine controls */
1034 * after the codec and DAI's do any PM work. */
1062 /* optional codec specific configuration */
1162 /* SoC machine DAI configuration, glues a codec and cpu DAI together */