/sound/pci/echoaudio/ |
D | mona_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 53 chip->device_id = device_id; in init_hw() 65 if (chip->device_id == DEVICE_ID_56361) in init_hw() 126 if (chip->device_id == DEVICE_ID_56361) in load_asic() 170 if (chip->device_id == DEVICE_ID_56361) { in switch_asic() 216 if (chip->device_id == DEVICE_ID_56361) in set_sample_rate() 221 if (chip->device_id == DEVICE_ID_56361) in set_sample_rate()
|
D | indigoiox_dsp.c | 34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 48 chip->device_id = device_id; in init_hw()
|
D | indigodjx_dsp.c | 34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 48 chip->device_id = device_id; in init_hw()
|
D | gina24_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 53 chip->device_id = device_id; in init_hw() 62 if (chip->device_id == DEVICE_ID_56361) { in init_hw() 135 if (chip->device_id == DEVICE_ID_56361) in load_asic() 324 if (chip->device_id == DEVICE_ID_56301) in dsp_set_digital_mode()
|
D | darla20_dsp.c | 32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 45 chip->device_id = device_id; in init_hw()
|
D | indigoio_dsp.c | 37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 50 chip->device_id = device_id; in init_hw()
|
D | darla24_dsp.c | 32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 45 chip->device_id = device_id; in init_hw()
|
D | indigo_dsp.c | 37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 50 chip->device_id = device_id; in init_hw()
|
D | indigodj_dsp.c | 37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 50 chip->device_id = device_id; in init_hw()
|
D | echo3g_dsp.c | 44 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 60 chip->device_id = device_id; in init_hw()
|
D | gina20_dsp.c | 36 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 49 chip->device_id = device_id; in init_hw()
|
D | mia_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 53 chip->device_id = device_id; in init_hw()
|
D | layla20_dsp.c | 39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 52 chip->device_id = device_id; in init_hw()
|
D | layla24_dsp.c | 39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 52 chip->device_id = device_id; in init_hw()
|
D | echoaudio.h | 415 u16 device_id, subdevice_id; member
|
/sound/ppc/ |
D | powermac.c | 61 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe() 69 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe() 79 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe()
|
D | pmac.h | 87 unsigned int device_id; member
|
D | awacs.c | 884 if (chip->has_iic || chip->device_id == 0x5 || in snd_pmac_awacs_init() 886 chip->device_id == 0xb) in snd_pmac_awacs_init() 931 switch (chip->device_id) { in snd_pmac_awacs_init()
|
/sound/usb/line6/ |
D | pod.c | 70 int device_id; member 184 pod->device_id = ((int)buf[8] << 16) | ((int)buf[9] << 8) | in line6_pod_process_message() 264 return sprintf(buf, "%d\n", pod->device_id); in device_id_show() 298 static DEVICE_ATTR_RO(device_id);
|
/sound/aoa/fabrics/ |
D | layout.c | 63 unsigned int layout_id, device_id; member 365 { .device_id = 31, 372 { .device_id = 44, 539 { .device_id = 14, 546 { .device_id = 22, 553 { .device_id = 35, 581 if (l->device_id == id) in find_layout_by_device()
|
/sound/soc/codecs/ |
D | tas5720.c | 280 unsigned int device_id, expected_device_id; in tas5720_codec_probe() local 297 ret = regmap_read(tas5720->regmap, TAS5720_DEVICE_ID_REG, &device_id); in tas5720_codec_probe() 316 if (device_id != expected_device_id) in tas5720_codec_probe() 318 expected_device_id, device_id); in tas5720_codec_probe()
|
/sound/xen/ |
D | xen_snd_front_cfg.h | 27 int device_id; member
|
/sound/pci/ymfpci/ |
D | ymfpci_main.c | 100 if (chip->device_id == PCI_DEVICE_ID_YAMAHA_744 && chip->rev < 2) { in snd_ymfpci_codec_read() 521 else if (ypcm->chip->device_id == PCI_DEVICE_ID_YAMAHA_754 && in snd_ymfpci_pcm_init_voice() 1176 chip->device_id == PCI_DEVICE_ID_YAMAHA_754 ? "Direct Recording" : "AC'97"); in snd_ymfpci_pcm2() 1847 if (chip->device_id == PCI_DEVICE_ID_YAMAHA_754) { in snd_ymfpci_mixer() 2043 is_1e = chip->device_id == PCI_DEVICE_ID_YAMAHA_724F || in snd_ymfpci_request_firmware() 2044 chip->device_id == PCI_DEVICE_ID_YAMAHA_740C || in snd_ymfpci_request_firmware() 2045 chip->device_id == PCI_DEVICE_ID_YAMAHA_744 || in snd_ymfpci_request_firmware() 2046 chip->device_id == PCI_DEVICE_ID_YAMAHA_754; in snd_ymfpci_request_firmware() 2378 chip->device_id = pci->device; in snd_ymfpci_create()
|
/sound/pci/ctxfi/ |
D | ctatc.c | 1262 u16 vendor_id, device_id; in atc_identify_card() local 1278 device_id = ssid & 0xffff; in atc_identify_card() 1281 device_id = atc->pci->subsystem_device; in atc_identify_card() 1283 p = snd_pci_quirk_lookup_id(vendor_id, device_id, list); in atc_identify_card() 1288 vendor_id, device_id); in atc_identify_card() 1301 vendor_id, device_id); in atc_identify_card()
|
/sound/pci/riptide/ |
D | riptide.c | 443 unsigned short device_id; member 1762 unsigned int device_id; in snd_riptide_initialize() local 1779 device_id = chip->device_id; in snd_riptide_initialize() 1780 switch (device_id) { in snd_riptide_initialize() 1870 chip->device_id = pci->device; in snd_riptide_create() 1903 chip->device_id, chip->handled_irqs, chip->received_irqs); in snd_riptide_proc_read()
|