Searched refs:band (Results 1 – 10 of 10) sorted by relevance
/sound/soc/mediatek/common/ |
D | mtk-btcvsd.c | 140 enum BT_SCO_BAND band; member 323 enum BT_SCO_BAND band = bt->band; in btcvsd_tx_clean_buffer() local 326 if (band == BT_SCO_NB) in btcvsd_tx_clean_buffer() 337 __func__, band, num_valid_addr); in btcvsd_tx_clean_buffer() 1087 ucontrol->value.integer.value[0] = bt->band; in btcvsd_band_get() 1101 bt->band = ucontrol->value.integer.value[0]; in btcvsd_band_set() 1102 dev_dbg(bt->dev, "%s(), band %d\n", __func__, bt->band); in btcvsd_band_set()
|
/sound/soc/codecs/ |
D | max98095.c | 252 unsigned int band, u16 *coefs) in m98095_eq_band() argument 257 if (WARN_ON(band > 4) || in m98095_eq_band() 265 eq_reg += band * (M98095_COEFS_PER_BAND << 1); in m98095_eq_band() 278 unsigned int band, u16 *coefs) in m98095_biquad_band() argument 283 if (WARN_ON(band > 1) || in m98095_biquad_band() 291 bq_reg += band * (M98095_COEFS_PER_BAND << 1); in m98095_biquad_band()
|
D | max98088.c | 311 unsigned int band, u16 *coefs) in m98088_eq_band() argument 316 if (WARN_ON(band > 4) || in m98088_eq_band() 324 eq_reg += band * (M98088_COEFS_PER_BAND << 1); in m98088_eq_band()
|
D | cx2072x.c | 68 u8 band; member
|
/sound/pci/asihpi/ |
D | hpi.h | 1418 u16 hpi_tuner_set_band(u32 h_control, u16 band); 1423 const u16 band, u32 *pfreq); 1448 const u16 band, u32 *pdeemphasis);
|
D | hpifunc.c | 2495 u16 hpi_tuner_set_band(u32 h_control, u16 band) in hpi_tuner_set_band() argument 2497 return hpi_control_param_set(h_control, HPI_TUNER_BAND, band, 0); in hpi_tuner_set_band() 2502 u32 band = 0; in hpi_tuner_get_band() local 2505 error = hpi_control_param1_get(h_control, HPI_TUNER_BAND, &band); in hpi_tuner_get_band() 2507 *pw_band = (u16)band; in hpi_tuner_get_band() 2512 const u16 band, u32 *pfreq) in hpi_tuner_query_frequency() argument 2514 return hpi_control_query(h_tuner, HPI_TUNER_FREQ, index, band, pfreq); in hpi_tuner_query_frequency() 2588 const u16 band, u32 *pdeemphasis) in hpi_tuner_query_deemphasis() argument 2590 return hpi_control_query(h_tuner, HPI_TUNER_DEEMPHASIS, index, band, in hpi_tuner_query_deemphasis()
|
D | hpi_internal.h | 839 u32 band; member 865 u32 band; member 1297 u16 band; member
|
D | asihpi.c | 1342 u16 band; member 1926 u16 band, idx; in snd_asihpi_tuner_band_get() local 1933 hpi_handle_error(hpi_tuner_get_band(h_control, &band)); in snd_asihpi_tuner_band_get() 1937 if (tuner_bands[idx] == band) { in snd_asihpi_tuner_band_get() 1953 u16 band; in snd_asihpi_tuner_band_put() local 1963 band = tuner_bands[idx]; in snd_asihpi_tuner_band_put() 1964 hpi_handle_error(hpi_tuner_set_band(h_control, band)); in snd_asihpi_tuner_band_put()
|
D | hpicmn.c | 387 phr->u.c.param1 = pC->u.tuner.band; in hpi_check_control_cache_single()
|
/sound/pci/hda/ |
D | Kconfig | 58 This interface can be used for out-of-band communication
|