/linux/drivers/net/wireless/broadcom/b43/ |
H A D | tables_lpphy.c | 1070 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, }, 1071 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, }, 1072 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, }, 1073 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, }, 1074 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, }, 1075 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, }, 1076 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, }, 1077 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, }, 1078 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, }, 1079 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 117, }, [all …]
|
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | st,stm32-dac.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/st,stm32-dac.yaml# 7 title: STMicroelectronics STM32 DAC 10 The STM32 DAC is a 12-bit voltage output digital-to-analog converter. The DAC 14 triggers for conversions. The DAC's output buffer allows a high drive output 23 - st,stm32f4-dac-core 24 - st,stm32h7-dac-core 64 "^dac@[1-2]+$": 67 A DAC block node should contain at least one subnode, representing an 68 DAC instance/channel available on the machine. 72 const: st,stm32-dac [all …]
|
H A D | adi,ltc2672.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/adi,ltc2672.yaml# 7 title: Analog Devices LTC2672 DAC 14 Analog Devices LTC2672 5 channel, 12-/16-Bit, 300mA DAC 35 description: Positive Supply Voltage Input for DAC OUT0. 38 description: Positive Supply Voltage Input for DAC OUT1. 41 description: Positive Supply Voltage Input for DAC OUT2. 44 description: Positive Supply Voltage Input for DAC OUT3. 47 description: Positive Supply Voltage Input for DAC OUT4. 90 $ref: dac.yaml 96 description: The channel number representing the DAC output channel. [all …]
|
H A D | nxp,lpc1850-dac.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/nxp,lpc1850-dac.yaml# 7 title: NXP LPC1850 DAC 13 Supports the DAC found on the LPC1850 SoC. 17 const: nxp,lpc1850-dac 49 dac: dac@400e1000 { 50 compatible = "nxp,lpc1850-dac";
|
H A D | fsl,vf610-dac.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/fsl,vf610-dac.yaml# 14 const: fsl,vf610-dac 26 const: dac 47 dac@400cc000 { 48 compatible = "fsl,vf610-dac"; 51 clock-names = "dac";
|
H A D | dpot-dac.yaml | 4 $id: http://devicetree.org/schemas/iio/dac/dpot-dac.yaml# 7 title: DAC emulation using a digital potentiometer 26 | '---' dac output voltage 32 const: dpot-dac 58 dac { 59 compatible = "dpot-dac";
|
/linux/sound/spi/ |
H A D | at73c213.h | 3 * Driver for the AT73C213 16-bit stereo DAC on Atmel ATSTK1000 11 /* DAC control register */ 22 /* DAC left line in gain register */ 26 /* DAC right line in gain register */ 30 /* DAC Left Master Playback Gain Register */ 34 /* DAC Right Master Playback Gain Register */ 38 /* DAC Left Line Out Gain Register */ 42 /* DAC Right Line Out Gain Register */ 46 /* DAC Output Level Control Register */ 53 /* DAC Mixer Control Register */ [all …]
|
/linux/sound/soc/codecs/ |
H A D | sti-sas.c | 17 /* DAC definitions */ 19 /* stih407 DAC registers */ 22 /* sysconf 5042: Audio-DAC-Control */ 25 /* DAC definitions */ 65 const struct snd_soc_dai_ops *dac_ops; /* DAC function callbacks */ 72 struct sti_dac_audio dac; member 84 status = regmap_read(drvdata->dac.regmap, reg, &val); in sti_sas_read_reg() 96 return regmap_write(drvdata->dac.regmap, reg, value); in sti_sas_write_reg() 104 * DAC and SPDIF are activated by default in sti_sas_init_sas_registers() 121 /* Init DAC configuration */ in sti_sas_init_sas_registers() [all …]
|
H A D | ak4619.c | 46 #define DAC_IS 0x12 /* DAC Input Select Setting */ 47 #define DAC_DEMP 0x13 /* DAC De-Emphasis Setting */ 48 #define DAC_MF 0x14 /* DAC Mute & Filter Setting */ 118 /* DAC Digital Volume */ 122 /* DAC Input Select Setting */ 126 /* DAC De-Emphasis Setting */ 140 /* DAC Mute & Filter Setting */ 161 * DAC Volume 189 /* ADC & DAC Volume Level Transition Time select */ 209 /* DAC De-Emphasis Filter select */ [all …]
|
H A D | 88pm860x-codec.c | 70 /* DAC Offset Register (0xcb) */ 100 /* DAC Enable Register 2 (0xe1) */ 117 * This widget should be just after DAC & PGA in DAPM power-on sequence and 118 * before DAC & PGA in DAPM power-off sequence. 400 unsigned int dac = 0; in pm860x_dac_event() local 403 if (!snd_soc_dapm_widget_name_cmp(w, "Left DAC")) in pm860x_dac_event() 404 dac = DAC_LEFT; in pm860x_dac_event() 405 if (!snd_soc_dapm_widget_name_cmp(w, "Right DAC")) in pm860x_dac_event() 406 dac = DAC_RIGHT; in pm860x_dac_event() 409 if (dac) { in pm860x_dac_event() [all …]
|
H A D | es8316.c | 101 SOC_DOUBLE_R_TLV("DAC Playback Volume", ES8316_DAC_VOLL, 103 SOC_SINGLE("DAC Soft Ramp Switch", ES8316_DAC_SET1, 4, 1, 1), 104 SOC_SINGLE("DAC Soft Ramp Rate", ES8316_DAC_SET1, 2, 3, 0), 105 SOC_SINGLE("DAC Notch Filter Switch", ES8316_DAC_SET2, 6, 1, 0), 106 SOC_SINGLE("DAC Double Fs Switch", ES8316_DAC_SET2, 7, 1, 0), 107 SOC_SINGLE("DAC Stereo Enhancement", ES8316_DAC_SET3, 0, 7, 0), 108 SOC_SINGLE("DAC Mono Mix Switch", ES8316_DAC_SET3, 3, 1, 0), 189 SOC_DAPM_SINGLE("Left DAC Switch", ES8316_HPMIX_SWITCH, 7, 1, 0), 193 SOC_DAPM_SINGLE("Right DAC Switch", ES8316_HPMIX_SWITCH, 3, 1, 0), 196 /* DAC data source mux */ [all …]
|
H A D | ad193x.c | 47 /* DAC volume control */ 57 /* DAC switch control */ 67 /* DAC de-emphasis */ 84 SND_SOC_DAPM_DAC("DAC", "Playback", SND_SOC_NOPM, 0, 0), 85 SND_SOC_DAPM_PGA("DAC Output", AD193X_DAC_CTRL0, 0, 1, NULL, 0), 112 { "DAC", NULL, "SYSCLK" }, 113 { "DAC Output", NULL, "DAC" }, 114 { "DAC Output", NULL, "VMID" }, 115 { "DAC1OUT", NULL, "DAC Output" }, 116 { "DAC2OUT", NULL, "DAC Output" }, [all …]
|
H A D | da7213.c | 61 /* ADC and DAC voice mode (8kHz) high pass cutoff value */ 76 /* ADC and DAC high pass filter cutoff value */ 119 /* DAC noise gate setup time value */ 129 /* DAC noise gate rampup rate value */ 139 /* DAC noise gate rampdown rate value */ 149 /* DAC soft mute rate value */ 539 SOC_DOUBLE_R_TLV("DAC Volume", DA7213_DAC_L_GAIN, DA7213_DAC_R_GAIN, 549 /* DAC Equalizer controls */ 550 SOC_SINGLE("DAC EQ Switch", DA7213_DAC_FILTERS4, DA7213_DAC_EQ_EN_SHIFT, 552 SOC_SINGLE_TLV("DAC EQ1 Volume", DA7213_DAC_FILTERS2, [all …]
|
H A D | ssm2602.h | 59 /*Left DAC Volume Control (SSM2602_REG_LEFT_DAC_VOL)*/ 64 /*Right DAC Volume Control (SSM2602_REG_RIGHT_DAC_VOL)*/ 74 #define APANA_SELECT_DAC 0x010 /* Select DAC (1=Select DAC, 0=Don't Select DAC) … 82 #define APDIGI_ENABLE_DAC_MUTE 0x008 /* DAC Mute Control … 91 #define PWR_DAC_PDN 0x008 /* DAC Power Down … 101 #define IFACE_DAC_LR_SWAP 0x020 /* Swap DAC data control …
|
/linux/drivers/leds/ |
H A D | leds-dac124s085.c | 6 * LED driver for the DAC124S085 SPI DAC 52 struct dac124s085 *dac; in dac124s085_probe() local 56 dac = devm_kzalloc(&spi->dev, sizeof(*dac), GFP_KERNEL); in dac124s085_probe() 57 if (!dac) in dac124s085_probe() 62 for (i = 0; i < ARRAY_SIZE(dac->leds); i++) { in dac124s085_probe() 63 led = dac->leds + i; in dac124s085_probe() 77 spi_set_drvdata(spi, dac); in dac124s085_probe() 83 led_classdev_unregister(&dac->leds[i].ldev); in dac124s085_probe() 90 struct dac124s085 *dac = spi_get_drvdata(spi); in dac124s085_remove() local 93 for (i = 0; i < ARRAY_SIZE(dac->leds); i++) in dac124s085_remove() [all …]
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | envelope-detector.yaml | 7 title: ADC envelope detector using a DAC and a comparator 13 The DAC is used to find the peak level of an alternating voltage input 22 | dac|-->--|- / | 36 description: Channel node of the dac to be used for comparator input. 39 const: dac 69 dac: dac { 70 compatible = "dpot-dac"; 79 io-channels = <&dac 0>; 80 io-channel-names = "dac";
|
/linux/drivers/iio/adc/ |
H A D | envelope-detector.c | 3 * Driver for an envelope detector using a DAC and a comparator 11 * The DAC is used to find the peak level of an alternating voltage input 20 * | dac|-->--|- / | 55 struct iio_channel *dac; member 133 * when that level is "trapped" between two adjacent DAC in envelope_detector_setup_compare() 148 /* Set a "safe" DAC level (if there is such a thing)... */ in envelope_detector_setup_compare() 149 ret = iio_write_channel_raw(env->dac, env->invert ? 0 : env->dac_max); in envelope_detector_setup_compare() 156 /* ...set the real DAC level... */ in envelope_detector_setup_compare() 157 ret = iio_write_channel_raw(env->dac, env->level); in envelope_detector_setup_compare() 202 * in the same range as the DAC and is a value that has not in envelope_detector_read_raw() [all …]
|
/linux/include/linux/spi/ |
H A D | at73c213.h | 3 * Board-specific data used to set up AT73c213 audio DAC driver. 10 * at73c213_board_info - how the external DAC is wired to the device. 12 * @ssc_id: SSC platform_driver id the DAC shall use to stream the audio. 13 * @dac_clk: the external clock used to provide master clock to the DAC. 14 * @shortname: a short discription for the DAC, seen by userspace tools. 17 * external DAC. The DAC needs a master clock and a I2S audio stream. It also
|
/linux/include/sound/ac97/ |
H A D | regs.h | 36 #define AC97_PCM_FRONT_DAC_RATE 0x2c /* PCM Front DAC Rate */ 37 #define AC97_PCM_SURR_DAC_RATE 0x2e /* PCM Surround DAC Rate */ 38 #define AC97_PCM_LFE_DAC_RATE 0x30 /* PCM LFE DAC Rate */ 47 #define AC97_LINE1_RATE 0x40 /* Line1 DAC/ADC Rate */ 48 #define AC97_LINE2_RATE 0x42 /* Line2 DAC/ADC Rate */ 49 #define AC97_HANDSET_RATE 0x44 /* Handset DAC/ADC Rate */ 50 #define AC97_LINE1_LEVEL 0x46 /* Line1 DAC/ADC Level */ 51 #define AC97_LINE2_LEVEL 0x48 /* Line2 DAC/ADC Level */ 52 #define AC97_HANDSET_LEVEL 0x4a /* Handset DAC/ADC Level */ 108 #define AC97_BC_16BIT_DAC 0x0000 /* 16-bit DAC resolution */ [all …]
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | adv7343.txt | 19 - ad,adv7343-power-mode-dac: array configuring the power on/off DAC's 1..6, 22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF 41 adi,dac-enable = <1 1 1 0 0 1>; 42 /* Use SD DAC output 1 */ 43 adi,sd-dac-enable = <1 0>;
|
/linux/sound/soc/sunxi/ |
H A D | sun50i-codec-analog.c | 143 SOC_DAPM_DOUBLE_R("DAC Playback Switch", 147 SOC_DAPM_DOUBLE_R("DAC Reversed Playback Switch", 245 "DAC", "Mixer", 320 /* DAC */ 321 SND_SOC_DAPM_DAC("Left DAC", NULL, SUN50I_ADDA_MIX_DAC_CTRL, 323 SND_SOC_DAPM_DAC("Right DAC", NULL, SUN50I_ADDA_MIX_DAC_CTRL, 422 { "Left Mixer", "DAC Playback Switch", "Left DAC" }, 423 { "Left Mixer", "DAC Reversed Playback Switch", "Right DAC" }, 429 { "Right Mixer", "DAC Playback Switch", "Right DAC" }, 430 { "Right Mixer", "DAC Reversed Playback Switch", "Left DAC" }, [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | img,pistachio-internal-dac.txt | 1 Pistachio internal DAC DT bindings 5 - compatible: "img,pistachio-internal-dac" 8 node which contains the internal dac control registers 14 internal_dac: internal-dac { 15 compatible = "img,pistachio-internal-dac";
|
/linux/drivers/video/fbdev/ |
H A D | ffb.c | 355 struct ffb_dac __iomem *dac; member 360 #define FFB_FLAG_INVCURSOR 0x00000004 /* DAC has inverted cursor logic */ 427 struct ffb_dac __iomem *dac = par->dac; in ffb_switch_from_graph() local 446 upa_writel(FFB_DAC_CUR_CTRL, &dac->type2); in ffb_switch_from_graph() 448 upa_writel(0, &dac->value2); in ffb_switch_from_graph() 451 FFB_DAC_CUR_CTRL_P1), &dac->value2); in ffb_switch_from_graph() 676 struct ffb_dac __iomem *dac = par->dac; in ffb_blank() local 685 upa_writel(FFB_DAC_TGEN, &dac->type); in ffb_blank() 686 val = upa_readl(&dac->value); in ffb_blank() 701 upa_writel(FFB_DAC_TGEN, &dac->type); in ffb_blank() [all …]
|
/linux/Documentation/sound/cards/ |
H A D | cmipci.rst | 11 CM8x38 chip can use ADC as the second DAC so that two different stereo 18 (hw:0,1) is assigned to the second DAC for rear playback. 22 - The first DAC supports U8 and S16LE formats, while the second DAC 24 - The second DAC supports only two channel stereo. 26 Please note that the CM8x38 DAC doesn't support continuous playback 44 on and "double DAC" mode. Actually I could hear separate 4 channels 56 The "Exchange DAC" switch is used to exchange front and rear playback 57 routes, i.e. the 2nd DAC is output from front output. 70 When the 4/6-ch output is enabled, the second DAC accepts up to 6 (or 71 4) channels. While the dual DAC supports two different rates or [all …]
|
/linux/sound/soc/tegra/ |
H A D | tegra20_das.c | 87 * DAC: Digital audio controller (e.g. I2S or AC97 controller elsewhere) 90 * DAC, or another DAP. When DAPs are connected, one must be the master and 91 * one the slave. Each DAC allows selection of a specific DAP for input, to 92 * cater for the case where N DAPs are connected to 1 DAC for broadcast 104 static void tegra20_das_connect_dap_to_dac(struct tegra20_das *das, int dap, int dac) in tegra20_das_connect_dap_to_dac() argument 111 reg = dac << TEGRA20_DAS_DAP_CTRL_SEL_DAP_CTRL_SEL_P; in tegra20_das_connect_dap_to_dac() 116 static void tegra20_das_connect_dac_to_dap(struct tegra20_das *das, int dac, int dap) in tegra20_das_connect_dac_to_dap() argument 122 (dac * TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_STRIDE); in tegra20_das_connect_dac_to_dap()
|