Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c1907 u16 tuner_bands[HPI_TUNER_BAND_LAST]; in snd_asihpi_tuner_band_info() local
1910 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands, in snd_asihpi_tuner_band_info()
1927 u16 tuner_bands[HPI_TUNER_BAND_LAST]; in snd_asihpi_tuner_band_get() local
1930 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands, in snd_asihpi_tuner_band_get()
1937 if (tuner_bands[idx] == band) { in snd_asihpi_tuner_band_get()
1954 u16 tuner_bands[HPI_TUNER_BAND_LAST]; in snd_asihpi_tuner_band_put() local
1957 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands, in snd_asihpi_tuner_band_put()
1961 if (idx >= ARRAY_SIZE(tuner_bands)) in snd_asihpi_tuner_band_put()
1962 idx = ARRAY_SIZE(tuner_bands) - 1; in snd_asihpi_tuner_band_put()
1963 band = tuner_bands[idx]; in snd_asihpi_tuner_band_put()
[all …]