Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/sti/
Duniperif_player.c30 ((p)->info->player_type == SND_ST_UNIPERIF_PLAYER_TYPE_HDMI)
32 ((p)->info->player_type == SND_ST_UNIPERIF_PLAYER_TYPE_PCM)
34 ((p)->info->player_type == SND_ST_UNIPERIF_PLAYER_TYPE_SPDIF)
742 switch (player->info->player_type) { in uni_player_prepare()
1016 info->player_type = SND_ST_UNIPERIF_PLAYER_TYPE_HDMI; in uni_player_parse_dt()
1018 info->player_type = SND_ST_UNIPERIF_PLAYER_TYPE_PCM; in uni_player_parse_dt()
1020 info->player_type = SND_ST_UNIPERIF_PLAYER_TYPE_SPDIF; in uni_player_parse_dt()
1022 info->player_type = SND_ST_UNIPERIF_PLAYER_TYPE_NONE; in uni_player_parse_dt()
Duniperif.h1150 enum uniperif_type player_type; member