mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
topology: parse_tuple_set() - remove dead condition code
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0dbaba95f4
commit
51e1d486ce
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ static int parse_tuple_set(snd_config_t *cfg,
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((type == SND_SOC_TPLG_TUPLE_TYPE_WORD
|
if ((type == SND_SOC_TPLG_TUPLE_TYPE_WORD
|
||||||
&& tuple_val > UINT_MAX)
|
/* && tuple_val > UINT_MAX */)
|
||||||
|| (type == SND_SOC_TPLG_TUPLE_TYPE_SHORT
|
|| (type == SND_SOC_TPLG_TUPLE_TYPE_SHORT
|
||||||
&& tuple_val > USHRT_MAX)
|
&& tuple_val > USHRT_MAX)
|
||||||
|| (type == SND_SOC_TPLG_TUPLE_TYPE_BYTE
|
|| (type == SND_SOC_TPLG_TUPLE_TYPE_BYTE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue