diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-06-01 23:36:26 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-02 11:47:33 +0400 |
commit | 1a1df6f0434fc35c9bf6ca25f9c5115713d77291 (patch) | |
tree | 1ddce6fd6b157855add0ec2ae75dd21c9212d9be /sound/usb/caiaq/device.h | |
parent | d3873a1be9f2d497e9ff013e4a83a2a4d9f1d22d (diff) | |
download | linux-1a1df6f0434fc35c9bf6ca25f9c5115713d77291.tar.xz |
ALSA: snd_usb_caiaq: give better longname
The serial number is of no interest in the longname, remove it. This
gives space for the usb path information which is more informative.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/caiaq/device.h')
-rw-r--r-- | sound/usb/caiaq/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/caiaq/device.h b/sound/usb/caiaq/device.h index 4cce1ad7493d..ece73514854e 100644 --- a/sound/usb/caiaq/device.h +++ b/sound/usb/caiaq/device.h @@ -81,7 +81,6 @@ struct snd_usb_caiaqdev { char vendor_name[CAIAQ_USB_STR_LEN]; char product_name[CAIAQ_USB_STR_LEN]; - char serial[CAIAQ_USB_STR_LEN]; int n_streams, n_audio_in, n_audio_out; int streaming, first_packet, output_running; |