Searched full:line_out (Results 1 – 25 of 29) sorted by relevance
12
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | mxs-audio-sgtl5000.txt | 21 * LINE_OUT
|
| D | imx-audio-sgtl5000.txt | 26 * LINE_OUT
|
| D | simple-card.yaml | 267 "External Speaker", "LINE_OUT";
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| D | hda_auto_parser.c | 179 struct auto_out_pin line_out[ARRAY_SIZE(cfg->line_out_pins)]; in snd_hda_parse_pin_defcfg() local 189 memset(line_out, 0, sizeof(line_out)); in snd_hda_parse_pin_defcfg() 248 line_out[cfg->line_outs].pin = nid; in snd_hda_parse_pin_defcfg() 249 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg() 361 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg() 374 sort_pins_by_sequence(cfg->line_out_pins, line_out, cfg->line_outs); in snd_hda_parse_pin_defcfg()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
| D | hdsp.h | 45 unsigned char line_out; member
|
| D | hdspm.h | 43 unsigned char line_out; member
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls1012a-oxalis.dts | 44 "Speaker Ext", "LINE_OUT";
|
| D | fsl-ls1012a-frdm.dts | 43 "Speaker Ext", "LINE_OUT";
|
| D | fsl-ls1012a-qds.dts | 43 "Speaker Ext", "LINE_OUT";
|
| D | fsl-ls1028a-rdb.dts | 69 "Speaker Ext", "LINE_OUT";
|
| D | fsl-ls1028a-qds.dts | 73 "Speaker Ext", "LINE_OUT";
|
| /kernel/linux/linux-5.10/include/uapi/sound/ |
| D | hdsp.h | 67 unsigned char line_out; member
|
| D | hdspm.h | 74 unsigned char line_out; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
| D | hdsp.h | 59 unsigned char line_out; member
|
| D | hdspm.h | 57 unsigned char line_out; member
|
| /kernel/linux/linux-5.10/sound/pci/oxygen/ |
| D | xonar_pcm179x.c | 27 * LINE_OUT -> input of ADC 59 * LINE_OUT -> input of ADC 120 * LINE_OUT -> input of ADC 160 * LINE_OUT -> input of ADC
|
| D | xonar_cs43xx.c | 29 * LINE_OUT -> input of ADC
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | vf610-twr.dts | 69 "Speaker Ext", "LINE_OUT";
|
| D | imx53-m53evk.dts | 103 "Ext Spk", "LINE_OUT";
|
| D | ls1021a-twr.dts | 96 "Speaker Ext", "LINE_OUT";
|
| D | imx6dl-prtvt7.dts | 172 "External Speaker", "LINE_OUT";
|
| D | ls1021a-qds.dts | 98 "Speaker Ext", "LINE_OUT";
|
| D | imx6q-prti6q.dts | 100 "External Speaker", "LINE_OUT";
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | sgtl5000.c | 437 SND_SOC_DAPM_OUTPUT("LINE_OUT"), 497 {"LO", NULL, "DAC"}, /* dac --> line_out */ 502 {"LINE_OUT", NULL, "LO"},
|
| /kernel/linux/linux-5.10/sound/pci/ac97/ |
| D | ac97_patch.c | 1657 #define AC97_AD198X_LOSEL 0x0020 /* LINE_OUT amplifiers input select */ 1665 #define AC97_AD198X_LODIS 0x1000 /* LINE_OUT disable */ 1715 #define AC97_AD1986_LOHPEN 0x0010 /* LINE_OUT headphone drive */ 1716 #define AC97_AD1986_LVREF0 0x0100 /* LINE_OUT VREF_OUT 2.25V */ 1717 #define AC97_AD1986_LVREF1 0x0200 /* LINE_OUT VREF_OUT 0V */ 1718 #define AC97_AD1986_LVREF2 0x0400 /* LINE_OUT VREF_OUT 3.7V */ 1722 #define AC97_AD1986_LOSEL 0x1000 /* LINE_OUT amplifiers input select */
|
12