Searched refs:audio_map (Results 1 - 17 of 17) sorted by relevance

/linux-master/sound/soc/ti/
H A Dosk5912.c68 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
103 .dapm_routes = audio_map,
104 .num_dapm_routes = ARRAY_SIZE(audio_map),
H A Ddavinci-evm.c91 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
128 /* Set up davinci-evm specific audio path audio_map */
129 snd_soc_dapm_add_routes(&card->dapm, audio_map,
130 ARRAY_SIZE(audio_map));
H A Domap-twl4030.c79 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
234 .dapm_routes = audio_map,
235 .num_dapm_routes = ARRAY_SIZE(audio_map),
H A Dn810.c215 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
277 .dapm_routes = audio_map,
278 .num_dapm_routes = ARRAY_SIZE(audio_map),
H A Drx51.c215 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
353 .dapm_routes = audio_map,
354 .num_dapm_routes = ARRAY_SIZE(audio_map),
H A Domap-abe-twl6040.c137 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
234 card->dapm_routes = audio_map;
235 card->num_dapm_routes = ARRAY_SIZE(audio_map);
/linux-master/sound/soc/intel/boards/
H A Dbytcht_nocodec.c30 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
161 .dapm_routes = audio_map,
162 .num_dapm_routes = ARRAY_SIZE(audio_map),
H A Dbytcht_da7213.c39 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
225 .dapm_routes = audio_map,
226 .num_dapm_routes = ARRAY_SIZE(audio_map),
H A Dsof_da7219.c96 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
441 .dapm_routes = audio_map,
442 .num_dapm_routes = ARRAY_SIZE(audio_map),
H A Dbxt_da7219_max98357a.c126 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
768 .dapm_routes = audio_map,
769 .num_dapm_routes = ARRAY_SIZE(audio_map),
/linux-master/sound/soc/sh/
H A Dmigor.c108 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
149 .dapm_routes = audio_map,
150 .num_dapm_routes = ARRAY_SIZE(audio_map),
/linux-master/sound/soc/codecs/
H A Dwm9090.c357 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
418 snd_soc_dapm_add_routes(dapm, audio_map, ARRAY_SIZE(audio_map));
H A Dtlv320dac33.c579 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
1430 .dapm_routes = audio_map,
1431 .num_dapm_routes = ARRAY_SIZE(audio_map),
/linux-master/drivers/ps3/
H A Dps3av_cmd.c641 param->fifomap = ps3av_cnv_fifomap(audio_mode->audio_map);
711 audio->audio_map[0] = PS3AV_CMD_AUDIO_MAP_OUTPUT_0;
712 audio->audio_map[1] = PS3AV_CMD_AUDIO_MAP_OUTPUT_1;
713 audio->audio_map[2] = PS3AV_CMD_AUDIO_MAP_OUTPUT_2;
714 audio->audio_map[3] = PS3AV_CMD_AUDIO_MAP_OUTPUT_3;
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.c82 u32 (*audio_map)[DP_AUDIO_SDP_HEADER_MAX]; member in struct:dp_catalog_private
1178 sdp_map = catalog->audio_map;
1200 sdp_map = catalog->audio_map;
1332 catalog->audio_map = sdp_map;
/linux-master/sound/soc/fsl/
H A Dfsl-asoc-card.c120 static const struct snd_soc_dapm_route audio_map[] = { variable in typeref:struct:snd_soc_dapm_route
621 priv->card.dapm_routes = audio_map;
622 priv->card.num_dapm_routes = ARRAY_SIZE(audio_map);
/linux-master/arch/powerpc/include/asm/
H A Dps3av.h191 /* audio_map */
600 u8 audio_map[4]; /* in: audio map */ member in struct:ps3av_pkt_audio_mode

Completed in 199 milliseconds