tag | line | file | source code |
audio_format | 62 | drivers/sound/ad1848.c | int audio_format; |
audio_format | 768 | drivers/sound/ad1848.c | devc->audio_format = arg; |
audio_format | 774 | drivers/sound/ad1848.c | return devc->audio_format = AFMT_U8; /* Was not supported */ |
audio_format | 781 | drivers/sound/ad1848.c | return devc->audio_format = AFMT_U8; |
audio_format | 823 | drivers/sound/ad1848.c | return devc->audio_format; |
audio_format | 824 | drivers/sound/ad1848.c | return snd_ioctl_return ((int *) arg, devc->audio_format); |
audio_format | 839 | drivers/sound/ad1848.c | if (devc->audio_format == AFMT_IMA_ADPCM) |
audio_format | 845 | drivers/sound/ad1848.c | if (devc->audio_format & (AFMT_S16_LE | AFMT_S16_BE)) /* 16 bit data */ |
audio_format | 890 | drivers/sound/ad1848.c | if (devc->audio_format == AFMT_IMA_ADPCM) |
audio_format | 896 | drivers/sound/ad1848.c | if (devc->audio_format & (AFMT_S16_LE | AFMT_S16_BE)) /* 16 bit data */ |
audio_format | 50 | drivers/sound/audio.c | static int audio_format[MAX_AUDIO_DEV]; |
audio_format | 70 | drivers/sound/audio.c | audio_format[dev] = DMAbuf_ioctl (dev, SNDCTL_DSP_SETFMT, (caddr_t) (long) fmt, 1); |
audio_format | 76 | drivers/sound/audio.c | return audio_format[dev]; |