playback.c (a019f5e8c522f5b5f8b3419a1e56d142ea4c7621) | playback.c (85a9339becf0af4d547ceb6bb16d1893b05fbce4) |
---|---|
1/* 2 * Line6 Linux USB driver - 0.9.1beta 3 * 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation, version 2. 9 * 10 */ 11 12#include <linux/slab.h> 13#include <sound/core.h> 14#include <sound/pcm.h> 15#include <sound/pcm_params.h> 16 | 1/* 2 * Line6 Linux USB driver - 0.9.1beta 3 * 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation, version 2. 9 * 10 */ 11 12#include <linux/slab.h> 13#include <sound/core.h> 14#include <sound/pcm.h> 15#include <sound/pcm_params.h> 16 |
17#include "audio.h" | |
18#include "capture.h" 19#include "driver.h" 20#include "pcm.h" 21#include "playback.h" 22 23/* 24 Software stereo volume control. 25*/ --- 553 unchanged lines hidden --- | 17#include "capture.h" 18#include "driver.h" 19#include "pcm.h" 20#include "playback.h" 21 22/* 23 Software stereo volume control. 24*/ --- 553 unchanged lines hidden --- |