Searched refs:DECLARE_TLV_DB_LINEAR (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/sound/ |
A D | tlv.h | 30 #define DECLARE_TLV_DB_LINEAR SNDRV_CTL_TLVD_DECLARE_DB_LINEAR macro
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | idt821034.c | 551 static const DECLARE_TLV_DB_LINEAR(idt821034_gain_in, -6520, 1306); 556 static const DECLARE_TLV_DB_LINEAR(idt821034_gain_out, -6798, 1029);
|
/linux-6.3-rc2/sound/i2c/other/ |
A D | ak4xxx-adda.c | 153 static const DECLARE_TLV_DB_LINEAR(db_scale_linear, TLV_DB_GAIN_MUTE, 0);
|
/linux-6.3-rc2/sound/pci/oxygen/ |
A D | oxygen.c | 708 static const DECLARE_TLV_DB_LINEAR(ak4396_db_scale, TLV_DB_GAIN_MUTE, 0);
|
/linux-6.3-rc2/sound/pci/ice1712/ |
A D | prodigy_hifi.c | 285 static const DECLARE_TLV_DB_LINEAR(ak4396_db_scale, TLV_DB_GAIN_MUTE, 0);
|
/linux-6.3-rc2/sound/pci/ymfpci/ |
A D | ymfpci_main.c | 1486 static const DECLARE_TLV_DB_LINEAR(db_scale_native, TLV_DB_GAIN_MUTE, 0);
|
/linux-6.3-rc2/sound/pci/emu10k1/ |
A D | emufx.c | 291 static const DECLARE_TLV_DB_LINEAR(snd_emu10k1_db_linear, TLV_DB_GAIN_MUTE, 0);
|
/linux-6.3-rc2/Documentation/sound/kernel-api/ |
A D | writing-an-alsa-driver.rst | 2826 The :c:func:`DECLARE_TLV_DB_LINEAR()` macro defines information
|
Completed in 45 milliseconds