Searched refs:audio (Results 201 - 225 of 269) sorted by relevance

1234567891011

/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c441 __be16 audio = htons(dec->pid[DMX_PES_AUDIO]); local
447 memcpy(&b[2], &audio, 2);
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c243 /* --- audio --- */
314 * ADC to deal with audio
323 call_all(core, audio, s_routing,
329 * chroma, so an external must be used for baseband audio
370 * bits 0 to 4: video, audio, transport stream, VIP, Host
588 call_all(core, audio, s_routing,
1502 pr_err("failed to create cx88 audio thread, err=%d\n",
/linux-master/drivers/media/usb/gspca/
H A Dgspca.c631 * has a usb audio class interface (a built in usb mic); and
637 if (gspca_dev->audio &&
641 gspca_dbg(gspca_dev, D_STREAM, "dev has usb audio, skipping highest alt\n");
1476 /* check if any audio device */
1487 gspca_dev->audio = 1;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c466 .audio = r535_sor_dp_audio,
585 .audio = r535_sor_hdmi_audio,
/linux-master/include/linux/mfd/
H A Dwm8400-audio.h3 * wm8400 private definitions for audio
11 #include <linux/mfd/wm8400-audio.h>
/linux-master/sound/usb/
H A Dmixer_scarlett.c10 * Many codes borrowed from audio.c by
30 /* Mixer Interface for the Focusrite Scarlett 18i6 audio interface.
122 #include <linux/usb/audio-v2.h>
H A Dmixer_us16x08.c10 #include <linux/usb/audio-v2.h>
/linux-master/sound/soc/codecs/
H A Dwm8400.c18 #include <linux/mfd/wm8400-audio.h>
987 /* set master/slave audio interface */
H A Dwm8350.c3 * wm8350.c -- WM8350 ALSA SoC audio driver
17 #include <linux/mfd/wm8350/audio.h>
847 /* set master/slave audio interface */
1466 dev_err(component->dev, "No audio platform data supplied\n");
/linux-master/drivers/media/dvb-frontends/
H A Dau8522_decoder.c337 /* Set input mode to CVBS on channel 4 with SIF audio input enabled */
398 printk(KERN_ERR "Unsupported audio mode requested! mode=%d\n",
417 /* Setup the audio mode to stereo DBX */
421 /* Start the audio processing module */
424 /* Set the audio frequency to 48 KHz */
662 .audio = &au8522_audio_ops,
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-driver.c646 v4l2_subdev_call(s->sd, audio, s_stream, 1);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c454 static struct audio *create_audio(
/linux-master/drivers/media/pci/ivtv/
H A Divtv-streams.c518 subtype = 11; /* video+audio+decoder */
623 /* Avoid tinny audio problem - ensure audio clocks are going */
624 v4l2_subdev_call(itv->sd_audio, audio, s_stream, 1);
673 /* set audio mode to left/stereo for dual/stereo mode. */
834 /* when: 0 = end of GOP 1 = NOW!, type: 0 = mpeg, subtype: 3 = video+audio */
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c27 #include <sound/omap-hdmi-audio.h>
396 DSSERR("Error restoring audio configuration: %d", ret);
563 DSSERR("%s: Video mode does not support audio\n",
630 &hdmi->pdev->dev, "omap-hdmi-audio", PLATFORM_DEVID_AUTO,
665 DSSERR("Registering HDMI audio failed\n");
/linux-master/drivers/media/i2c/
H A Dmsp3400-driver.c61 int msp_standard = 1; /* Override auto detect of audio msp_standard,
83 MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect");
334 /* audio volume cluster */
430 /* new channel -- kick audio carrier scan */
646 .audio = &msp_audio_ops,
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c846 static struct audio *dcn201_create_audio(
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c683 static struct audio *create_audio(
/linux-master/drivers/usb/gadget/function/
H A Df_uac2.c13 #include <linux/usb/audio.h>
14 #include <linux/usb/audio-v2.h>
1198 /* Calculate wMaxPacketSize according to audio bandwidth */
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c284 * DOC: audio (int)
287 MODULE_PARM_DESC(audio, "Audio enable (-1 = auto, 0 = disable, 1 = enable)");
288 module_param_named(audio, amdgpu_audio, int, 0444);
2140 * 1 - audio
2353 * audio functions are in D3 state.
2355 * audio function is in D0 state.
2360 * and audio function was put into D3 state, there will
2364 * Via amdgpu_get_secondary_funcs(), the audio dev is put
/linux-master/drivers/clk/tegra/
H A Dclk-tegra-periph.c275 MUX_I2S_SPDIF(audio)
/linux-master/sound/usb/misc/
H A Dua101.c11 #include <linux/usb/audio.h>
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.c3 * cx18 ADEC audio functions
223 * vga_sel_ch3 audio decoder
529 /* Japan uses EIAJ audio standard */
533 /* South Korea uses A2 audio standard */
537 /* Others use the BTSC audio standard */
553 /* restart audio decoder microcontroller */
585 CX18_DEBUG_INFO_DEV(sd, "decoder set video input %d, audio input %d\n",
646 /* do nothing, use serial audio input */
670 CX18_ERR_DEV(sd, "0x%04x is not a valid audio input!\n",
1091 CX18_INFO_DEV(sd, "Detected audio mod
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c487 static struct audio *create_audio(
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_device.c1316 mutex_init(&rdev->audio.component_mutex);
/linux-master/sound/pci/rme9652/
H A Dhdspm.c3 * ALSA driver for RME Hammerfall DSP MADI audio interface(s)
43 * : . : . : . : . x: HDSPM_Start / enables audio IO
793 the DMA channel." We index it using the logical audio channel,
5382 int i, audio, midi, schedule = 0; local
5387 audio = status & HDSPM_audioIRQPending;
5408 if (!audio && !midi)
5415 if (audio) {
6854 /* stop th audio, and cancel all interrupts */

Completed in 600 milliseconds

1234567891011