/sound/pci/ice1712/ |
D | wtm.c | 68 int id, idx, change; in stac9460_dac_mute_all() local 119 int idx, id; in stac9460_dac_mute_get() local 145 int id, idx; in stac9460_dac_mute_put() local 195 int idx, id; in stac9460_dac_vol_get() local 217 int idx, id; in stac9460_dac_vol_put() local 263 int i, id; in stac9460_adc_mute_get() local 285 int i, reg, id; in stac9460_adc_mute_put() local 330 int i, reg, id; in stac9460_adc_vol_get() local 354 int i, reg, id; in stac9460_adc_vol_put() local 400 int id; in stac9460_mic_sw_get() local [all …]
|
/sound/soc/intel/common/ |
D | soc-acpi-intel-byt-match.c | 18 static int byt_thinkpad10_quirk_cb(const struct dmi_system_id *id) in byt_thinkpad10_quirk_cb() 24 static int byt_pov_p1006w_quirk_cb(const struct dmi_system_id *id) in byt_pov_p1006w_quirk_cb() 30 static int byt_aegex10_quirk_cb(const struct dmi_system_id *id) in byt_aegex10_quirk_cb()
|
/sound/usb/ |
D | clock.c | 24 static void *find_uac_clock_desc(struct usb_host_interface *iface, int id, in find_uac_clock_desc() 38 static bool validate_clock_source_v2(void *p, int id) in validate_clock_source_v2() 44 static bool validate_clock_source_v3(void *p, int id) in validate_clock_source_v3() 50 static bool validate_clock_selector_v2(void *p, int id) in validate_clock_selector_v2() 56 static bool validate_clock_selector_v3(void *p, int id) in validate_clock_selector_v3() 62 static bool validate_clock_multiplier_v2(void *p, int id) in validate_clock_multiplier_v2() 68 static bool validate_clock_multiplier_v3(void *p, int id) in validate_clock_multiplier_v3()
|
D | quirks-table.h | 221 #define YAMAHA_DEVICE(id, name) { \ argument 230 #define YAMAHA_INTERFACE(id, intf, name) { \ argument
|
D | mixer_maps.c | 14 int id; member 21 int id; member 27 u32 id; member
|
D | card.c | 66 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 572 static bool get_alias_id(struct usb_device *dev, unsigned int *id) in get_alias_id() 597 get_alias_quirk(struct usb_device *dev, unsigned int id) in get_alias_quirk() 633 u32 id; in usb_audio_probe() local
|
D | mixer_quirks.c | 138 int id, in add_single_ctl_with_resume() 991 const unsigned int id = 5; in snd_ftu_create_volume_ctls() local 1027 const unsigned int id = 6; in snd_ftu_create_effect_volume_ctl() local 1040 const unsigned int id = 6; in snd_ftu_create_effect_duration_ctl() local 1053 const unsigned int id = 6; in snd_ftu_create_effect_feedback_ctl() local 1068 const unsigned int id = 7; in snd_ftu_create_effect_return_ctls() local 1092 const unsigned int id = 5; in snd_ftu_create_effect_send_ctls() local 1183 const unsigned int id = 0x40; in snd_c400_create_vol_ctls() local 1227 const unsigned int id = 0x43; in snd_c400_create_effect_volume_ctl() local 1240 const unsigned int id = 0x43; in snd_c400_create_effect_duration_ctl() local [all …]
|
/sound/core/ |
D | control.c | 142 struct snd_ctl_elem_id *id) in snd_ctl_notify() 341 struct snd_ctl_elem_id id; in __snd_ctl_add_replace() local 463 struct snd_ctl_elem_id id; in snd_ctl_remove() local 488 int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) in snd_ctl_remove_id() 516 struct snd_ctl_elem_id *id) in snd_ctl_remove_user_ctl() 558 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, in snd_ctl_activate_id() 665 struct snd_ctl_elem_id *id) in snd_ctl_find_id() 722 struct snd_ctl_elem_id id; in snd_ctl_elem_list() local 920 struct snd_ctl_elem_id id = control->id; in snd_ctl_elem_write() local 960 struct snd_ctl_elem_id id; in snd_ctl_elem_lock() local [all …]
|
/sound/pci/oxygen/ |
D | virtuoso.c | 22 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; variable 52 const struct pci_device_id *id) in get_xonar_model()
|
D | oxygen_lib.c | 270 const struct pci_device_id *id) in oxygen_restore_eeprom() 312 const struct pci_device_id *id; in configure_pcie_bridge() local 584 int oxygen_pci_probe(struct pci_dev *pci, int index, char *id, in oxygen_pci_probe() 588 const struct pci_device_id *id in oxygen_pci_probe()
|
/sound/isa/ad1816a/ |
D | ad1816a.c | 34 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 86 const struct pnp_card_device_id *id) in snd_card_ad1816a_pnp() 210 const struct pnp_card_device_id *id) in snd_ad1816a_pnp_detect()
|
/sound/soc/mediatek/mt2701/ |
D | mt2701-afe-clock-ctrl.c | 135 int mt2701_afe_enable_mclk(struct mtk_base_afe *afe, int id) in mt2701_afe_enable_mclk() 143 void mt2701_afe_disable_mclk(struct mtk_base_afe *afe, int id) in mt2701_afe_disable_mclk() 270 int mt2701_mclk_configuration(struct mtk_base_afe *afe, int id) in mt2701_mclk_configuration()
|
/sound/ |
D | ac97_bus.c | 26 static bool snd_ac97_check_id(struct snd_ac97 *ac97, unsigned int id, in snd_ac97_check_id() 55 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset()
|
/sound/drivers/mpu401/ |
D | mpu401.c | 22 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 144 const struct pnp_device_id *id) in snd_mpu401_pnp() 170 const struct pnp_device_id *id) in snd_mpu401_pnp_probe()
|
/sound/isa/ |
D | als100.c | 44 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 110 const struct pnp_card_device_id *id) in snd_card_als100_pnp() 281 const struct pnp_card_device_id *id) in snd_als100_pnp_detect()
|
D | azt2320.c | 45 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 92 const struct pnp_card_device_id *id) in snd_card_azt2320_pnp() 258 const struct pnp_card_device_id *id) in snd_azt2320_pnp_detect()
|
/sound/firewire/bebob/ |
D | bebob_focusrite.c | 144 u32 id; in saffirepro_both_clk_freq_get() local 160 u32 id; in saffirepro_both_clk_freq_set() local 177 saffirepro_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in saffirepro_both_clk_src_get() 211 saffire_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in saffire_both_clk_src_get()
|
/sound/soc/atmel/ |
D | atmel_wm8904.c | 135 int id, ret; in atmel_asoc_wm8904_probe() local 168 int id; in atmel_asoc_wm8904_remove() local
|
/sound/soc/sh/rcar/ |
D | gen.c | 34 #define rsnd_reg_name(gen, id) ((gen)->reg_name[id]) argument 43 #define RSND_REG_SET(id, offset, _id_offset, n) \ argument 51 #define RSND_GEN_S_REG(id, offset) \ argument 55 #define RSND_GEN_M_REG(id, offset, _id_offset) \ argument
|
D | ssiu.c | 15 int id; member 65 int id = rsnd_mod_id(mod); in rsnd_ssiu_init() local 178 int id = rsnd_mod_id(mod); in rsnd_ssiu_init_gen2() local 325 static struct rsnd_mod *rsnd_ssiu_mod_get(struct rsnd_priv *priv, int id) in rsnd_ssiu_mod_get()
|
/sound/usb/usx2y/ |
D | usb_stream.c | 279 struct usb_iso_packet_descriptor *id, *od; in usb_stream_prepare_playback() local 337 struct usb_iso_packet_descriptor *id; in prepare_inurb() local 383 struct usb_iso_packet_descriptor *id; in loop_back() local 449 struct usb_iso_packet_descriptor *id = inurb->iso_frame_desc; in stream_idle() local 599 struct usb_iso_packet_descriptor *id = urb->iso_frame_desc; in i_capture_start() local
|
/sound/mips/ |
D | ad1843.c | 280 int ad1843_get_gain_max(struct snd_ad1843 *ad1843, int id) in ad1843_get_gain_max() 296 int ad1843_get_gain(struct snd_ad1843 *ad1843, int id) in ad1843_get_gain() 323 int ad1843_set_gain(struct snd_ad1843 *ad1843, int id, int newval) in ad1843_set_gain() 375 unsigned int id, in ad1843_setup_dac() 426 void ad1843_shutdown_dac(struct snd_ad1843 *ad1843, unsigned int id) in ad1843_shutdown_dac()
|
/sound/soc/codecs/ |
D | cs42l73.c | 937 u8 id = codec_dai->id; in cs42l73_set_dai_fmt() local 1022 static void cs42l73_update_asrc(struct snd_soc_component *component, int id, int srate) in cs42l73_update_asrc() 1050 int id = dai->id; in cs42l73_pcm_hw_params() local 1133 int id = dai->id; in cs42l73_set_tristate() local 1274 const struct i2c_device_id *id) in cs42l73_i2c_probe()
|
D | tpa6130a2.c | 37 enum tpa_model id; member 213 const struct i2c_device_id *id) in tpa6130a2_probe()
|
/sound/usb/caiaq/ |
D | device.c | 45 static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */ variable 489 char id[sizeof(card->id)]; in init_card() local 514 const struct usb_device_id *id) in snd_probe()
|