/sound/pci/lola/ |
D | lola_mixer.c | 19 int dir, int nid) in lola_init_pin() 81 int lola_init_pins(struct lola *chip, int dir, int *nidp) in lola_init_pins() 320 int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute) in lola_setup_all_analog_gains() 383 static int set_analog_volume(struct lola *chip, int dir, in set_analog_volume() 503 int dir = kcontrol->private_value; in lola_analog_vol_info() local 516 int dir = kcontrol->private_value; in lola_analog_vol_get() local 529 int dir = kcontrol->private_value; in lola_analog_vol_put() local 546 int dir = kcontrol->private_value; in lola_analog_vol_tlv() local 581 static int create_analog_mixer(struct lola *chip, int dir, char *name) in create_analog_mixer()
|
/sound/firewire/oxfw/ |
D | oxfw-command.c | 10 int avc_stream_set_format(struct fw_unit *unit, enum avc_general_plug_dir dir, in avc_stream_set_format() 53 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format() 112 enum avc_general_plug_dir dir, in avc_general_inquiry_sig_fmt()
|
D | oxfw-stream.c | 62 enum avc_general_plug_dir dir; in set_stream_format() local 195 enum avc_general_plug_dir dir; in keep_resources() local 250 enum avc_general_plug_dir dir; in snd_oxfw_stream_reserve_duplex() local 460 enum avc_general_plug_dir dir, in snd_oxfw_stream_get_current_formation() 569 assume_stream_formats(struct snd_oxfw *oxfw, enum avc_general_plug_dir dir, in assume_stream_formats() 628 enum avc_general_plug_dir dir, in fill_stream_formats()
|
D | oxfw.h | 81 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format_single() 88 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format_list()
|
/sound/soc/qcom/ |
D | lpass-lpaif-reg.h | 118 #define __LPAIF_DMA_REG(v, chan, dir, reg) \ argument 123 #define LPAIF_DMACTL_REG(v, chan, dir) __LPAIF_DMA_REG(v, chan, dir, CTL) argument 124 #define LPAIF_DMABASE_REG(v, chan, dir) __LPAIF_DMA_REG(v, chan, dir, BASE) argument 125 #define LPAIF_DMABUFF_REG(v, chan, dir) __LPAIF_DMA_REG(v, chan, dir, BUFF) argument 126 #define LPAIF_DMACURR_REG(v, chan, dir) __LPAIF_DMA_REG(v, chan, dir, CURR) argument 127 #define LPAIF_DMAPER_REG(v, chan, dir) __LPAIF_DMA_REG(v, chan, dir, PER) argument 128 #define LPAIF_DMAPERCNT_REG(v, chan, dir) __LPAIF_DMA_REG(v, chan, dir, PERCNT) argument
|
D | lpass-platform.c | 61 int ret, dma_ch, dir = substream->stream; in lpass_platform_pcmops_open() local 137 int ch, dir = substream->stream; in lpass_platform_pcmops_hw_params() local 248 int ret, ch, dir = substream->stream; in lpass_platform_pcmops_prepare() local 300 int ret, ch, dir = substream->stream; in lpass_platform_pcmops_trigger() local 375 int ret, ch, dir = substream->stream; in lpass_platform_pcmops_pointer() local
|
D | lpass-ipq806x.c | 58 static int ipq806x_lpass_alloc_dma_channel(struct lpass_data *drvdata, int dir) in ipq806x_lpass_alloc_dma_channel()
|
/sound/soc/atmel/ |
D | atmel_ssc_dai.c | 275 int dir, dir_mask; in atmel_ssc_startup() local 335 int dir, dir_mask; in atmel_ssc_shutdown() local 463 int dir, channels, bits; in atmel_ssc_hw_params() local 715 int dir; in atmel_ssc_prepare() local 739 int dir; in atmel_ssc_trigger() local
|
/sound/firewire/dice/ |
D | dice-stream.c | 148 static void stop_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in stop_streams() 211 enum amdtp_stream_direction dir, in keep_dual_resources() 335 static int start_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in start_streams() 501 static int init_stream(struct snd_dice *dice, enum amdtp_stream_direction dir, in init_stream() 535 enum amdtp_stream_direction dir, in destroy_stream()
|
D | dice-pcm.c | 89 enum amdtp_stream_direction dir, in limit_channels_and_rates() 131 enum amdtp_stream_direction dir; in init_hw_info() local
|
/sound/soc/mediatek/mt2701/ |
D | mt2701-afe-clock-ctrl.c | 103 int dir) in mt2701_afe_enable_i2s() 129 int dir) in mt2701_afe_disable_i2s()
|
/sound/soc/codecs/ |
D | mc13783.c | 242 int clk_id, unsigned int freq, int dir, in mc13783_set_sysclk() 271 int clk_id, unsigned int freq, int dir) in mc13783_set_sysclk_dac() 277 int clk_id, unsigned int freq, int dir) in mc13783_set_sysclk_codec() 283 int clk_id, unsigned int freq, int dir) in mc13783_set_sysclk_sync()
|
D | cq93vc.c | 50 int clk_id, unsigned int freq, int dir) in cq93vc_set_dai_sysclk()
|
/sound/pci/hda/ |
D | hda_local.h | 26 #define HDA_COMPOSE_AMP_VAL_OFS(nid,chs,idx,dir,ofs) \ argument 29 #define HDA_COMPOSE_AMP_VAL(nid,chs,idx,dir) \ argument 32 #define HDA_CODEC_VOLUME_MONO_IDX(xname, xcidx, nid, channel, xindex, dir, flags) \ argument 84 #define HDA_CODEC_MUTE_BEEP_MONO_IDX(xname, xcidx, nid, ch, xidx, dir) \ argument 117 #define snd_hda_codec_amp_read(codec, nid, ch, dir, idx) \ argument 525 #define nid_has_mute(codec, nid, dir) \ argument 527 #define nid_has_volume(codec, nid, dir) \ argument 593 unsigned char dir; member
|
D | hda_codec.c | 1234 int dir, unsigned int bits) in snd_hda_check_amp_caps() 1258 int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir, in snd_hda_override_amp_caps() 1283 int ch, int dir, int idx, int mask, int val) in snd_hda_codec_amp_update() 1336 int dir, int idx, int mask, int val) in snd_hda_codec_amp_init() 1363 int dir, int idx, int mask, int val) in snd_hda_codec_amp_init_stereo() 1376 static u32 get_amp_max_value(struct hda_codec *codec, hda_nid_t nid, int dir, in get_amp_max_value() 1401 int dir = get_amp_direction(kcontrol); in snd_hda_mixer_amp_volume_info() local 1421 int ch, int dir, int idx, unsigned int ofs) in read_amp_value() 1435 int ch, int dir, int idx, unsigned int ofs, in update_amp_value() 1464 int dir = get_amp_direction(kcontrol); in snd_hda_mixer_amp_volume_get() local [all …]
|
D | hda_proc.c | 94 struct hda_codec *codec, hda_nid_t nid, int dir) in print_amp_caps() 113 int dir, unsigned int wcaps, int indices) in is_stereo_amps() 135 int dir, unsigned int wcaps, int indices) in print_amp_vals()
|
/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 59 u8 dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? OUT : IN; in fsl_asrc_dma_prepare_and_submit() local 149 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_params() local
|
D | mpc5200_psc_i2s.c | 88 int clk_id, unsigned int freq, int dir) in psc_i2s_set_sysclk()
|
/sound/firewire/ |
D | fcp.c | 29 enum avc_general_plug_dir dir, in avc_general_set_sig_fmt() 85 enum avc_general_plug_dir dir, in avc_general_get_sig_fmt()
|
/sound/soc/sof/intel/ |
D | hda-dai.c | 38 int dir, int stream_tag) in hda_check_fes() 155 const char *dai_name, int channel, int dir) in hda_link_config_ipc()
|
/sound/soc/ |
D | soc-dai.c | 22 unsigned int freq, int dir) in snd_soc_dai_set_sysclk() 396 bool snd_soc_dai_stream_valid(struct snd_soc_dai *dai, int dir) in snd_soc_dai_stream_valid()
|
D | soc-dapm.c | 47 #define snd_soc_dapm_for_each_direction(dir) \ argument 205 struct snd_soc_dapm_widget *w, enum snd_soc_dapm_direction dir) in dapm_widget_invalidate_paths() 1001 enum snd_soc_dapm_direction dir; in dapm_new_mux() local 1137 enum snd_soc_dapm_direction dir) in invalidate_paths_ep() 1167 struct list_head *list, enum snd_soc_dapm_direction dir, in is_connected_ep() 2081 enum snd_soc_dapm_direction dir, rdir; in dapm_widget_power_read_file() local 2464 enum snd_soc_dapm_direction dir; in snd_soc_dapm_free_widget() local 2621 int dir = substream->stream; in dapm_update_dai_unlocked() local 2679 enum snd_soc_dapm_direction dir; in dapm_update_widget_flags() local 2779 enum snd_soc_dapm_direction dir; in snd_soc_dapm_add_path() local [all …]
|
/sound/core/oss/ |
D | pcm_oss.c | 126 snd_pcm_hw_param_t var, int *dir) in snd_pcm_hw_param_value_min() 152 snd_pcm_hw_param_t var, int *dir) in snd_pcm_hw_param_value_max() 199 int dir) in _snd_pcm_hw_param_min() 243 int *dir) in snd_pcm_hw_param_min() 258 int dir) in _snd_pcm_hw_param_max() 304 int *dir) in snd_pcm_hw_param_max() 378 int *dir) in snd_pcm_hw_param_near() 448 int dir) in _snd_pcm_hw_param_set() 509 int dir) in snd_pcm_hw_param_set()
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 286 int link_type, dir; in skl_tplg_update_be_blob() local 1860 u32 tkn_val, int conf_idx, int dir) in skl_tplg_fill_pipe_cfg() 2040 int dir, int pin_count) in skl_tplg_fill_pins_info() 2120 u32 tkn, u32 val, u32 dir, int fmt_idx) in skl_tplg_widget_fill_fmt() 2159 struct skl_module_res *res, int pin_idx, int dir) in skl_tplg_manifest_pin_res_tkn() 2201 int pin_idx, int dir) in skl_tplg_fill_res_tkn() 2262 static int pin_index, dir, conf_idx; in skl_tplg_get_token() local 3086 u32 dir, int fmt_idx) in skl_tplg_manifest_fill_fmt() 3174 static int mod_idx, res_val_idx, intf_val_idx, dir, pin_idx; in skl_tplg_get_int_tkn() local
|
/sound/soc/ux500/ |
D | ux500_msp_i2s.c | 533 static int disable_msp(struct ux500_msp *msp, unsigned int dir) in disable_msp() 609 int ux500_msp_i2s_close(struct ux500_msp *msp, unsigned int dir) in ux500_msp_i2s_close()
|