Home
last modified time | relevance | path

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

/linux/sound/soc/uniphier/
H A Daio-core.c840 u32 repet = 0, pause = OPORTMXPAUDAT_PAUSEPC_CMN; in aio_oport_set_stream_type() local
845 repet = OPORTMXREPET_STRLENGTH_AC3 | in aio_oport_set_stream_type()
850 repet = OPORTMXREPET_STRLENGTH_MPA | in aio_oport_set_stream_type()
855 repet = OPORTMXREPET_STRLENGTH_MP3 | in aio_oport_set_stream_type()
860 repet = OPORTMXREPET_STRLENGTH_DTS1 | in aio_oport_set_stream_type()
865 repet = OPORTMXREPET_STRLENGTH_DTS2 | in aio_oport_set_stream_type()
870 repet = OPORTMXREPET_STRLENGTH_DTS3 | in aio_oport_set_stream_type()
875 repet = OPORTMXREPET_STRLENGTH_AAC | in aio_oport_set_stream_type()
884 ret = regmap_write(r, OPORTMXREPET(sub->swm->oport.map), repet); in aio_oport_set_stream_type()