cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

proc.h (250B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __USBAUDIO_PROC_H
      3#define __USBAUDIO_PROC_H
      4
      5void snd_usb_audio_create_proc(struct snd_usb_audio *chip);
      6void snd_usb_proc_pcm_format_add(struct snd_usb_stream *stream);
      7
      8#endif /* __USBAUDIO_PROC_H */
      9