Searched refs:DECLARE_TLV_DB_LINEAR (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/sound/ |
D | tlv.h | 30 #define DECLARE_TLV_DB_LINEAR SNDRV_CTL_TLVD_DECLARE_DB_LINEAR macro
|
/Linux-v5.10/sound/i2c/other/ |
D | ak4xxx-adda.c | 153 static const DECLARE_TLV_DB_LINEAR(db_scale_linear, TLV_DB_GAIN_MUTE, 0);
|
/Linux-v5.10/sound/pci/oxygen/ |
D | oxygen.c | 711 static const DECLARE_TLV_DB_LINEAR(ak4396_db_scale, TLV_DB_GAIN_MUTE, 0);
|
/Linux-v5.10/sound/pci/ice1712/ |
D | prodigy_hifi.c | 285 static const DECLARE_TLV_DB_LINEAR(ak4396_db_scale, TLV_DB_GAIN_MUTE, 0);
|
/Linux-v5.10/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1477 static const DECLARE_TLV_DB_LINEAR(db_scale_native, TLV_DB_GAIN_MUTE, 0);
|
/Linux-v5.10/sound/pci/emu10k1/ |
D | emufx.c | 291 static const DECLARE_TLV_DB_LINEAR(snd_emu10k1_db_linear, TLV_DB_GAIN_MUTE, 0);
|
/Linux-v5.10/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 2826 The :c:func:`DECLARE_TLV_DB_LINEAR()` macro defines information
|