| /sound/pci/oxygen/ |
| A D | oxygen.c | 759 chip->model = model_generic; in get_oxygen_model() 763 chip->model.init = meridian_init; in get_oxygen_model() 776 chip->model.init = claro_init; in get_oxygen_model() 780 chip->model.resume = claro_resume; in get_oxygen_model() 783 chip->model.init = claro_halo_init; in get_oxygen_model() 787 chip->model.resume = claro_resume; in get_oxygen_model() 800 chip->model.chip = "CMI8787"; in get_oxygen_model() 802 chip->model.init = fantasia_init; in get_oxygen_model() 805 chip->model.resume = stereo_resume; in get_oxygen_model() 815 chip->model.dac_channels_pcm = 2; in get_oxygen_model() [all …]
|
| A D | oxygen_lib.c | 49 if (chip->model.uart_input) in oxygen_read_uart() 50 chip->model.uart_input(chip); in oxygen_read_uart() 183 if (chip->model.gpio_changed) in oxygen_gpio_changed() 388 chip->model.misc_flags, in oxygen_init() 575 chip->model.cleanup(chip); in oxygen_card_free() 647 chip->model.init(chip); in __oxygen_pci_probe() 724 if (chip->model.suspend) in oxygen_pci_suspend() 725 chip->model.suspend(chip); in oxygen_pci_suspend() 782 if (chip->model.resume) in oxygen_pci_resume() 783 chip->model.resume(chip); in oxygen_pci_resume() [all …]
|
| A D | xonar_pcm179x.c | 1280 chip->model = model_xonar_d2; in get_xonar_pcm179x_model() 1284 chip->model = model_xonar_d2; in get_xonar_pcm179x_model() 1286 chip->model.init = xonar_d2x_init; in get_xonar_pcm179x_model() 1289 chip->model = model_xonar_hdav; in get_xonar_pcm179x_model() 1303 chip->model = model_xonar_st; in get_xonar_pcm179x_model() 1312 chip->model.dac_channels_pcm = 8; in get_xonar_pcm179x_model() 1314 chip->model.dac_volume_min = 255; in get_xonar_pcm179x_model() 1320 chip->model = model_xonar_st; in get_xonar_pcm179x_model() 1327 chip->model = model_xonar_st; in get_xonar_pcm179x_model() 1345 chip->model = model_xonar_st; in get_xonar_pcm179x_model() [all …]
|
| A D | oxygen_pcm.c | 149 if (chip->model.pcm_hardware_filter) in oxygen_open() 330 mclks = chip->model.dac_mclks; in get_mclk() 332 mclks = chip->model.adc_mclks; in get_mclk() 360 chip->model.adc_i2s_format | in oxygen_rec_a_hw_params() 370 chip->model.set_adc_params(chip, hw_params); in oxygen_rec_a_hw_params() 396 chip->model.adc_i2s_format | in oxygen_rec_b_hw_params() 407 chip->model.set_adc_params(chip, hw_params); in oxygen_rec_b_hw_params() 433 chip->model.adc_i2s_format | in oxygen_rec_c_hw_params() 444 chip->model.set_adc_params(chip, hw_params); in oxygen_rec_c_hw_params() 496 chip->model.dac_i2s_format | in oxygen_multich_hw_params() [all …]
|
| A D | oxygen_mixer.c | 22 info->count = chip->model.dac_channels_mixer; in dac_volume_info() 56 chip->model.update_dac_volume(chip); in dac_volume_put() 82 chip->model.update_dac_mute(chip); in dac_mute_put() 90 if (chip->model.dac_channels_pcm < 8) in upmix_item_count() 92 else if (chip->model.update_center_lfe_mix) in upmix_item_count() 171 if (chip->model.adjust_dac_routing) in oxygen_update_dac_routing() 178 if (chip->model.update_center_lfe_mix) in oxygen_update_dac_routing() 535 if (chip->model.ac97_switch) in mute_ac97_ctl() 1050 if (chip->model.control_filter) { in add_controls() 1067 chip->model.dac_tlv) { in add_controls() [all …]
|
| A D | xonar_cs43xx.c | 428 chip->model = model_xonar_d1; in get_xonar_cs43xx_model() 429 chip->model.shortname = "Xonar D1"; in get_xonar_cs43xx_model() 433 chip->model = model_xonar_d1; in get_xonar_cs43xx_model() 434 chip->model.shortname = "Xonar DX"; in get_xonar_cs43xx_model() 435 chip->model.init = xonar_dx_init; in get_xonar_cs43xx_model()
|
| /sound/firewire/oxfw/ |
| A D | oxfw.c | 54 char model[32]; in detect_loud_models() local 58 model, sizeof(model)); in detect_loud_models() 70 char model[32]; in name_card() local 83 model, sizeof(model)); in name_card() 105 m = model; in name_card() 137 int vendor, model; in detect_quirks() local 180 vendor = model = 0; in detect_quirks() 186 model = val; in detect_quirks() 198 if (model == MODEL_ONYX_1640I) { in detect_quirks() 315 #define OXFW_DEV_ENTRY(vendor, model, data) \ argument [all …]
|
| /sound/firewire/tascam/ |
| A D | tascam.c | 48 char model[9]; in identify_model() local 63 model[i] = c; in identify_model() 65 model[i] = '\0'; in identify_model() 68 if (strcmp(model, model_specs[i].name) == 0) { in identify_model() 77 strscpy(tscm->card->shortname, model); in identify_model() 78 strscpy(tscm->card->mixername, model); in identify_model() 80 "TASCAM %s, GUID %08x%08x at %s, S%d", model, in identify_model()
|
| /sound/firewire/dice/ |
| A D | dice.c | 37 int key, val, vendor = -1, model = -1; in check_dice_category() local 53 model = val; in check_dice_category() 67 device->config_rom[4] >> 22 != model) in check_dice_category() 101 char vendor[32], model[32]; in dice_card_strings() local 122 strscpy(model, "?"); in dice_card_strings() 123 fw_csr_string(dice->unit->directory, CSR_MODEL, model, sizeof(model)); in dice_card_strings() 126 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings() 248 #define DICE_DEV_ENTRY_TYPICAL(vendor, model, data) \ argument 255 .model_id = (model), \
|
| /sound/pci/ymfpci/ |
| A D | ymfpci.c | 164 const char *str, *model; in __snd_card_ymfpci_probe() local 182 case 0x0004: str = "YMF724"; model = "DS-1"; break; in __snd_card_ymfpci_probe() 183 case 0x000d: str = "YMF724F"; model = "DS-1"; break; in __snd_card_ymfpci_probe() 184 case 0x000a: str = "YMF740"; model = "DS-1L"; break; in __snd_card_ymfpci_probe() 185 case 0x000c: str = "YMF740C"; model = "DS-1L"; break; in __snd_card_ymfpci_probe() 186 case 0x0010: str = "YMF744"; model = "DS-1S"; break; in __snd_card_ymfpci_probe() 187 case 0x0012: str = "YMF754"; model = "DS-1E"; break; in __snd_card_ymfpci_probe() 188 default: model = str = "???"; break; in __snd_card_ymfpci_probe() 192 sprintf(card->shortname, "Yamaha %s (%s)", model, str); in __snd_card_ymfpci_probe()
|
| /sound/firewire/digi00x/ |
| A D | digi00x.c | 23 char *model; in name_card() local 31 model = skip_spaces(name); in name_card() 34 strscpy(dg00x->card->shortname, model); in name_card() 35 strscpy(dg00x->card->mixername, model); in name_card() 37 "Digidesign %s, GUID %08x%08x at %s, S%d", model, in name_card()
|
| /sound/pci/ctxfi/ |
| A D | cthardware.c | 20 enum CTCARDS model, struct hw **rhw) in create_hw_obj() argument 40 (*rhw)->model = model; in create_hw_obj()
|
| /sound/firewire/bebob/ |
| A D | bebob.c | 72 char model[32] = {0}; in name_device() local 86 model, sizeof(model)); in name_device() 109 strscpy(bebob->card->shortname, model); in name_device() 110 strscpy(bebob->card->mixername, model); in name_device() 113 vendor, model, hw_id, revision, in name_device() 355 #define SND_BEBOB_DEV_ENTRY(vendor, model, data) \ argument 361 .model_id = model, \
|
| /sound/ppc/ |
| A D | powermac.c | 56 switch (chip->model) { in snd_pmac_probe() 77 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe() 91 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe() 107 dev_err(&devptr->dev, "unsupported hardware %d\n", chip->model); in snd_pmac_probe()
|
| A D | awacs.c | 56 if (chip->model == PMAC_SCREAMER) in snd_pmac_awacs_write() 84 if (chip->model != PMAC_SCREAMER) in screamer_recalibrate() 726 if (chip->model == PMAC_SCREAMER) { in awacs_restore_all_regs() 751 if (chip->model == PMAC_SCREAMER) { in snd_pmac_awacs_resume() 896 if (chip->model == PMAC_SCREAMER) { in snd_pmac_awacs_init() 926 switch (chip->model) { in snd_pmac_awacs_init() 967 else if (chip->model == PMAC_SCREAMER || pm5500) in snd_pmac_awacs_init() 1099 else if (chip->model == PMAC_SCREAMER) in snd_pmac_awacs_init() 1129 if (chip->model == PMAC_SCREAMER) { in snd_pmac_awacs_init()
|
| A D | tumbler.c | 396 chip->model == PMAC_TUMBLER ? TAS3001_DRC_MAX : TAS3004_DRC_MAX; in tumbler_info_drc_value() 424 if (chip->model == PMAC_TUMBLER) { in tumbler_put_drc_value() 434 if (chip->model == PMAC_TUMBLER) in tumbler_put_drc_value() 467 if (chip->model == PMAC_TUMBLER) in tumbler_put_drc_switch() 1019 if (chip->model == PMAC_TUMBLER) in device_change_handler() 1210 if (chip->model == PMAC_SNAPPER) { in tumbler_suspend() 1237 if (chip->model == PMAC_TUMBLER) { in tumbler_resume() 1393 if (chip->model == PMAC_TUMBLER) { in snd_pmac_tumbler_init() 1412 if (chip->model == PMAC_TUMBLER) { in snd_pmac_tumbler_init() 1445 if (chip->model == PMAC_TUMBLER) in snd_pmac_tumbler_init() [all …]
|
| A D | pmac.c | 775 if (err && chip->model <= PMAC_SCREAMER) in snd_pmac_ctrl_intr() 902 chip->model = PMAC_AWACS; in snd_pmac_detect() 970 chip->model = PMAC_SCREAMER; in snd_pmac_detect() 974 chip->model = PMAC_BURGUNDY; in snd_pmac_detect() 978 chip->model = PMAC_DACA; in snd_pmac_detect() 985 chip->model = PMAC_TUMBLER; in snd_pmac_detect() 999 chip->model = PMAC_SNAPPER; in snd_pmac_detect() 1228 if (chip->model <= PMAC_BURGUNDY) { in snd_pmac_new() 1257 if (chip->model <= PMAC_BURGUNDY) in snd_pmac_new()
|
| /sound/hda/codecs/side-codecs/ |
| A D | cs35l41_hda_property.c | 567 const struct cs35l41_prop_model *model; in cs35l41_add_dsd_properties() local 569 for (model = cs35l41_prop_model_table; model->hid; model++) { in cs35l41_add_dsd_properties() 570 if (!strcmp(model->hid, hid) && in cs35l41_add_dsd_properties() 571 (!model->ssid || in cs35l41_add_dsd_properties() 573 !strcasecmp(model->ssid, cs35l41->acpi_subsystem_id)))) in cs35l41_add_dsd_properties() 574 return model->add_prop(cs35l41, physdev, id, hid); in cs35l41_add_dsd_properties()
|
| /sound/pci/ice1712/ |
| A D | delta.c | 850 .model = "delta1010", 857 .model = "dio2496", 865 .model = "delta66", 873 .model = "delta44", 881 .model = "audiophile", 888 .model = "delta410", 895 .model = "delta1010lt", 902 .model = "vx442", 910 .model = "mediastation", 917 .model = "da2496",
|
| A D | hoontech.c | 337 .model = "dsp24", 345 .model = "dsp24_value", 351 .model = "dsp24_71", 357 .model = "ez8", 366 .model = "staudio",
|
| A D | amp.c | 70 .model = "av710", 77 .model = "amp2000",
|
| A D | vt1720_mobo.c | 80 .model = "k8x800", 116 .model = "sn25p",
|
| A D | ews.c | 1025 .model = "ewx2496", 1032 .model = "ews88mt", 1039 .model = "ews88mt_new", 1046 .model = "phase88", 1053 .model = "phase88", 1060 .model = "ews88d", 1067 .model = "dmx6fire",
|
| /sound/drivers/ |
| A D | dummy.c | 69 module_param_array(model, charp, NULL, 0444); 70 MODULE_PARM_DESC(model, "Soundcard model."); 128 const struct dummy_model *model; member 545 const struct dummy_model *model = dummy->model; in dummy_pcm_open() local 570 if (model == NULL) in dummy_pcm_open() 574 if (model->playback_constraints) in dummy_pcm_open() 577 if (model->capture_constraints) in dummy_pcm_open() 578 err = model->capture_constraints(substream->runtime); in dummy_pcm_open() 1034 for (mdl = dummy_models; *mdl && model[dev]; mdl++) { in snd_dummy_probe() 1035 if (strcmp(model[dev], (*mdl)->name) == 0) { in snd_dummy_probe() [all …]
|
| /sound/isa/opti9xx/ |
| A D | miro.c | 899 char* model = "unknown"; in snd_miro_proc_read() local 908 model = "miroSOUND PCM1 pro"; in snd_miro_proc_read() 911 model = "miroSOUND PCM1 pro / (early) PCM12"; in snd_miro_proc_read() 923 model = "miroSOUND PCM12"; in snd_miro_proc_read() 926 model = "miroSOUND PCM12 (Rev. E)"; in snd_miro_proc_read() 929 model = "miroSOUND PCM12 / PCM12 pnp"; in snd_miro_proc_read() 941 model = "miroSOUND PCM20 radio (Rev. E)"; in snd_miro_proc_read() 944 model = "miroSOUND PCM20 radio"; in snd_miro_proc_read() 950 snd_iprintf(buffer, " model : %s\n", model); in snd_miro_proc_read()
|