Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sh/
H A Dsiu_dai.c525 port_info->play_cap &= ~PLAYBACK_ENABLED; in siu_dai_shutdown()
527 port_info->play_cap &= ~CAPTURE_ENABLED; in siu_dai_shutdown()
530 if (!port_info->play_cap) { in siu_dai_shutdown()
551 __func__, info->port_id, port_info->play_cap, rt->channels); in siu_dai_prepare()
562 if (!port_info->play_cap) { in siu_dai_prepare()
579 port_info->play_cap |= self; in siu_dai_prepare()
H A Dsiu.h116 unsigned long play_cap; /* Used to track full duplex */ member