/linux/Documentation/devicetree/bindings/iio/magnetometer/ |
H A D | yamaha,yas530.yaml | 4 $id: http://devicetree.org/schemas/iio/magnetometer/yamaha,yas530.yaml# 7 title: Yamaha YAS530 family of magnetometer sensors 13 The Yamaha YAS530 magnetometers is a line of 3-axis magnetometers 14 first introduced by Yamaha in 2009 with the YAS530. They are successors 15 of Yamaha's first magnetometer YAS529. Over the years this magnetometer 25 - yamaha,yas530 26 - yamaha,yas532 27 - yamaha,yas533 28 - yamaha,yas535 29 - yamaha,yas536 [all …]
|
/linux/sound/pci/ymfpci/ |
H A D | ymfpci.c | 3 * The driver for the Yamaha's DS1/DS1E cards 18 MODULE_DESCRIPTION("Yamaha DS-1 PCI"); 32 MODULE_PARM_DESC(index, "Index value for the Yamaha DS-1 PCI soundcard."); 34 MODULE_PARM_DESC(id, "ID string for the Yamaha DS-1 PCI soundcard."); 36 MODULE_PARM_DESC(enable, "Enable Yamaha DS-1 soundcard."); 49 { PCI_VDEVICE(YAMAHA, 0x0004), 0, }, /* YMF724 */ 50 { PCI_VDEVICE(YAMAHA, 0x000d), 0, }, /* YMF724F */ 51 { PCI_VDEVICE(YAMAHA, 0x000a), 0, }, /* YMF740 */ 52 { PCI_VDEVICE(YAMAHA, 0x000c), 0, }, /* YMF740C */ 53 { PCI_VDEVICE(YAMAHA, 0x0010), 0, }, /* YMF744 */ [all …]
|
H A D | ymfpci_main.c | 2027 err = request_firmware(&chip->dsp_microcode, "yamaha/ds1_dsp.fw", in snd_ymfpci_request_firmware() 2042 name = is_1e ? "yamaha/ds1e_ctrl.fw" : "yamaha/ds1_ctrl.fw"; in snd_ymfpci_request_firmware() 2057 MODULE_FIRMWARE("yamaha/ds1_dsp.fw"); 2058 MODULE_FIRMWARE("yamaha/ds1_ctrl.fw"); 2059 MODULE_FIRMWARE("yamaha/ds1e_ctrl.fw");
|
/linux/sound/firewire/bebob/ |
H A D | bebob_yamaha_terratec.c | 12 * Yamaha GO44 is not designed to be used as stand-alone mixer. So any streams 20 * But Yamaha's driver reduce 2 PCM-in, 1 MIDI-in, 2 PCM-out, 1 MIDI-out to use 30 * Yamaha GO 44 and GO 46. Yamaha and Terratec had cooperated for these models.
|
H A D | bebob.c | 438 /* Yamaha, GO44 */ 440 /* YAMAHA, GO46 */
|
H A D | bebob_stream.c | 555 // If establishing connections at first, Yamaha GO46 in snd_bebob_stream_reserve_duplex() 859 // Yamaha GO44, GO46, Terratec Phase 24, Phase x24 reports 0 for the number of in detect_midi_ports()
|
/linux/drivers/iio/magnetometer/ |
H A D | Kconfig | 238 tristate "Yamaha YAS530 family of 3-Axis Magnetometers (I2C)" 244 Say Y here to add support for the Yamaha YAS530 series of 250 will be called yamaha-yas.
|
H A D | Makefile | 35 obj-$(CONFIG_YAMAHA_YAS530) += yamaha-yas530.o
|
H A D | yamaha-yas530.c | 3 * Driver for the Yamaha YAS magnetic sensors, often used in Samsung 20 * Code functions for YAS537 based on Yamaha Android kernel driver. 21 * Copyright (c) 2014 Yamaha Corporation 1592 { .compatible = "yamaha,yas530", &yas5xx_chip_info_tbl[yas530] }, 1593 { .compatible = "yamaha,yas532", &yas5xx_chip_info_tbl[yas532] }, 1594 { .compatible = "yamaha,yas533", &yas5xx_chip_info_tbl[yas533] }, 1595 { .compatible = "yamaha,yas537", &yas5xx_chip_info_tbl[yas537] }, 1612 MODULE_DESCRIPTION("Yamaha YAS53x 3-axis magnetometer driver");
|
/linux/sound/isa/wavefront/ |
H A D | wavefront_fx.c | 222 of the port I/O done, using the Yamaha faxback document as a guide 240 err = request_firmware(&firmware, "yamaha/yss225_registers.bin", in snd_wavefront_fx_start() 272 MODULE_FIRMWARE("yamaha/yss225_registers.bin");
|
/linux/sound/isa/ |
H A D | opl3sa2.c | 3 * Driver for Yamaha OPL3-SA[2,3] soundcards 23 MODULE_DESCRIPTION("Yamaha OPL3SA2+"); 134 /* Yamaha YMF719E-S (Genius Sound Maker 3DX) */ 136 /* Yamaha OPL3-SA3 (integrated on Intel's Pentium II AL440LX motherboard) */ 138 /* Yamaha OPL3-SA2 */ 140 /* Yamaha OPL3-SA2 */ 622 strcpy(card->shortname, "Yamaha OPL3-SA"); in snd_opl3sa2_card_new()
|
H A D | Kconfig | 292 tristate "Yamaha OPL3-SA2/SA3" 297 Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
|
/linux/sound/sh/ |
H A D | Kconfig | 16 tristate "Dreamcast Yamaha AICA sound"
|
H A D | aica.h | 4 * Sega Dreamcast Yamaha AICA sound
|
H A D | aica.c | 576 "Yamaha AICA Super Intelligent Sound Processor for SEGA Dreamcast"); in snd_aica_probe() 594 "ALSA Driver for Yamaha AICA Super Intelligent Sound Processor\n"); in snd_aica_probe()
|
/linux/sound/usb/ |
H A D | quirks-table.h | 61 /* Quirk data entry for Yamaha MIDI */ 226 * Yamaha devices 232 .vendor_name = "Yamaha", \ 240 .vendor_name = "Yamaha", \ 331 /* .vendor_name = "Yamaha", */ 344 /* .vendor_name = "Yamaha", */ 357 /* .vendor_name = "Yamaha", */ 371 /* .vendor_name = "Yamaha", */ 384 /* .vendor_name = "Yamaha", */ 418 /* this catches most recent vendor-specific Yamaha devices */
|
H A D | implicit.c | 63 IMPLICIT_FB_FIXED_DEV(0x0499, 0x172a, 0x86, 2), /* Yamaha MODX */
|
/linux/include/sound/ |
H A D | mpu401.h | 16 #define MPU401_HW_OPL3SA2 4 /* Yamaha OPL3-SA2 */
|
H A D | ac97_codec.h | 106 /* specific - Yamaha YMF7x3 */
|
/linux/drivers/scsi/ |
H A D | scsi_devinfo.c | 123 {"YAMAHA", "CDR100", "1.00", BLIST_NOLUN}, /* locks up */ 124 {"YAMAHA", "CDR102", "1.00", BLIST_NOLUN}, /* locks up */ 125 {"YAMAHA", "CRW8424S", "1.0", BLIST_NOLUN}, /* locks up */ 126 {"YAMAHA", "CRW6416S", "1.0c", BLIST_NOLUN}, /* locks up */
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-gavini.dts | 261 /* Yamaha YAS530 magnetometer */ 263 compatible = "yamaha,yas530"; 677 /* Reset line for the Yamaha YAS530 magnetometer */
|
H A D | ste-ux500-samsung-janice.dts | 251 /* Yamaha YAS530 magnetometer */ 253 compatible = "yamaha,yas530"; 849 /* Reset line for the Yamaha YAS529 magnetometer */
|
/linux/sound/firewire/ |
H A D | Kconfig | 124 * Yamaha GO44/GO46
|
/linux/sound/pci/ |
H A D | Kconfig | 922 tristate "Yamaha YMF724/740/744/754" 929 Say Y here to include support for Yamaha PCI audio chips -
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-samsung-serranove.dts | 236 compatible = "yamaha,yas537";
|