Searched refs:newsrc (Results 1 – 2 of 2) sorted by relevance
363 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc) in ad1843_set_recsrc() argument365 if (newsrc < 0 || newsrc > 2) in ad1843_set_recsrc()368 ad1843_write_multi(ad1843, 2, &ad1843_LSS, newsrc, &ad1843_RSS, newsrc); in ad1843_set_recsrc()369 return newsrc; in ad1843_set_recsrc()
209 int newsrc, oldsrc; in sgio2audio_source_put() local212 newsrc = ad1843_set_recsrc(&chip->ad1843, in sgio2audio_source_put()215 return newsrc != oldsrc; in sgio2audio_source_put()
Completed in 10 milliseconds