Searched defs:location (Results 1 - 4 of 4) sorted by relevance

/sound/mips/
H A Dau1x00.c408 long location; local
411 location = get_dma_residue(stream->dma);
413 location = stream->buffer->relative_end - location;
414 if (location == -1)
415 location = 0;
416 return bytes_to_frames(runtime,location);
/sound/pci/hda/
H A Dhda_generic.c470 unsigned int location = defcfg_location(node); local
473 if ((location & 0x0f) == AC_JACK_LOC_FRONT)
483 if ((location & 0x0f) == AC_JACK_LOC_FRONT)
491 if ((location & 0x0f) == AC_JACK_LOC_FRONT)
H A Dpatch_realtek.c1858 * 10~8 : Jack location
19239 unsigned int location)
19255 if (location && get_defcfg_location(defcfg) != location)
19359 unsigned int location, defcfg; local
19367 location = get_defcfg_location(defcfg);
19369 num_pins = alc_auto_fill_multi_ios(codec, location);
19238 alc_auto_fill_multi_ios(struct hda_codec *codec, unsigned int location) argument
/sound/soc/sh/
H A Dfsi.c1103 long location; local
1105 location = (io->buff_offset - 1);
1106 if (location < 0)
1107 location = 0;
1109 return bytes_to_frames(runtime, location);

Completed in 129 milliseconds