[ltp] Bluetooth headphones on X60

Jeffrey Franc-Law linux-thinkpad@linux-thinkpad.org
Sun, 12 Aug 2007 15:48:49 +0000


Has anyone succeeded in getting bluetooth headphones working on their
thinkpad.

I have X60 (1706HCU) with built-in bluetooth.  OpenSuse 10.2.  I can
connect to the headphones (motorola s3) using kbluetooth, but it shows
them under konquerer as a block device.  I can click and see the services.

Internet search reveals I may need to install "alsa-bluetooth' (????).
Can't find RPM, so attempted to build as detailed in
http://bluetooth-alsa.sourceforge.net/build.html
I have (I think) installed all the necessarry dependencies
(build,libbluetooth,automake, autoconf, cvs, libtool, libasound2-dev,
libdbbus-1-dev, libdbus-glib-1-dev.  I appear to be able to make, but
cannot make install for the sbc and plugz plugins.  (Error messages
detailed below).

Questions...
1.  Anyone successfully using bluetooth headphones?
2.  Do I need to use alsa-bluetooth?  If so, anyone have an rpm?
3.  How do i find which libraries are missing and giving the errors below?

ciao,
jfl



___________________________________________________________________
dino@judy:/usr/local/src/sbc> make install
Making install in include
make[1]: Entering directory `/usr/local/src/sbc/include'
make[2]: Entering directory `/usr/local/src/sbc/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/include" || mkdir -p -- "/usr/include"
 /home/dino/bin/install -c -m 644 'sbc.h' '/usr/include/sbc.h'
cxnativeopen:error: 'X:\QBTRIAL\US\INSTALL.EXE' does not exist
cxnativeopen:error: try 'cxnativeopen --help' for more information
winewrapper.exe:error: cannot start
L"c:\\windows\\profiles\\crossover\\Start
Menu\\Programs\\Quicken\\Install QuickBooks Trial Version.lnk" (error 31)
make[2]: *** [install-includeHEADERS] Error 1
make[2]: Leaving directory `/usr/local/src/sbc/include'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/local/src/sbc/include'
make: *** [install-recursive] Error 1
_______________________________________________________________
_______________________________________________________________
dino@judy:/usr/local/src/plugz> make install
Making install in avdtp
make[1]: Entering directory `/usr/local/src/plugz/avdtp'
make[2]: Entering directory `/usr/local/src/plugz/avdtp'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/src/plugz/avdtp'
make[1]: Leaving directory `/usr/local/src/plugz/avdtp'
Making install in alsa-plugins
make[1]: Entering directory `/usr/local/src/plugz/alsa-plugins'
Making install in a2dpd
make[2]: Entering directory `/usr/local/src/plugz/alsa-plugins/a2dpd'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/include
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include
-Wall -MT a2dpd-a2dpd_output_a2dp.o -MD -MP -MF
".deps/a2dpd-a2dpd_output_a2dp.Tpo" -c -o a2dpd-a2dpd_output_a2dp.o
`test -f 'a2dpd_output_a2dp.c' || echo './'`a2dpd_output_a2dp.c; \
        then mv -f ".deps/a2dpd-a2dpd_output_a2dp.Tpo"
".deps/a2dpd-a2dpd_output_a2dp.Po"; else rm -f
".deps/a2dpd-a2dpd_output_a2dp.Tpo"; exit 1; fi
a2dpd_output_a2dp.c:59:17: error: sbc.h: No such file or directory
a2dpd_output_a2dp.c:129: error: expected specifier-qualifier-list before
‘sbc_t’
a2dpd_output_a2dp.c: In function ‘a2dp_ctl_use_socket’:
a2dpd_output_a2dp.c:282: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:292: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_state_use_socket’:
a2dpd_output_a2dp.c:314: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:319: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:320: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:320: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:320: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:320: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:321: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_state_connect’:
a2dpd_output_a2dp.c:336: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:338: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:341: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_is_streaming’:
a2dpd_output_a2dp.c:353: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:355: warning: control reaches end of non-void function
a2dpd_output_a2dp.c: In function ‘a2dp_is_connected’:
a2dpd_output_a2dp.c:361: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:362: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:363: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:364: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:365: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:366: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:368: warning: control reaches end of non-void function
a2dpd_output_a2dp.c: In function ‘a2dp_is_connecting’:
a2dpd_output_a2dp.c:374: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:376: warning: control reaches end of non-void function
a2dpd_output_a2dp.c: In function ‘a2dp_state_suspend’:
a2dpd_output_a2dp.c:380: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:381: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_state_startstream’:
a2dpd_output_a2dp.c:389: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:390: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_reset_encoding_buffer’:
a2dpd_output_a2dp.c:400: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:401: error: ‘struct snd_pcm_a2dp’ has no member
named ‘frame_count’
a2dpd_output_a2dp.c:402: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seq_num’
a2dpd_output_a2dp.c:403: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:404: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samples’
a2dpd_output_a2dp.c:405: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c: In function ‘a2dp_transfer_raw’:
a2dpd_output_a2dp.c:425: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:425: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:425: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:428: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:428: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:434: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:436: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumultimestamp’
a2dpd_output_a2dp.c:440: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:442: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bufe’
a2dpd_output_a2dp.c:442: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:444: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:454: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:457: warning: implicit declaration of function
‘sbc_encode’
a2dpd_output_a2dp.c:457: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:457: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bufe’
a2dpd_output_a2dp.c:462: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bufe’
a2dpd_output_a2dp.c:462: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bufe’
a2dpd_output_a2dp.c:462: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:463: error: ‘struct snd_pcm_a2dp’ has no member
named ‘lenbufe’
a2dpd_output_a2dp.c:468: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:468: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:468: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:473: error: ‘struct snd_pcm_a2dp’ has no member
named ‘frame_count’
a2dpd_output_a2dp.c:477: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seq_num’
a2dpd_output_a2dp.c:478: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:481: error: ‘struct snd_pcm_a2dp’ has no member
named ‘buf’
a2dpd_output_a2dp.c:482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘buf’
a2dpd_output_a2dp.c:487: error: ‘struct snd_pcm_a2dp’ has no member
named ‘pause_writing’
a2dpd_output_a2dp.c:497: error: ‘struct snd_pcm_a2dp’ has no member
named ‘buf’
a2dpd_output_a2dp.c:497: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:502:2: warning: #warning "retry patch support disabled"
a2dpd_output_a2dp.c:506: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumultimestamp’
a2dpd_output_a2dp.c:506: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumultimestamp’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samples’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samples’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samples’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samples’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:511: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c:534: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:536: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:544: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithtimestamp’
a2dpd_output_a2dp.c:545: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithtimestamp’
a2dpd_output_a2dp.c:550: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithtimestamp’
a2dpd_output_a2dp.c:550: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithtimestamp’
a2dpd_output_a2dp.c:552: error: ‘struct snd_pcm_a2dp’ has no member
named ‘user_flags’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:556: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:563: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithtimestamp’
a2dpd_output_a2dp.c:564: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:567: error: ‘struct snd_pcm_a2dp’ has no member
named ‘bandwithcount’
a2dpd_output_a2dp.c:571: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:577: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:578: error: ‘struct snd_pcm_a2dp’ has no member
named ‘frame_count’
a2dpd_output_a2dp.c:579: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samples’
a2dpd_output_a2dp.c:580: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seq_num’
a2dpd_output_a2dp.c:583: error: ‘struct snd_pcm_a2dp’ has no member
named ‘frame_count’
a2dpd_output_a2dp.c:584: error: ‘struct snd_pcm_a2dp’ has no member
named ‘buf’
a2dpd_output_a2dp.c:584: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:584: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:584: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:585: error: ‘struct snd_pcm_a2dp’ has no member
named ‘len’
a2dpd_output_a2dp.c:585: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:586: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samples’
a2dpd_output_a2dp.c:588: error: ‘struct snd_pcm_a2dp’ has no member
named ‘samplescumul’
a2dpd_output_a2dp.c: In function ‘a2dp_stream_stop’:
a2dpd_output_a2dp.c:601: error: ‘snd_pcm_a2dp_t’ has no member named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_disconnect’:
a2dpd_output_a2dp.c:619: error: ‘snd_pcm_a2dp_t’ has no member named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_state_disconnect’:
a2dpd_output_a2dp.c:624: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:625: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:636: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:639: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_set_dst_addr’:
a2dpd_output_a2dp.c:660: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_alloc’:
a2dpd_output_a2dp.c:673: error: ‘snd_pcm_a2dp_t’ has no member named
‘seq_num’
a2dpd_output_a2dp.c:674: error: ‘snd_pcm_a2dp_t’ has no member named
‘samples’
a2dpd_output_a2dp.c:675: error: ‘snd_pcm_a2dp_t’ has no member named
‘samplescumul’
a2dpd_output_a2dp.c:676: error: ‘snd_pcm_a2dp_t’ has no member named ‘mtu’
a2dpd_output_a2dp.c:677: error: ‘snd_pcm_a2dp_t’ has no member named ‘len’
a2dpd_output_a2dp.c:679: warning: implicit declaration of function
‘sbc_init’
a2dpd_output_a2dp.c:679: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:680: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:681: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:682: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:683: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c: In function ‘a2dp_free’:
a2dpd_output_a2dp.c:695: warning: implicit declaration of function
‘sbc_finish’
a2dpd_output_a2dp.c:695: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c: In function ‘a2dp_new’:
a2dpd_output_a2dp.c:724: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:725: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:726: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:727: error: ‘snd_pcm_a2dp_t’ has no member named
‘user_flags’
a2dpd_output_a2dp.c:729: error: ‘snd_pcm_a2dp_t’ has no member named ‘sbc’
a2dpd_output_a2dp.c:733: error: ‘snd_pcm_a2dp_t’ has no member named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_set_user_flags’:
a2dpd_output_a2dp.c:748: error: ‘struct snd_pcm_a2dp’ has no member
named ‘user_flags’
a2dpd_output_a2dp.c: In function ‘a2dp_get_user_flags’:
a2dpd_output_a2dp.c:753: error: ‘struct snd_pcm_a2dp’ has no member
named ‘user_flags’
a2dpd_output_a2dp.c:754: warning: control reaches end of non-void function
a2dpd_output_a2dp.c: In function ‘a2dp_ctl_handle_commands’:
a2dpd_output_a2dp.c:892: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:893: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:899: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:900: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:904: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:905: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:910: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:914: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:919: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:924: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:929: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:949: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:951: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:958: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:960: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:962: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:964: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:971: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:975: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:975: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:979: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:985: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:985: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:986: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:986: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:986: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:986: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:987: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:988: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:989: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:989: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:989: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:989: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:998: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:998: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:998: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:998: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1001: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1027: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1028: error: ‘struct snd_pcm_a2dp’ has no member
named ‘pause_writing’
a2dpd_output_a2dp.c:1029: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1042: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1043: error: ‘struct snd_pcm_a2dp’ has no member
named ‘pause_writing’
a2dpd_output_a2dp.c:1044: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1056: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1065: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1066: error: ‘struct snd_pcm_a2dp’ has no member
named ‘pause_writing’
a2dpd_output_a2dp.c:1067: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1080: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1083: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_handle_avdtp_message’:
a2dpd_output_a2dp.c:1125: warning: format ‘%d’ expects type ‘int’, but
argument 9 has type ‘ssize_t’
a2dpd_output_a2dp.c:1125: warning: format ‘%d’ expects type ‘int’, but
argument 8 has type ‘ssize_t’
a2dpd_output_a2dp.c:1125: warning: format ‘%d’ expects type ‘int’, but
argument 7 has type ‘ssize_t’
a2dpd_output_a2dp.c:1125: warning: format ‘%d’ expects type ‘int’, but
argument 6 has type ‘ssize_t’
a2dpd_output_a2dp.c:1146: warning: format ‘%d’ expects type ‘int’, but
argument 9 has type ‘ssize_t’
a2dpd_output_a2dp.c:1146: warning: format ‘%d’ expects type ‘int’, but
argument 8 has type ‘ssize_t’
a2dpd_output_a2dp.c:1146: warning: format ‘%d’ expects type ‘int’, but
argument 7 has type ‘ssize_t’
a2dpd_output_a2dp.c:1146: warning: format ‘%d’ expects type ‘int’, but
argument 6 has type ‘ssize_t’
a2dpd_output_a2dp.c:1147: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1153: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘get_avdtp_psm’:
a2dpd_output_a2dp.c:1169: error: ‘struct snd_pcm_a2dp’ has no member
named ‘flags’
a2dpd_output_a2dp.c:1234: error: ‘struct snd_pcm_a2dp’ has no member
named ‘flags’
a2dpd_output_a2dp.c: In function ‘a2dp_add_fd_to_poll’:
a2dpd_output_a2dp.c:1247: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: In function ‘a2dp_state_machine’:
a2dpd_output_a2dp.c:1322: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1339: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1341: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1362: error: ‘struct snd_pcm_a2dp’ has no member
named ‘psm_cmd’
a2dpd_output_a2dp.c:1363: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1365: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1370: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1385: error: ‘struct snd_pcm_a2dp’ has no member
named ‘psm_cmd’
a2dpd_output_a2dp.c:1388: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1391: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1402: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1406: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1412: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1416: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1425: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1426: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1429: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1433: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1436: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1436: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1437: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1437: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1440: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1441: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1441: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1442: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1448: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1452: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1452: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1455: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1455: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1456: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1459: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1460: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1463: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1467: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1471: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1474: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1474: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1475: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1475: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1477: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1477: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1477: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1477: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1479: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1482: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1485: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1491: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1491: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1493: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1494: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1498: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1499: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1499: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1501: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1501: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1501: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1501: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1503: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1506: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1506: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1506: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1506: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1508: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1509: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1516: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1523: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1530: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1541: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1559: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1570: error: ‘struct snd_pcm_a2dp’ has no member
named ‘sbc’
a2dpd_output_a2dp.c:1586: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1587: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1589: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1593: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1597: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1601: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1605: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1606: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1608: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1612: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1619: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:1620: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seid’
a2dpd_output_a2dp.c:1620: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1621: error: ‘struct snd_pcm_a2dp’ has no member
named ‘psm_stream’
a2dpd_output_a2dp.c:1622: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1628: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1634: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seid’
a2dpd_output_a2dp.c:1637: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1638: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1640: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1644: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1651: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1657: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1661: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1674: error: ‘struct snd_pcm_a2dp’ has no member
named ‘psm_stream’
a2dpd_output_a2dp.c:1677: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1680: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1692: error: ‘struct snd_pcm_a2dp’ has no member
named ‘mtu’
a2dpd_output_a2dp.c:1693: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1697: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1702: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1710: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seid’
a2dpd_output_a2dp.c:1713: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1714: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1716: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1720: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1727: error: ‘struct snd_pcm_a2dp’ has no member
named ‘pause_writing’
a2dpd_output_a2dp.c:1728: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1733: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1742: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seid’
a2dpd_output_a2dp.c:1745: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1746: error: ‘struct snd_pcm_a2dp’ has no member
named ‘pause_writing’
a2dpd_output_a2dp.c:1747: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1749: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1753: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1760: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1765: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1772: error: ‘struct snd_pcm_a2dp’ has no member
named ‘seid’
a2dpd_output_a2dp.c:1775: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1776: error: ‘struct snd_pcm_a2dp’ has no member
named ‘pause_writing’
a2dpd_output_a2dp.c:1777: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1779: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1783: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state_info’
a2dpd_output_a2dp.c:1790: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1795: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1799: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1802: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1802: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1802: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c:1802: error: ‘struct snd_pcm_a2dp’ has no member
named ‘state’
a2dpd_output_a2dp.c: At top level:
a2dpd_output_a2dp.c:1806: fatal error: opening dependency file
.deps/a2dpd-a2dpd_output_a2dp.Tpo: Permission denied
compilation terminated.
make[2]: *** [a2dpd-a2dpd_output_a2dp.o] Error 1
make[2]: Leaving directory `/usr/local/src/plugz/alsa-plugins/a2dpd'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/plugz/alsa-plugins'
make: *** [install-recursive] Error 1
dino@judy:/usr/local/src/plugz>
__________________________________________________________________________








-- 
Jeffrey Michael Franc-Law, MD, CCFP.EM, D Sport Med, EMDM
Assistant Clinical Professor of Emergency Medicine, University of Alberta
Disaster Plan Coordinator, Dept of Emergency Med, University of Alberta
Email: jfl@disastermed.ca
Phone (Canada): +780-266-9653
Phone (Italy): +39 339 390 13 62
Phone (Netherlands):+31 062 550 53 11
Fax:  +780-437-9673
SMS: jfl-sms@disastermed.ca