Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dtas2781-i2c.c391 if (!tas_priv->dspbin_typ) { in sngl_calib_start()
403 if (tas_priv->dspbin_typ == TASDEV_ALPHA) in sngl_calib_start()
418 if (tas_priv->dspbin_typ == TASDEV_ALPHA) { in sngl_calib_start()
434 if (tas_priv->dspbin_typ == TASDEV_ALPHA) { in sngl_calib_start()
511 if (priv->dspbin_typ == TASDEV_ALPHA) in tas2781_calib_stop_put()
624 if (priv->dspbin_typ == TASDEV_BASIC) { in tasdev_cali_data_put()
691 if (tas_priv->dspbin_typ) in tasdev_tf_data_get()
717 if (tas_priv->dspbin_typ) in tasdev_re_data_get()
764 if (tas_priv->dspbin_typ) in tasdev_XMA1_data_get()
784 if (tas_priv->dspbin_typ) in tasdev_XMA2_data_get()
[all …]
H A Dtas2781-fmwlib.c1813 tas_priv->dspbin_typ = TASDEV_BETA; in dspbin_type_check()
1815 tas_priv->dspbin_typ = TASDEV_BASIC; in dspbin_type_check()
1817 tas_priv->dspbin_typ = TASDEV_ALPHA; in dspbin_type_check()
1819 if (tas_priv->dspbin_typ != TASDEV_BASIC) in dspbin_type_check()
/linux-6.15/include/sound/
H A Dtas2781.h181 unsigned int dspbin_typ; member
/linux-6.15/sound/pci/hda/
H A Dtas2781_hda_i2c.c574 if (tas_priv->dspbin_typ != TASDEV_BASIC) { in tas2781_apply_calib()