Searched refs:codec (Results 201 - 225 of 320) sorted by relevance

1234567891011>>

/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr.h296 enum v4l2_mpeg_audio_encoding codec);
/linux-master/drivers/media/pci/zoran/
H A Dzr36050.h13 /* data stored for each zoran jpeg codec chip */
18 struct videocodec *codec; member in struct:zr36050
H A Dzr36060.h13 /* data stored for each zoran jpeg codec chip */
18 struct videocodec *codec; member in struct:zr36060
/linux-master/sound/pci/hda/
H A Dhda_controller.h44 #define AZX_DCAPS_RETRY_PROBE (1 << 27) /* retry probe if no codec is configured */
86 struct hda_codec *codec; member in struct:azx_pcm
124 /* HD codec */
139 unsigned int probing:1; /* codec probing phase */
H A Dhda_intel.c141 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization.");
163 MODULE_PARM_DESC(ctl_dev_id, "Use control device identifier (based on codec address).");
961 struct hda_codec *codec; local
974 /* Avoid codec resume if runtime resume is for system suspend */
976 list_for_each_codec(codec, &chip->bus) {
977 if (codec->relaxed_resume)
980 if (codec->forced_resume || (status & (1 << codec->addr)))
981 pm_request_resume(hda_codec_dev(codec));
1070 /* put codec dow
1191 struct hda_codec *codec; local
1264 struct hda_codec *codec; local
[all...]
H A Dhda_component.c146 comps[i].codec = cdc;
H A Dcs35l41_hda.c111 info.card = cs35l41->codec->card;
1211 ret = snd_ctl_add(cs35l41->codec->card, snd_ctl_new1(&fw_type_ctl, cs35l41));
1219 ret = snd_ctl_add(cs35l41->codec->card, snd_ctl_new1(&fw_load_ctl, cs35l41));
1227 ret = snd_ctl_add(cs35l41->codec->card, snd_ctl_new1(&mute_override_ctl, cs35l41));
1307 comps->codec->core.subsystem_id);
1308 cs35l41->codec = comps->codec;
1339 if (!device_link_add(&comps->codec->core.dev, cs35l41->dev, DL_FLAG_STATELESS))
1365 device_link_remove(&comps->codec->core.dev, cs35l41->dev);
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-gp-audio.c17 #include <sound/hdmi-codec.h>
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h105 struct snd_soc_dai_link_component codec; member in struct:vc4_hdmi_audio
/linux-master/include/sound/
H A Dcompress_driver.h96 * This can be called in during stream creation only to set codec params
98 * @get_params: retrieve the codec parameters, mandatory
110 * @get_codec_caps: Retrieve capabilities for a specific codec, mandatory
134 struct snd_compr_codec_caps *codec);
H A Dac97_codec.h41 #define AC97_AD_CODEC_CFG 0x70 /* codec configuration */
125 #define AC97_SCAP_AUDIO (1<<0) /* audio codec 97 */
126 #define AC97_SCAP_MODEM (1<<1) /* modem codec 97 */
129 #define AC97_SCAP_SKIP_AUDIO (1<<4) /* skip audio part of codec */
130 #define AC97_SCAP_SKIP_MODEM (1<<5) /* skip modem part of codec */
214 struct snd_ac97 *codec[4]; member in struct:snd_ac97_bus
228 unsigned short num; /* number of codec: 0 = primary, 1 = secondary */
229 unsigned short addr; /* physical address of codec [0-3] */
248 unsigned short num; /* number of codec: 0 = primary, 1 = secondary */
249 unsigned short addr; /* physical address of codec [
399 struct snd_ac97 *codec[4]; /* allocated codecs */ member in struct:ac97_pcm::__anon3272
[all...]
H A Dsoc.h665 * ch-map[0].cpu = 0 ch-map[0].codec = 0
672 * ch-map[0].cpu = 0 ch-map[0].codec = 0
673 * ch-map[1].cpu = 1 ch-map[1].codec = 1
674 * ch-map[2].cpu = 2 ch-map[2].codec = 2
681 * ch-map[0].cpu = 0 ch-map[0].codec = 0
682 * ch-map[1].cpu = 1 ch-map[1].codec = 1
683 * ch-map[2].cpu = 2 ch-map[2].codec = 1
690 * ch-map[0].cpu = 0 ch-map[0].codec = 0
691 * ch-map[1].cpu = 1 ch-map[1].codec = 1
692 * ch-map[2].cpu = 1 ch-map[2].codec
697 unsigned int codec; member in struct:snd_soc_dai_link_ch_map
[all...]
/linux-master/include/drm/bridge/
H A Ddw_hdmi.h9 #include <sound/hdmi-codec.h>
/linux-master/sound/soc/codecs/
H A Dwm8940.c681 struct snd_soc_component *codec = dai->component; local
682 struct wm8940_priv *priv = snd_soc_component_get_drvdata(codec);
708 struct snd_soc_component *codec = dai->component; local
709 struct wm8940_priv *priv = snd_soc_component_get_drvdata(codec);
H A Dwm_adsp.c1334 if (caps->id != params->codec.id)
1338 if (desc->max_ch < params->codec.ch_out)
1341 if (desc->max_ch < params->codec.ch_in)
1345 if (!(desc->formats & (1 << params->codec.format)))
1349 if (desc->sample_rates[j] == params->codec.sample_rate)
1354 params->codec.id, params->codec.ch_in, params->codec.ch_out,
1355 params->codec.sample_rate, params->codec
[all...]
/linux-master/sound/soc/sof/intel/
H A DMakefile17 snd-sof-intel-hda-objs := hda-codec.o
/linux-master/net/bluetooth/
H A Dhci_conn.c238 static int configure_datapath_sync(struct hci_dev *hdev, struct bt_codec *codec) argument
244 if (!codec->data_path || !hdev->get_codec_config_data)
251 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len,
296 configure_datapath_sync(hdev, &conn->codec);
310 switch (conn->codec.id) {
331 cp.in_data_path = conn->codec.data_path;
332 cp.out_data_path = conn->codec.data_path;
356 cp.in_data_path = conn->codec.data_path;
357 cp.out_data_path = conn->codec.data_path;
387 cp.in_data_path = conn->codec
1642 hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst, __u16 setting, struct bt_codec *codec, u16 timeout) argument
[all...]
/linux-master/drivers/isdn/mISDN/
H A Dl1oip_core.c21 * codec:
142 - Coding = Type of codec
144 1 and 2 are reserved for explicitly use of a-LAW or u-LAW codec.
237 static u_int codec[MAX_CARDS]; variable
250 module_param_array(codec, uint, NULL, S_IRUGO | S_IWUSR);
1139 l1oip_socket_send(hc, hc->codec, bch->slot, 0,
1304 switch (codec[l1oip_cnt]) {
1312 codec[l1oip_cnt]);
1315 hc->codec = codec[l1oip_cn
[all...]
/linux-master/sound/soc/sunxi/
H A Dsun4i-codec.c333 "allwinner,sun4i-a10-codec") ||
335 "allwinner,sun7i-a20-codec")) {
342 "allwinner,sun7i-a20-codec"))
1201 /* sun8i A23 codec */
1229 .name = "sun4i-codec",
1256 .name = "sun4i-codec-cpu-dai",
1350 card->name = "sun4i-codec";
1424 "allwinner,codec-analog-controls",
1427 dev_err(dev, "Can't find analog controls for codec.\n");
1463 "allwinner,codec
1575 const struct snd_soc_component_driver *codec; member in struct:sun4i_codec_quirks
[all...]
/linux-master/sound/pci/
H A Dintel8x0m.c38 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
99 #define ICH_TCR 0x10000000 /* ICH4: tertiary (AC_SDIN2) codec ready */
114 #define ICH_SCR 0x00000200 /* secondary (AC_SDIN1) codec ready */
115 #define ICH_PCR 0x00000100 /* primary (AC_SDIN0) codec ready */
123 #define ICH_REG_ACC_SEMA 0x44 /* byte - codec write semaphore */
124 #define ICH_CAS 0x01 /* codec access semaphore */
270 * access to AC97 codec via normal i/o (for ICH and SIS7013)
273 /* return the GLOB_STA bit for the corresponding codec */
274 static unsigned int get_ich_codec_bit(struct intel8x0m *chip, unsigned int codec) argument
279 if (snd_BUG_ON(codec >
284 snd_intel8x0m_codec_semaphore(struct intel8x0m *chip, unsigned int codec) argument
[all...]
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro.h3 * Hantro VPU codec driver
67 * @codec: Supported codecs
91 unsigned int codec; member in struct:hantro_variant
107 * enum hantro_codec_mode - codec operating mode.
130 * @codec: codec id this control belong to (HANTRO_JPEG_ENCODER, etc.)
134 unsigned int codec; member in struct:hantro_ctrl
237 * @codec_ops: Set of operations related to codec mode.
267 /* Specific for particular codec modes. */
/linux-master/sound/pci/oxygen/
H A Doxygen.c139 static void ak4396_write(struct oxygen *chip, unsigned int codec, argument
151 (codec_spi_map[codec] << OXYGEN_SPI_CODEC_SHIFT) |
154 data->ak4396_regs[codec][reg] = value;
157 static void ak4396_write_cached(struct oxygen *chip, unsigned int codec, argument
162 if (value != data->ak4396_regs[codec][reg])
163 ak4396_write(chip, codec, reg, value);
/linux-master/sound/soc/ti/
H A Dj721e-evm.c21 * CPB: 2 (mcasp10 + codec)
22 * IVI: 3 (mcasp0 + 2x codec)
65 struct j721e_audio_clocks codec; member in struct:j721e_audio_domain
100 {"CPB Stereo HP 1", NULL, "codec-1 AOUT1L"},
101 {"CPB Stereo HP 1", NULL, "codec-1 AOUT1R"},
102 {"CPB Stereo HP 2", NULL, "codec-1 AOUT2L"},
103 {"CPB Stereo HP 2", NULL, "codec-1 AOUT2R"},
104 {"CPB Stereo HP 3", NULL, "codec-1 AOUT3L"},
105 {"CPB Stereo HP 3", NULL, "codec-1 AOUT3R"},
106 {"CPB Line Out", NULL, "codec
[all...]
/linux-master/sound/pci/ac97/
H A Dac97_codec.c278 ac97->bus->ops->write(ac97, AC97_RESET, 0); /* reset audio codec */
414 static int snd_ac97_ad18xx_update_pcm_bits(struct snd_ac97 *ac97, int codec, unsigned short mask, unsigned short value) argument
420 old = ac97->spec.ad18xx.pcmreg[codec];
426 ac97->spec.ad18xx.pcmreg[codec] = new;
427 /* select single codec */
430 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]);
866 #define AD18XX_PCM_BITS(xname, codec, lshift, rshift, mask) \
869 .private_value = (codec) | ((lshift) << 8) | ((rshift) << 12) | ((mask) << 16) }
891 int codec local
905 int codec = kcontrol->private_value & 3; local
937 int codec = kcontrol->private_value & 3; local
949 int codec = kcontrol->private_value & 3; local
[all...]
/linux-master/sound/isa/opti9xx/
H A Dmiro.c945 snd_iprintf(buffer, " codec : %s\n", miro->pcm->name);
1262 struct snd_wss *codec; local
1298 WSS_HW_DETECT, 0, &codec);
1302 error = snd_wss_pcm(codec, 0);
1306 error = snd_wss_mixer(codec);
1310 error = snd_wss_timer(codec, 0);
1314 miro->pcm = codec->pcm;
1349 card->shortname, miro->name, codec->pcm->name,

Completed in 491 milliseconds

1234567891011>>