Searched refs:sport_set_multichannel (Results 1 – 4 of 4) sorted by relevance
/sound/soc/blackfin/ |
D | bf5xx-ac97.c | 233 ret = sport_set_multichannel(sport, 16, 0x3FF, 0x3FF, 1); in bf5xx_ac97_resume() 235 ret = sport_set_multichannel(sport, 16, 0x1F, 0x1F, 1); in bf5xx_ac97_resume() 315 ret = sport_set_multichannel(sport_handle, 16, 0x3FF, 0x3FF, 1); in asoc_bfin_ac97_probe() 317 ret = sport_set_multichannel(sport_handle, 16, 0x1F, 0x1F, 1); in asoc_bfin_ac97_probe()
|
D | bf5xx-i2s.c | 237 return sport_set_multichannel(sport_handle, slots, tx_mask, rx_mask, 0); in bf5xx_i2s_set_tdm_slot() 276 return sport_set_multichannel(sport_handle, bf5xx_i2s->slots, in bf5xx_i2s_resume()
|
D | bf5xx-sport.h | 130 int sport_set_multichannel(struct sport_device *sport, int tdm_count,
|
D | bf5xx-sport.c | 48 int sport_set_multichannel(struct sport_device *sport, in sport_set_multichannel() function 91 EXPORT_SYMBOL(sport_set_multichannel);
|