Searched refs:audio_map (Results 1 – 12 of 12) sorted by relevance
/linux/sound/soc/ti/ |
H A D | osk5912.c | 68 static const struct snd_soc_dapm_route audio_map[] = { variable 103 .dapm_routes = audio_map, 104 .num_dapm_routes = ARRAY_SIZE(audio_map),
|
H A D | davinci-evm.c | 91 static const struct snd_soc_dapm_route audio_map[] = { variable 128 /* Set up davinci-evm specific audio path audio_map */ in evm_aic3x_init() 129 snd_soc_dapm_add_routes(&card->dapm, audio_map, in evm_aic3x_init() 130 ARRAY_SIZE(audio_map)); in evm_aic3x_init()
|
H A D | omap-twl4030.c | 79 static const struct snd_soc_dapm_route audio_map[] = { variable 234 .dapm_routes = audio_map, 235 .num_dapm_routes = ARRAY_SIZE(audio_map),
|
H A D | omap-abe-twl6040.c | 137 static const struct snd_soc_dapm_route audio_map[] = { variable 234 card->dapm_routes = audio_map; in omap_abe_probe() 235 card->num_dapm_routes = ARRAY_SIZE(audio_map); in omap_abe_probe()
|
/linux/sound/soc/renesas/ |
H A D | migor.c | 108 static const struct snd_soc_dapm_route audio_map[] = { variable 149 .dapm_routes = audio_map, 150 .num_dapm_routes = ARRAY_SIZE(audio_map),
|
/linux/sound/soc/intel/boards/ |
H A D | bytcht_nocodec.c | 30 static const struct snd_soc_dapm_route audio_map[] = { variable 157 .dapm_routes = audio_map, 158 .num_dapm_routes = ARRAY_SIZE(audio_map),
|
H A D | bytcht_da7213.c | 39 static const struct snd_soc_dapm_route audio_map[] = { variable 221 .dapm_routes = audio_map, 222 .num_dapm_routes = ARRAY_SIZE(audio_map),
|
H A D | sof_da7219.c | 81 static const struct snd_soc_dapm_route audio_map[] = { variable 206 .dapm_routes = audio_map, 207 .num_dapm_routes = ARRAY_SIZE(audio_map),
|
/linux/sound/soc/codecs/ |
H A D | wm9090.c | 357 static const struct snd_soc_dapm_route audio_map[] = { variable 418 snd_soc_dapm_add_routes(dapm, audio_map, ARRAY_SIZE(audio_map)); in wm9090_add_controls()
|
H A D | tlv320dac33.c | 579 static const struct snd_soc_dapm_route audio_map[] = { variable 1430 .dapm_routes = audio_map, 1431 .num_dapm_routes = ARRAY_SIZE(audio_map),
|
/linux/drivers/ps3/ |
H A D | ps3av_cmd.c | 641 param->fifomap = ps3av_cnv_fifomap(audio_mode->audio_map); in ps3av_cmd_set_av_audio_param() 711 audio->audio_map[0] = PS3AV_CMD_AUDIO_MAP_OUTPUT_0; in ps3av_cmd_set_audio_mode() 712 audio->audio_map[1] = PS3AV_CMD_AUDIO_MAP_OUTPUT_1; in ps3av_cmd_set_audio_mode() 713 audio->audio_map[2] = PS3AV_CMD_AUDIO_MAP_OUTPUT_2; in ps3av_cmd_set_audio_mode() 714 audio->audio_map[3] = PS3AV_CMD_AUDIO_MAP_OUTPUT_3; in ps3av_cmd_set_audio_mode()
|
/linux/arch/powerpc/include/asm/ |
H A D | ps3av.h | 191 /* audio_map */ 600 u8 audio_map[4]; /* in: audio map */ member
|