/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 19 static inline void get_pcm_info(struct i2sbus_dev *i2sdev, int in, in get_pcm_info() argument 22 if (in) { in get_pcm_info() 24 *pi = &i2sdev->in; in get_pcm_info() 31 *other = &i2sdev->in; in get_pcm_info() 73 static int i2sbus_pcm_open(struct i2sbus_dev *i2sdev, int in) in i2sbus_pcm_open() argument 89 get_pcm_info(i2sdev, in, &pi, &other); in i2sbus_pcm_open() 107 if (ti->transfer_in == in in i2sbus_pcm_open() 230 static int i2sbus_pcm_close(struct i2sbus_dev *i2sdev, int in) in i2sbus_pcm_close() argument 238 get_pcm_info(i2sdev, in, &pi, NULL); in i2sbus_pcm_close() 304 static inline int i2sbus_hw_free(struct snd_pcm_substream *substream, int in) in i2sbus_hw_free() argument [all …]
|
D | core.c | 80 if (i2sdev->in.dbdma) iounmap(i2sdev->in.dbdma); in i2sbus_release_dev() 85 free_dbdma_descriptor_ring(i2sdev, &i2sdev->in.dbdma_ring); in i2sbus_release_dev() 288 dev->in.dbdma = ioremap(r->start, rlen); in i2sbus_add_dev() 290 if (!dev->intfregs || !dev->out.dbdma || !dev->in.dbdma) in i2sbus_add_dev() 296 if (alloc_dbdma_descriptor_ring(dev, &dev->in.dbdma_ring, in i2sbus_add_dev() 321 free_dbdma_descriptor_ring(dev, &dev->in.dbdma_ring); in i2sbus_add_dev() 324 if (dev->in.dbdma) iounmap(dev->in.dbdma); in i2sbus_add_dev()
|
/sound/oss/ |
D | CHANGELOG | 18 - Lot of fixes to audio playback code in dmabuf.c 24 - Fixed many bugs in audio playback. 31 - Added AWE32 support by Takashi Iwai (in ./lowlevel/). 47 - Fixed a bug in handling of non-fragment sized writes in 16 bit/stereo mode 54 - There seems to be problems in the OPTi 82C930 so cards based on this 55 chip don't necessarily work yet. There are problems in detecting the 59 should be fixed in future releases. 61 work in GUS compatible mode after initialization using isapnptools. 62 - Fixed a bug in handling of full duplex cards in write only mode. This has 69 for code download in the earlier versions has been eliminated. There is now [all …]
|
D | Kconfig | 11 port B (in addition to the DB-9 serial port). Say Y or M 28 comment "Compiled-in MSND Classic support requires firmware during compilation." 90 comment "Compiled-in MSND Pinnacle support requires firmware during compilation." 160 in PnP mode. For the Pinnacle, configuration in non-PnP mode allows 162 do not show up when the card is in PnP mode. Specifying zero for any 164 card in PnP mode, you must say N here and use isapnptools to 176 card's resources when not in PnP mode. If your card is in PnP mode, 236 Configures the size of each audio buffer, in kilobytes, for 237 recording and playing in the MultiSound drivers (both the Classic 266 possible that a large enough free block in this region cannot be [all …]
|
D | README.FIRST | 3 Hannu's code. Please bear that in mind when considering the appropriate
|
/sound/pci/hda/ |
D | Kconfig | 28 Say Y here to support the HDA controller present in NVIDIA 32 present in some NVIDIA Tegra SoCs, used to communicate audio 48 Specifies the default pre-allocated buffer-size in kB for the 111 Say Y or M here to include Realtek HD-audio codec support in 121 Say Y or M here to include Analog Device HD-audio codec support in 131 Say Y or M here to include IDT (Sigmatel) HD-audio codec support in 141 Say Y or M here to include VIA HD-audio codec support in 151 support in snd-hda-intel driver. This includes all AMD/ATI, 166 Say Y or M here to include Cirrus Logic codec support in 176 Say Y or M here to include Conexant HD-audio codec support in [all …]
|
/sound/oss/dmasound/ |
D | Kconfig | 6 If you want to use the internal audio of your Atari in Linux, answer 11 inserted in and removed from the running kernel whenever you 20 If you want to use the internal audio of your Amiga in Linux, answer 25 inserted in and removed from the running kernel whenever you 34 If you want to use the internal audio of your Q40 in Linux, answer 39 inserted in and removed from the running kernel whenever you
|
/sound/soc/sh/rcar/ |
D | adg.c | 87 u32 in, out; in rsnd_adg_set_src_timsel_gen2() local 91 in = (is_play) ? timsel : ws; in rsnd_adg_set_src_timsel_gen2() 94 in = in << shift; in rsnd_adg_set_src_timsel_gen2() 100 rsnd_mod_bset(mod, SRCIN_TIMSEL0, mask, in); in rsnd_adg_set_src_timsel_gen2() 104 rsnd_mod_bset(mod, SRCIN_TIMSEL1, mask, in); in rsnd_adg_set_src_timsel_gen2() 108 rsnd_mod_bset(mod, SRCIN_TIMSEL2, mask, in); in rsnd_adg_set_src_timsel_gen2() 112 rsnd_mod_bset(mod, SRCIN_TIMSEL3, mask, in); in rsnd_adg_set_src_timsel_gen2() 116 rsnd_mod_bset(mod, SRCIN_TIMSEL4, mask, in); in rsnd_adg_set_src_timsel_gen2()
|
/sound/aoa/codecs/ |
D | Kconfig | 7 codec chip found in the latest Apple machines 16 found in a lot of Apple Machines, especially 23 found in the Mac Mini. If you have a Mac Mini and
|
/sound/soc/fsl/ |
D | Kconfig | 13 in-tree drivers select it automatically. 24 in-tree drivers select it automatically. 35 in-tree drivers select it automatically. 46 in-tree drivers select it automatically. 56 in-tree drivers select it automatically. 71 in-tree drivers select it automatically. 139 tristate "Freescale MPC5200 PSC in I2S mode driver" 144 Say Y here to support the MPC5200 PSCs in I2S mode. 147 tristate "Freescale MPC5200 PSC in AC97 mode driver" 153 Say Y here to support the MPC5200 PSCs in AC97 mode. [all …]
|
D | fsl_asrc.c | 158 static void fsl_asrc_set_watermarks(struct fsl_asrc_pair *pair, u32 in, u32 out) in fsl_asrc_set_watermarks() argument 168 ASRMCRi_INFIFO_THRESHOLD(in) | in fsl_asrc_set_watermarks() 245 int in, out, channels; in fsl_asrc_config_pair() local 271 for (in = 0; in < ARRAY_SIZE(supported_input_rate); in++) in fsl_asrc_config_pair() 272 if (inrate == supported_input_rate[in]) in fsl_asrc_config_pair() 275 if (in == ARRAY_SIZE(supported_input_rate)) { in fsl_asrc_config_pair() 380 ASRCFG_PREMOD(index, process_option[in][out][0]) | in fsl_asrc_config_pair() 381 ASRCFG_POSTMOD(index, process_option[in][out][1])); in fsl_asrc_config_pair()
|
/sound/usb/6fire/ |
D | midi.c | 59 if (rt->in) in usb6fire_midi_in_received() 60 snd_rawmidi_receive(rt->in, data, length); in usb6fire_midi_in_received() 136 rt->in = alsa_sub; in usb6fire_midi_in_trigger() 138 rt->in = NULL; in usb6fire_midi_in_trigger()
|
D | midi.h | 23 struct snd_rawmidi_substream *in; member
|
/sound/soc/txx9/ |
D | Kconfig | 8 This option enables support for the AC Link Controllers in TXx9 SoC. 29 This is a generic AC97 sound machine for use in TXx9 based systems.
|
/sound/ |
D | Kconfig | 5 If you have a sound card in your computer, i.e. if it can say more 12 the modular sound system is contained in the files 16 driver documentation is found in <file:Documentation/sound/alsa/*>. 42 this option disabled, kernel will only claim actually in-use 47 and whether OSS sound devices appear multiple times in
|
/sound/usb/ |
D | midi.c | 126 struct snd_usb_midi_in_endpoint *in; member 364 struct snd_usb_midi_in_endpoint *in = umidi->endpoints[i].in; in snd_usbmidi_error_timer() local 365 if (in && in->error_resubmit) { in snd_usbmidi_error_timer() 366 in->error_resubmit = 0; in snd_usbmidi_error_timer() 368 if (atomic_read(&in->urbs[j]->use_count)) in snd_usbmidi_error_timer() 370 in->urbs[j]->dev = umidi->dev; in snd_usbmidi_error_timer() 371 snd_usbmidi_submit_urb(in->urbs[j], GFP_ATOMIC); in snd_usbmidi_error_timer() 1243 rep->in = NULL; in snd_usbmidi_in_endpoint_create() 1280 rep->in = ep; in snd_usbmidi_in_endpoint_create() 1409 if (ep->in) in snd_usbmidi_free() [all …]
|
D | mixer_quirks.c | 941 int in, out, err; in snd_ftu_create_volume_ctls() local 948 for (in = 0; in < 8; in++) { in snd_ftu_create_volume_ctls() 949 cmask = 1 << in; in snd_ftu_create_volume_ctls() 952 in + 1, out + 1); in snd_ftu_create_volume_ctls() 959 for (in = 8; in < 16; in++) { in snd_ftu_create_volume_ctls() 960 cmask = 1 << in; in snd_ftu_create_volume_ctls() 963 in - 7, out + 1); in snd_ftu_create_volume_ctls()
|
/sound/drivers/ |
D | Kconfig | 41 If you don't have a sound card in your computer, you can include a 53 sound driver, you can add this in a configuration file under 59 in your PC instead of the real speaker. 156 the Roland MPU-401 interface in UART mode. 178 opb_ac97_controller_ref_v1_00_a ip core found in Xilinx's ML403 218 The default time-out value in seconds for AC97 automatic
|
/sound/ppc/ |
D | Kconfig | 24 bool "Toggle DRC automatically at headphone/line plug-in" 48 int "Startup delay time in ms"
|
/sound/soc/intel/ |
D | Kconfig | 8 used as alsa device in audio substem in Intel(R) MID devices
|
/sound/core/ |
D | Kconfig | 88 behave like most of new OSS/Free drivers in 2.4/2.6 kernels. 100 If you choose M in "Sequencer support" (SND_SEQUENCER), 151 If in doubt, say Y. 156 If you say Y here, the minor numbers of ALSA device files in
|
/sound/pci/riptide/ |
D | riptide.c | 665 static u32 atoh(const unsigned char *in, unsigned int len) in atoh() argument 674 c = in[len - 1]; in atoh() 684 static int senddata(struct cmdif *cif, const unsigned char *in, u32 offset) in senddata() argument 691 i = atoh(&in[1], 2); in senddata() 692 addr = offset + atoh(&in[3], 4); in senddata() 695 p = in + 9; in senddata() 711 const unsigned char *in; in loadfirmware() local 717 in = img; in loadfirmware() 718 if (in[0] == ':') { in loadfirmware() 719 t = atoh(&in[7], 2); in loadfirmware() [all …]
|
/sound/parisc/ |
D | Kconfig | 17 chip found in most GSC-based PA-RISC workstations. It's frequently
|
/sound/pci/echoaudio/ |
D | echoaudio.h | 587 static inline int monitor_index(const struct echoaudio *chip, int out, int in) in monitor_index() argument 589 return out * num_busses_in(chip) + in; in monitor_index()
|
/sound/sh/ |
D | Kconfig | 9 Drivers that are implemented on ASoC can be found in
|