Searched refs:tuner_bands (Results 1 – 1 of 1) sorted by relevance
1930 u16 tuner_bands[HPI_TUNER_BAND_LAST]; in snd_asihpi_tuner_band_info() local1933 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands, in snd_asihpi_tuner_band_info()1950 u16 tuner_bands[HPI_TUNER_BAND_LAST]; in snd_asihpi_tuner_band_get() local1953 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands, in snd_asihpi_tuner_band_get()1960 if (tuner_bands[idx] == band) { in snd_asihpi_tuner_band_get()1977 u16 tuner_bands[HPI_TUNER_BAND_LAST]; in snd_asihpi_tuner_band_put() local1980 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands, in snd_asihpi_tuner_band_put()1984 if (idx >= ARRAY_SIZE(tuner_bands)) in snd_asihpi_tuner_band_put()1985 idx = ARRAY_SIZE(tuner_bands) - 1; in snd_asihpi_tuner_band_put()1986 band = tuner_bands[idx]; in snd_asihpi_tuner_band_put()[all …]