Home
last modified time | relevance | path

Searched refs:SND_COMPR_TRIGGER_NEXT_TRACK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/sound/
H A Dcompress_offload.h173 #define SND_COMPR_TRIGGER_NEXT_TRACK 8 macro
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c608 case SND_COMPR_TRIGGER_NEXT_TRACK: in q6apm_dai_compr_trigger()
H A Dq6asm-dai.c1014 case SND_COMPR_TRIGGER_NEXT_TRACK: in q6asm_dai_compr_trigger()
/openbmc/linux/sound/core/
H A Dcompress_offload.c922 retval = stream->ops->trigger(stream, SND_COMPR_TRIGGER_NEXT_TRACK); in snd_compr_next_track()