Lines Matching full:asrc
3 // Freescale Generic ASoC Sound Card driver with ASRC
93 * @asrc_rate: ASRC sample rate used by Back-Ends
94 * @asrc_format: ASRC sample format used by Back-Ends
120 * Note: keep all ASRC routes in the second half
121 * to drop them easily for non-ASRC cases.
127 /* 2nd half -- ASRC DAPM routes */
128 {"CPU-Playback", NULL, "ASRC-Playback"},
129 {"ASRC-Capture", NULL, "CPU-Capture"},
136 /* 2nd half -- ASRC DAPM routes */
137 {"CPU AC97 Playback", NULL, "ASRC-Playback"},
138 {"ASRC-Capture", NULL, "CPU AC97 Capture"},
144 /* 2nd half -- ASRC DAPM routes */
145 {"CPU-Playback", NULL, "ASRC-Playback"},
151 /* 2nd half -- ASRC DAPM routes */
152 {"ASRC-Capture", NULL, "CPU-Capture"},
325 .name = "HiFi-ASRC-FE",
326 .stream_name = "HiFi-ASRC-FE",
330 .name = "HiFi-ASRC-BE",
331 .stream_name = "HiFi-ASRC-BE",
682 asrc_np = of_parse_phandle(np, "audio-asrc", 0); in fsl_asoc_card_probe()
940 /* Drop the second half of DAPM routes -- ASRC */ in fsl_asoc_card_probe()
991 /* DPCM DAI Links only if ASRC exists */ in fsl_asoc_card_probe()
1003 ret = of_property_read_u32(asrc_np, "fsl,asrc-rate", in fsl_asoc_card_probe()
1011 ret = of_property_read_u32(asrc_np, "fsl,asrc-format", &asrc_fmt); in fsl_asoc_card_probe()
1015 ret = of_property_read_u32(asrc_np, "fsl,asrc-width", in fsl_asoc_card_probe()
1109 MODULE_DESCRIPTION("Freescale Generic ASoC Sound Card driver with ASRC");