Searched refs:codec_id (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/sound/soc/intel/boards/ |
H A D | cht_bsw_rt5645.c | 35 char *codec_id; member 552 if (acpi_dev_found(snd_soc_cards[i].codec_id) && in snd_cht_mc_probe() 553 (!strncmp(snd_soc_cards[i].codec_id, mach->id, 8))) { in snd_cht_mc_probe() 555 "found codec %s\n", snd_soc_cards[i].codec_id); in snd_cht_mc_probe() 569 sprintf(drv->codec_name, "i2c-%s:00", drv->acpi_card->codec_id); in snd_cht_mc_probe()
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6apm.h | 153 int q6apm_set_real_module_id(struct device *dev, struct q6apm_graph *graph, uint32_t codec_id);
|
H A D | q6apm.c | 338 uint32_t codec_id) in q6apm_set_real_module_id() argument 347 switch (codec_id) { in q6apm_set_real_module_id()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_malone.c | 1138 static void set_payload_hdr(u8 *dst, u32 scd_type, u32 codec_id, in set_payload_hdr() argument 1157 dst[8] = codec_id; in set_payload_hdr() 1275 static int vpu_malone_insert_scode_seq(struct malone_scode_t *scode, u32 codec_id, u32 ext_size) in vpu_malone_insert_scode_seq() argument 1282 codec_id, in vpu_malone_insert_scode_seq() 1295 static int vpu_malone_insert_scode_pic(struct malone_scode_t *scode, u32 codec_id, u32 ext_size) in vpu_malone_insert_scode_pic() argument 1302 codec_id, in vpu_malone_insert_scode_pic()
|
/openbmc/linux/include/sound/ |
H A D | ac97_codec.h | 363 unsigned int codec_id; /* codec id (if any), 0 = accept all */ member
|
/openbmc/linux/sound/pci/ |
H A D | fm801.c | 1078 static int wait_for_codec(struct fm801 *chip, unsigned int codec_id, in wait_for_codec() argument 1084 reg | (codec_id << FM801_AC97_ADDR_SHIFT) | FM801_AC97_READ); in wait_for_codec()
|
H A D | ad1889.c | 712 .codec_id = AC97_ID_AD1819,
|
H A D | via82xx.c | 1795 .codec_id = 0x56494161, /* VT1612A */
|
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_codec.c | 2990 if (quirk->codec_id && quirk->codec_id != ac97->id) in snd_ac97_tune_hardware()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 4824 #include "codec_id.h" 5634 + if (avctx->codec_id == AV_CODEC_ID_H264) 5646 + if (avctx->codec_id == AV_CODEC_ID_H264) 6137 +avprofile_to_v4l2(const enum AVCodecID codec_id, const int avprofile) 6139 + switch (codec_id) { 6209 + switch (avctx->codec_id) { 6231 …tx, AV_LOG_VERBOSE, "Can't map profile for codec id %d; profile check skipped\n", avctx->codec_id); 6244 + .index = avprofile_to_v4l2(avctx->codec_id, avctx->profile), 6384 + switch (avctx->codec_id) { 6554 + if (avctx->codec_id == AV_CODEC_ID_H264) { [all …]
|