lkml.org 
[lkml]   [2020]   [Feb]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2 4/9] ASoC: tegra: add Tegra210 based I2S driver
From
Date
30.01.2020 13:33, Sameer Pujar пишет:
...
> +static const int tegra210_cif_fmt[] = {
> + 0,
> + TEGRA_ACIF_BITS_16,
> + TEGRA_ACIF_BITS_32,
> +};
> +
> +static const int tegra210_i2s_bit_fmt[] = {
> + 0,
> + I2S_BITS_16,
> + I2S_BITS_32,
> +};
> +
> +static const int tegra210_i2s_sample_size[] = {
> + 0,
> + 16,
> + 32,
> +};

static const *unsigned* int?

\
 
 \ /
  Last update: 2020-02-06 17:59    [W:0.204 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site