playback.c (7bfb8575b82cd1facde3dc5be2b125f408171646) playback.c (ccddbe4a99536154e61d16c0f1c2df8a6d63f52a)
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.

--- 4 unchanged lines hidden (view full) ---

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"
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.

--- 4 unchanged lines hidden (view full) ---

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 "pod.h"
22#include "playback.h"
23
24/*
25 Software stereo volume control.
26*/
27static void change_volume(struct urb *urb_out, int volume[],
28 int bytes_per_frame)
29{

--- 564 unchanged lines hidden ---
21#include "playback.h"
22
23/*
24 Software stereo volume control.
25*/
26static void change_volume(struct urb *urb_out, int volume[],
27 int bytes_per_frame)
28{

--- 564 unchanged lines hidden ---