Searched refs:audio (Results 176 - 200 of 270) sorted by relevance

1234567891011

/linux-master/sound/usb/
H A Dmixer_s1810c.c17 #include <linux/usb/audio-v2.h>
/linux-master/drivers/clk/mmp/
H A Dclk-audio.c15 #include <dt-bindings/clock/marvell,mmp2-audio.h>
371 ret = pm_clk_add(&pdev->dev, "audio");
426 { .compatible = "marvell,mmp2-audio-clock" },
434 .name = "mmp2-audio-clock",
/linux-master/sound/usb/bcd2000/
H A Dbcd2000.c15 #include <linux/usb/audio.h>
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c58 /* TODO audio.. */
168 hdmi_audio_infoframe_init(&hdmi->audio.infoframe);
250 * HDMI audio codec callbacks
367 DRM_ERROR("Failed to attach an audio codec %d\n", err);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c188 mutex_init(&i915->display.audio.mutex);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c735 * audio corruption. Read current DISPCLK from DENTIST and request the same
903 struct audio *audio = res_pool->audios[i]; local
905 audio->funcs->hw_init(audio);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c276 struct audio *audio = res_pool->audios[i]; local
278 audio->funcs->hw_init(audio);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c56 #define DCE110_SE(audio)\
57 container_of(audio, struct dce110_stream_encoder, base)
637 /* following belongs to audio */
865 * This register shared with audio info frame.
892 /* this register shared with audio info frame.
1248 /* setup the audio stream source select (audio -> dig mapping) */
1287 /* Program audio clock sample/regeneration parameters */
1392 * program sequence. But audio seems work normally even without wait
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_mode.h258 /* audio */
457 struct radeon_audio_funcs *audio; member in struct:radeon_encoder
533 enum radeon_connector_audio audio; member in struct:radeon_connector
/linux-master/drivers/clk/meson/
H A Da1-peripherals.c1828 static MESON_GATE(audio, SYS_CLK_EN0, 11);
1892 [CLKID_AUDIO] = &audio.hw,
2050 &audio,
/linux-master/include/linux/mfd/wm8350/
H A Dcore.h17 #include <linux/mfd/wm8350/audio.h>
/linux-master/arch/powerpc/include/asm/
H A Dps3av.h161 /* for audio module */
427 struct ps3av_info_audio audio[0]; /* 0 or more audio blocks */ member in struct:ps3av_info_monitor
476 /* backend: audio param */
501 u8 mclk; /* in: audio mclk */
502 u8 ns[3]; /* in: audio ns val */
503 u8 enable; /* in: audio enable */
504 u8 swaplr; /* in: audio swap */
505 u8 fifomap; /* in: audio fifomap */
506 u8 inputctrl; /* in: audio inpu
[all...]
/linux-master/sound/usb/usx2y/
H A Dus122l.c8 #include <linux/usb/audio.h>
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c26 #include <sound/omap-hdmi-audio.h>
340 DSSERR("Error restoring audio configuration: %d", r);
659 dev, "omap-hdmi-audio", PLATFORM_DEVID_AUTO,
721 DSSERR("Registering HDMI audio failed\n");
H A Dhdmi5.c31 #include <sound/omap-hdmi-audio.h>
370 DSSERR("Error restoring audio configuration: %d", r);
692 dev, "omap-hdmi-audio", PLATFORM_DEVID_AUTO,
762 DSSERR("Registering HDMI audio failed %d\n", r);
/linux-master/drivers/mfd/
H A DMakefile109 obj-$(CONFIG_MFD_TWL4030_AUDIO) += twl4030-audio.o
H A Dtwl-core.c4 * and audio CODEC devices
38 /* Register descriptions for audio */
39 #include <linux/mfd/twl4030-audio.h>
/linux-master/include/media/
H A Dv4l2-subdev.h62 * device. These devices are usually audio/video muxers/encoders/decoders or
70 * a few categories: core ops, audio ops, video ops and tuner ops.
78 * it does not implement them (e.g. an audio subdev will generally not
287 * struct v4l2_subdev_audio_ops - Callbacks used for audio-related settings
289 * @s_clock_freq: set the frequency (in Hz) of the audio clock output.
290 * Used to slave an audio processor to the video decoder, ensuring that
291 * audio and video remain synchronized. Usual values for the frequency
296 * way to select I2S clock used by driving digital audio streams at some
300 * @s_routing: used to define the input and/or output pins of an audio chip,
309 * @s_stream: used to notify the audio cod
909 const struct v4l2_subdev_audio_ops *audio; member in struct:v4l2_subdev_ops
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5.c31 #include <sound/omap-hdmi-audio.h>
394 DSSERR("Error restoring audio configuration: %d", ret);
538 DSSERR("%s: Video mode does not support audio\n",
554 DSSERR("%s: Video mode does not support audio\n", __func__);
606 &hdmi->pdev->dev, "omap-hdmi-audio", PLATFORM_DEVID_AUTO,
638 DSSERR("Registering HDMI audio failed %d\n", r);
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-v4l2.c669 v4l2_subdev_call(go->sd_audio, audio, s_routing,
684 v4l2_subdev_call(go->sd_audio, audio, s_routing,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c953 /* TODO program audio */
2695 else if (pipe_ctx->stream_res.audio)
2699 if (pipe_ctx->stream_res.audio) {
2701 pipe_ctx->stream_res.audio->funcs->az_disable(pipe_ctx->stream_res.audio);
2703 /*free audio*/
2705 /*we have to dynamic arbitrate the audio endpoints*/
2708 pipe_ctx->stream_res.audio, false);
2709 pipe_ctx->stream_res.audio = NULL;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1057 adev->mode_info.audio.enabled = true;
1059 adev->mode_info.audio.num_pins = adev->dm.dc->res_pool->audio_count;
1061 for (i = 0; i < adev->mode_info.audio.num_pins; i++) {
1062 adev->mode_info.audio.pin[i].channels = -1;
1063 adev->mode_info.audio.pin[i].rate = -1;
1064 adev->mode_info.audio.pin[i].bits_per_sample = -1;
1065 adev->mode_info.audio.pin[i].status_bits = 0;
1066 adev->mode_info.audio.pin[i].category_code = 0;
1067 adev->mode_info.audio.pin[i].connected = false;
1068 adev->mode_info.audio
[all...]
/linux-master/drivers/cdrom/
H A Dcdrom.c35 for the correct media type when mounting or playing audio from a CD.
115 -- Unified audio ioctl handling across CD-ROM drivers. A lot of the
120 the same as for the audio ioctls.
121 -- ioctl cleanups. if a drive couldn't play audio, it didn't get
139 -- Fixed volume control on SCSI drives (or others with longer audio
148 -- Moved the rest of the audio ioctls from the CD-ROM drivers here. Only
989 tracks->audio = 0;
1025 tracks->audio++;
1030 cd_dbg(CD_COUNT_TRACKS, "disc has %d tracks: %d=audio %d=data %d=Cd-I %d=XA\n",
1031 header.cdth_trk1, tracks->audio, track
[all...]
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c1293 v4l2_device_call_all(v4l2_dev, 0, audio,
1297 v4l2_device_call_all(v4l2_dev, 0, audio, s_routing,
1303 v4l2_device_call_all(v4l2_dev, 0, audio, s_routing,
1317 * and to adjust audio volume. However, the value ranges
1755 em28xx_videodbg("%s: audio input index %d is '%s'\n",
1802 * may have different audio outputs. So, the right thing
1818 em28xx_videodbg("%s: set audio input to %d\n", __func__,
2630 /* Configure audio */
2634 "%s: Error while setting audio - error [%d]!\n",
2704 /* em28xx_write_reg(dev, EM28XX_R0E_AUDIOSRC, 0xc0); audio registe
[all...]
/linux-master/sound/soc/codecs/
H A DMakefile48 snd-soc-audio-iio-aux-objs := audio-iio-aux.o
444 obj-$(CONFIG_SND_SOC_AUDIO_IIO_AUX) += snd-soc-audio-iio-aux.o

Completed in 341 milliseconds

1234567891011