aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/pcm.h
diff options
context:
space:
mode:
authorAndrej Krutak <dev@andree.sk>2016-09-18 20:59:24 +0200
committerTakashi Iwai <tiwai@suse.de>2016-09-19 23:00:16 +0200
commit97d78acfb870a67339957e9c4d36dc03242df315 (patch)
treee50c02a117e5a8e9f1ddf6272be6e53989f5f789 /sound/usb/line6/pcm.h
parentALSA: line6: Support assymetrical in/out configurations (diff)
downloadlinux-dev-97d78acfb870a67339957e9c4d36dc03242df315.tar.xz
linux-dev-97d78acfb870a67339957e9c4d36dc03242df315.zip
ALSA: line6: Allow different channel numbers for in/out
Changes bytes_per_frame to bytes_per_channel. Signed-off-by: Andrej Krutak <dev@andree.sk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/pcm.h')
-rw-r--r--sound/usb/line6/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/line6/pcm.h b/sound/usb/line6/pcm.h
index f040c81a4843..67fda315aa89 100644
--- a/sound/usb/line6/pcm.h
+++ b/sound/usb/line6/pcm.h
@@ -84,7 +84,7 @@ enum {
struct line6_pcm_properties {
struct snd_pcm_hardware playback_hw, capture_hw;
struct snd_pcm_hw_constraint_ratdens rates;
- int bytes_per_frame;
+ int bytes_per_channel;
};
struct line6_pcm_stream {