Searched defs:as (Results 1 - 5 of 5) sorted by relevance

/sound/usb/
H A Dendpoint.c3 * it under the terms of the GNU General Public License as published by
85 struct snd_usb_stream *as; local
91 as = list_entry(p, struct snd_usb_stream, list);
92 if (as->fmt_type != fp->fmt_type)
94 subs = &as->substream[stream];
106 as = list_entry(p, struct snd_usb_stream, list);
107 if (as->fmt_type != fp->fmt_type)
109 subs = &as->substream[stream];
112 err = snd_pcm_new_stream(as->pcm, stream, 1);
115 snd_usb_init_substream(as, strea
285 struct uac1_as_header_descriptor *as = local
307 struct uac2_as_header_descriptor *as = local
[all...]
H A Dcard.c12 * it under the terms of the GNU General Public License as published by
34 * this type *correctly*. SB extigy looks as if it supports, but it's
111 * the all interfaces on the same card as one sound device.
125 struct snd_usb_stream *as; local
128 as = list_entry(head, struct snd_usb_stream, list);
130 subs = &as->substream[idx];
364 /* retrieve the device string as shortname */
379 /* retrieve the vendor and device strings as longname */
544 * many times as well as usb_audio_prob
628 struct snd_usb_stream *as; local
[all...]
H A Dpcm.c3 * it under the terms of the GNU General Public License as published by
247 * assume it as adaptive-out or sync-in.
800 struct snd_usb_stream *as = snd_pcm_substream_chip(substream); local
802 struct snd_usb_substream *subs = &as->substream[direction];
815 struct snd_usb_stream *as = snd_pcm_substream_chip(substream); local
816 struct snd_usb_substream *subs = &as->substream[direction];
818 if (!as->chip->shutdown && subs->interface >= 0) {
H A Durb.c3 * it under the terms of the GNU General Public License as published by
382 * the fixed 12.13 frequency is passed as 16.16 through the pipe.
536 * Full speed devices report feedback values in 10.14 format as samples per
537 * frame, high speed devices in 16.16 format as samples per microframe.
860 void snd_usb_init_substream(struct snd_usb_stream *as, argument
863 struct snd_usb_substream *subs = &as->substream[stream];
868 subs->stream = as;
870 subs->dev = as->chip->dev;
871 subs->txfr_quirk = as->chip->txfr_quirk;
876 snd_usb_set_pcm_ops(as
[all...]
/sound/pci/asihpi/
H A Dhpi_internal.h7 it under the terms of version 2 of the GNU General Public License as
573 Not the same as public API struct hpi_format */
1135 struct hpi_async_msg as; member in union:hpi_message::__anon98
1197 struct hpi_async_res as; member in union:hpi_response::__anon99
1241 /* padding is so these are same size as v0 hpi_message */
1249 /* padding is so these are same size as v0 hpi_response */
1347 struct hpi_async_msg as; member in union:hpi_msg_payload_v0::__anon101
1367 struct hpi_async_res as; member in union:hpi_res_payload_v0::__anon102

Completed in 159 milliseconds